[xiph-cvs] cvs commit: win32sdk/sdk/build build_all.bat

Chris Wolf cwolf at xiph.org
Wed Oct 17 20:18:56 PDT 2001



cwolf       01/10/17 20:18:56

  Modified:    sdk/build build_all.bat
  Log:
  Eliminate exit calls

Revision  Changes    Path
1.4       +6 -6      win32sdk/sdk/build/build_all.bat

Index: build_all.bat
===================================================================
RCS file: /usr/local/cvsroot/win32sdk/sdk/build/build_all.bat,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- build_all.bat	2001/09/15 07:25:36	1.3
+++ build_all.bat	2001/10/18 03:18:56	1.4
@@ -1,5 +1,5 @@
 @echo off
-rem $Id: build_all.bat,v 1.3 2001/09/15 07:25:36 cwolf Exp $
+rem $Id: build_all.bat,v 1.4 2001/10/18 03:18:56 cwolf Exp $
 rem
 rem Invoke as "build_all.bat CLEAN" to clean all targets
 rem
@@ -12,7 +12,7 @@
 rem
 if not exist %SDKHOME%\build\examples.mak (
   echo Must run "mkmak.bat" first...
-  exit 0
+  goto done
 )
 
 nmake /nologo /f encoder.mak CFG="encoder - Win32 Debug" %1
@@ -36,14 +36,14 @@
 nmake /nologo /f vorbisfile_static.mak CFG="vorbisfile_static - Win32 Debug" %1
 nmake /nologo /f vorbisfile_static.mak CFG="vorbisfile_static - Win32 Release" %1
 
-goto normal
+goto done
 
 :nolib
 echo ***** SDK needs to be built first, run win32sdk\maksdk.bat
-exit
+goto done
 
 :notset
 echo ***** Error: must set SDKHOME
-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