[xiph-cvs] cvs commit: win32sdk build_all.bat
Chris Wolf
cwolf at xiph.org
Wed Oct 17 20:15:50 PDT 2001
cwolf 01/10/17 20:15:50
Modified: . build_all.bat
Log:
Eliminate exit calls
Revision Changes Path
1.6 +7 -7 win32sdk/build_all.bat
Index: build_all.bat
===================================================================
RCS file: /usr/local/cvsroot/win32sdk/build_all.bat,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- build_all.bat 2001/09/15 07:00:31 1.5
+++ build_all.bat 2001/10/18 03:15:49 1.6
@@ -1,5 +1,5 @@
@echo off
-rem $Id: build_all.bat,v 1.5 2001/09/15 07:00:31 cwolf Exp $
+rem $Id: build_all.bat,v 1.6 2001/10/18 03:15:49 cwolf Exp $
rem
rem Invoke as "build_all.bat CLEAN" to clean all targets
rem
@@ -12,7 +12,7 @@
rem called inline with this script.
if not exist %SRCROOT%\vorbis\win32\vorbis_dynamic.mak (
echo Error: must invoke "mkmak.bat" first
- exit
+ goto done
)
if not exist %SRCROOT%\ogg\include\ogg\ogg.h goto noogg
@@ -39,18 +39,18 @@
nmake /nologo /F .\vorbisfile_static.mak CFG="vorbisfile_static - Win32 Debug" %1
nmake /nologo /F .\vorbisfile_static.mak CFG="vorbisfile_static - Win32 Release" %1
cd "..\..\win32sdk"
-goto normal
+goto done
:noogg
echo ***** Need module OGG -- not present
-exit
+goto done
:novorbis
echo ***** Need module VORBIS -- not present
-exit
+goto done
:notset
echo ***** Error: must set SRCROOT
-exit
+goto done
-:normal
+:done
--- >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