[ActiveLock-Development] CVS: activelock build.bat,1.3,1.4
Brought to you by:
ialkan
From: Thanh H. T. <th...@us...> - 2003-11-03 07:34:41
|
Update of /cvsroot/activelock/activelock In directory sc8-pr-cvs1:/tmp/cvs-serv5304 Modified Files: build.bat Log Message: Added compile-examples build target Index: build.bat =================================================================== RCS file: /cvsroot/activelock/activelock/build.bat,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- build.bat 13 Oct 2003 08:59:20 -0000 1.3 +++ build.bat 3 Nov 2003 07:34:38 -0000 1.4 @@ -33,6 +33,7 @@ rem - all (default) rem - skip-activelock (same as all except activelock2.dll will not be recompiled) rem - compile-activelock +rem - compile-examples rem - docs rem - installer rem Examples: @@ -48,6 +49,7 @@ if "%1" == "installer" goto installer if "%1" == "docs" goto docs if "%1" == "compile-activelock" goto compile-activelock +if "%1" == "compile-examples" goto compile-examples rem ========================================================================================= rem Compile ActiveLock Libraries @@ -96,10 +98,11 @@ if errorlevel == 1 goto error rem move ..\alugen\app\alugen.exe bin\ +:compile-examples echo Compiling Examples vb6.exe /make examples\example1\ALTestApp.vbp /out build.log if errorlevel == 1 goto error - +if "%1" == "compile-examples" goto done if "%1" == "compile-all" goto done rem ========================================================================================= |