mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 07:20:11 +00:00
windows-remove-is5-20070812
remove last trace of InstallShield5 from build rules
This commit is contained in:
parent
58d5f38b10
commit
c677b79931
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user