[xiph-cvs] cvs commit: win32sdk makesdk.bat
Chris Wolf
cwolf at xiph.org
Wed Oct 17 20:16:11 PDT 2001
cwolf 01/10/17 20:16:10
Modified: . makesdk.bat
Log:
Eliminate exit calls
Revision Changes Path
1.10 +5 -2 win32sdk/makesdk.bat
Index: makesdk.bat
===================================================================
RCS file: /usr/local/cvsroot/win32sdk/makesdk.bat,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- makesdk.bat 2001/09/15 08:46:22 1.9
+++ makesdk.bat 2001/10/18 03:16:09 1.10
@@ -1,7 +1,7 @@
@echo off
echo ---+++--- Making Win32 SDK ---+++---
rem
-rem $Id: makesdk.bat,v 1.9 2001/09/15 08:46:22 cwolf Exp $
+rem $Id: makesdk.bat,v 1.10 2001/10/18 03:16:09 cwolf Exp $
rem
if ."%SRCROOT%"==."" goto notset
@@ -13,7 +13,7 @@
rem
if not exist %SRCROOT%\vorbis\win32\vorbis_dynamic.mak (
echo Error: must invoke "mkmak.bat" first
- exit
+ goto exit
)
rd /s /q sdk\include 2> nul
@@ -85,6 +85,9 @@
xcopy %SRCROOT%\vorbis\doc\vorbisenc\*.css %SRCROOT%\win32sdk\sdk\doc\vorbis\vorbisenc > nul
xcopy %SRCROOT%\vorbis\doc\vorbisfile\*.html %SRCROOT%\win32sdk\sdk\doc\vorbis\vorbisfile > nul
xcopy %SRCROOT%\vorbis\doc\vorbisfile\*.css %SRCROOT%\win32sdk\sdk\doc\vorbis\vorbisfile > nul
+
+copy sleep.bat %SRCROOT%\win32sdk\sdk\build
+copy sleep.js %SRCROOT%\win32sdk\sdk\build
echo ... copied.
--- >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