nmake-convenience-20031210
authorJeffrey Altman <jaltman@grand.central.org>
Thu, 11 Dec 2003 03:57:56 +0000 (03:57 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Thu, 11 Dec 2003 03:57:56 +0000 (03:57 +0000)
Add new targets  install-nsis and install-is5  to perform both a build
and an installer in one shot

src/NTMakefile

index 9315e20..05af7ee 100644 (file)
@@ -576,8 +576,8 @@ lang:
     nmake /nologo /f ntmakefile "NTMAKE = nmake /nologo /f ntmakefile lang" "NTMAKE_HEADERS = nmake /nologo /f ntmakefile lang" install
 
 mkdir:
-       -xcopy /q /t /e $(SRC)\*.* $(AFS_OBJDIR)\checked\ 
-       -xcopy /q /t /e $(SRC)\*.* $(AFS_OBJDIR)\free\ 
+       -xcopy /q /t /e $(SRC)\*.* $(AFS_OBJDIR)\checked\
+       -xcopy /q /t /e $(SRC)\*.* $(AFS_OBJDIR)\free\
     -mkdir $(DESTDIR)\checked
        -mkdir $(DESTDIR)\free
     -mkdir $(DESTDIR)\checked\bin
@@ -591,3 +591,7 @@ NSIS:
    $(NTMAKE)
    $(CD) ..\..\..\..
 
+install-nsis: install NSIS
+
+install-is5: install InstallShield5
+