[xiph-cvs] cvs commit: win32sdk makesdk.bat
Chris Wolf
cwolf at xiph.org
Fri Sep 14 23:58:56 PDT 2001
cwolf 01/09/14 23:58:56
Modified: . makesdk.bat
Log:
Don't deletethe sdk dir anymore, it's now part of CVS
Revision Changes Path
1.7 +4 -9 win32sdk/makesdk.bat
Index: makesdk.bat
===================================================================
RCS file: /usr/local/cvsroot/win32sdk/makesdk.bat,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- makesdk.bat 2001/09/14 03:16:13 1.6
+++ makesdk.bat 2001/09/15 06:58:56 1.7
@@ -1,28 +1,26 @@
@echo off
echo ---+++--- Making Win32 SDK ---+++---
rem
-rem $Id: makesdk.bat,v 1.6 2001/09/14 03:16:13 cwolf Exp $
+rem $Id: makesdk.bat,v 1.7 2001/09/15 06:58:56 cwolf Exp $
rem
if ."%SRCROOT%"==."" goto notset
if ."%MSDEVDIR%"==."" goto msdevnotset
-rem Create and install MSVC macros, if needed
-call mfmacro.bat
-if errorlevel 1 goto ERROR
-
rem If one of the makefiles doesn't exist,
rem assume they all need to be generated
rem
if not exist %SRCROOT%\vorbis\win32\vorbis_dynamic.mak (
- msdev -ex ExportMakefile
+ echo Error: must invoke "mkmak.bat" first
+ exit
)
rd /s /q sdk\include > nul
rd /s /q sdk\lib > nul
rd /s /q sdk\bin > nul
rd /s /q sdk\doc > nul
+rd /s /q sdk\examples > nul
md sdk\include\ogg
md sdk\include\vorbis
md sdk\lib
@@ -161,9 +159,6 @@
:ERROR
-cd %SRCROOT%\win32sdk
-rd /s /q sdk > nul
-echo.
echo Some error(s) occurred. Fix it.
goto EXIT
--- >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