[xiph-cvs] cvs commit: win32sdk/sdk/build mkmak.bat
Chris Wolf
cwolf at xiph.org
Wed Oct 17 20:25:04 PDT 2001
cwolf 01/10/17 20:25:03
Modified: sdk/build mkmak.bat
Log:
use sleep.js instead of sleep.exe from Cygwin
Revision Changes Path
1.3 +2 -2 win32sdk/sdk/build/mkmak.bat
Index: mkmak.bat
===================================================================
RCS file: /usr/local/cvsroot/win32sdk/sdk/build/mkmak.bat,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mkmak.bat 2001/09/15 08:09:25 1.2
+++ mkmak.bat 2001/10/18 03:25:03 1.3
@@ -1,5 +1,5 @@
@echo off
-rem $Id: mkmak.bat,v 1.2 2001/09/15 08:09:25 cwolf Exp $
+rem $Id: mkmak.bat,v 1.3 2001/10/18 03:25:03 cwolf Exp $
rem
rem This can't be called from the build script because
rem it runs asychronously.
@@ -12,7 +12,7 @@
if not exist %SDKHOME%\build\examples.mak (
echo Generating makefiles, please wait...
msdev -ex ExportExampleMakefiles
- sleep 5
+ call sleep.js 5
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