DEVEL15-windows-remove-is5-20070812
authorJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 13 Aug 2007 03:13:28 +0000 (03:13 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 13 Aug 2007 03:13:28 +0000 (03:13 +0000)
remove last trace of InstallShield5 from build rules

(cherry picked from commit c677b79931efb672a439993f32571c53ce17c56e)

src/NTMakefile

index dcb6510..1904d7d 100644 (file)
@@ -605,8 +605,6 @@ finale: extra
 
 install: finale
 
-# InstallShield dependencies
-
 # Clean target for obj tree
 clean:
        nmake /nologo /f ntmakefile "NTMAKE = nmake /nologo /f ntmakefile clean" "NTMAKE_HEADERS = nmake /nologo /f ntmakefile clean" "NTMAKE_OBJS = nmake /nologo /f ntmakefile clean" install
@@ -653,23 +651,11 @@ wix: loopback
    $(NTMAKE)
    $(CD) ..\..\..\..
 
-InstallShield5:
-       echo ***** afs_setup_utils
-       $(DOCD) $(SRC)\WINNT\afs_setup_utils
-       $(CD) $(SRC)\WINNT\afs_setup_utils
-       $(NTMAKE)
-       $(CD) ..\..\..
-
-       $(DOCD) $(SRC)\WINNT\install\$@
-       $(CD) $(SRC)\WINNT\install\$@
-       $(NTMAKE)
-       $(CD) ..\..\..\..
-
-media: install InstallShield5 NSIS wix
+media: install NSIS wix
 
 install-nsis: install NSIS
 
 install-wix: install wix
 
-install-is5: install InstallShield5
+