[xiph-cvs] cvs commit: win32sdk build_all.bat
Chris Wolf
cwolf at xiph.org
Sat Sep 15 00:00:31 PDT 2001
cwolf 01/09/15 00:00:31
Modified: . build_all.bat
Log:
Can't call makefile generation script inline
Revision Changes Path
1.5 +11 -1 win32sdk/build_all.bat
Index: build_all.bat
===================================================================
RCS file: /usr/local/cvsroot/win32sdk/build_all.bat,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- build_all.bat 2001/09/14 03:16:13 1.4
+++ build_all.bat 2001/09/15 07:00:31 1.5
@@ -1,9 +1,19 @@
@echo off
-rem $Id: build_all.bat,v 1.4 2001/09/14 03:16:13 cwolf Exp $
+rem $Id: build_all.bat,v 1.5 2001/09/15 07:00:31 cwolf Exp $
rem
rem Invoke as "build_all.bat CLEAN" to clean all targets
rem
if ."%SRCROOT%"==."" goto notset
+
+rem If one of the makefiles doesn't exist,
+rem assume they all need to be generated
+rem
+rem Makefile generation is asychronous, so it cannot be
+rem called inline with this script.
+if not exist %SRCROOT%\vorbis\win32\vorbis_dynamic.mak (
+ echo Error: must invoke "mkmak.bat" first
+ exit
+)
if not exist %SRCROOT%\ogg\include\ogg\ogg.h goto noogg
if not exist %SRCROOT%\vorbis\include\vorbis\codec.h goto novorbis
--- >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