windows-remove-is5-20070812

remove last trace of InstallShield5 from build rules
This commit is contained in:
Jeffrey Altman 2007-08-13 03:11:55 +00:00
parent 58d5f38b10
commit c677b79931

View File

@ -598,8 +598,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
@ -646,23 +644,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