[xiph-cvs] cvs commit: win32sdk mkmak.bat

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



cwolf       01/10/17 20:17:46

  Modified:    .        mkmak.bat
  Log:
  Eliminate exit calls

Revision  Changes    Path
1.5       +4 -2      win32sdk/mkmak.bat

Index: mkmak.bat
===================================================================
RCS file: /usr/local/cvsroot/win32sdk/mkmak.bat,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mkmak.bat	2001/09/17 01:25:56	1.4
+++ mkmak.bat	2001/10/18 03:17:45	1.5
@@ -1,5 +1,5 @@
 @echo off
-rem $Id: mkmak.bat,v 1.4 2001/09/17 01:25:56 cwolf Exp $
+rem $Id: mkmak.bat,v 1.5 2001/10/18 03:17:45 cwolf Exp $
 rem
 rem This can't be called from the build script because 
 rem it runs asychronously.
@@ -13,10 +13,12 @@
 rem If one of the makefiles doesn't exist,
 rem assume they all need to be generated
 rem
+rem sleep is required because msdev runs asynchronously
+rem
 if not exist %SRCROOT%\vorbis\win32\vorbis_dynamic.mak (
   echo Generating makefiles, please wait...
   msdev -ex ExportMakefile
-  sleep 10
+  call sleep.js 10
   echo Done.
 )
 goto 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