mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 15:30:14 +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
|
install: finale
|
||||||
|
|
||||||
# InstallShield dependencies
|
|
||||||
|
|
||||||
# Clean target for obj tree
|
# Clean target for obj tree
|
||||||
clean:
|
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
|
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)
|
$(NTMAKE)
|
||||||
$(CD) ..\..\..\..
|
$(CD) ..\..\..\..
|
||||||
|
|
||||||
InstallShield5:
|
media: install NSIS wix
|
||||||
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
|
|
||||||
|
|
||||||
install-nsis: install NSIS
|
install-nsis: install NSIS
|
||||||
|
|
||||||
install-wix: install wix
|
install-wix: install wix
|
||||||
|
|
||||||
install-is5: install InstallShield5
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user