[xiph-cvs] cvs commit: win32sdk build_all.bat
Chris Wolf
cwolf at xiph.org
Thu Sep 13 14:36:25 PDT 2001
cwolf 01/09/13 14:36:25
Modified: . build_all.bat
Log:
rearrange dependency checks
Revision Changes Path
1.2 +4 -3 win32sdk/build_all.bat
Index: build_all.bat
===================================================================
RCS file: /usr/local/cvsroot/win32sdk/build_all.bat,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- build_all.bat 2001/09/13 19:55:00 1.1
+++ build_all.bat 2001/09/13 21:36:24 1.2
@@ -1,10 +1,13 @@
@echo off
-rem $Id: build_all.bat,v 1.1 2001/09/13 19:55:00 cwolf Exp $
+rem $Id: build_all.bat,v 1.2 2001/09/13 21:36:24 cwolf Exp $
rem
rem Invoke as "build_all.bat CLEAN" to clean all targets
rem
if ."%SRCROOT%"==."" goto notset
+if not exist %SRCROOT%\ogg\include\ogg\ogg.h goto noogg
+if not exist %SRCROOT%\vorbis\include\vorbis\codec.h goto novorbis
+
rem If one of the makefiles doesn't exist,
rem assume they all need to be generated
rem
@@ -12,7 +15,6 @@
msdev -ex ExportMakefile
)
-if not exist %SRCROOT%\ogg\include\ogg\ogg.h goto noogg
cd "..\ogg\win32"
nmake /nologo /F .\ogg_dynamic.mak CFG="ogg_dynamic - Win32 Debug" %1
nmake /nologo /F .\ogg_dynamic.mak CFG="ogg_dynamic - Win32 Release" %1
@@ -20,7 +22,6 @@
nmake /nologo /F .\ogg_static.mak CFG="ogg_static - Win32 Release" %1
cd "..\..\win32sdk"
-if not exist %SRCROOT%\vorbis\include\vorbis\codec.h goto novorbis
cd "..\vorbis\win32"
nmake /nologo /F .\vorbis_dynamic.mak CFG="vorbis_dynamic - Win32 Debug" %1
nmake /nologo /F .\vorbis_dynamic.mak CFG="vorbis_dynamic - Win32 Release" %1
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list