[xiph-cvs] cvs commit: win32sdk mfmacro.bat
Chris Wolf
cwolf at xiph.org
Wed Oct 17 20:16:54 PDT 2001
cwolf 01/10/17 20:16:53
Modified: . mfmacro.bat
Log:
add call to macro ebaling script
Revision Changes Path
1.5 +6 -3 win32sdk/mfmacro.bat
Index: mfmacro.bat
===================================================================
RCS file: /usr/local/cvsroot/win32sdk/mfmacro.bat,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mfmacro.bat 2001/09/15 06:48:57 1.4
+++ mfmacro.bat 2001/10/18 03:16:53 1.5
@@ -1,5 +1,5 @@
@echo off
-rem $Id: mfmacro.bat,v 1.4 2001/09/15 06:48:57 cwolf Exp $
+rem $Id: mfmacro.bat,v 1.5 2001/10/18 03:16:53 cwolf Exp $
rem
rem Creates and installs VC macro for exporting makefiles from
rem the command line.
@@ -12,7 +12,7 @@
rem
if .%SRCROOT%==. goto notset
set macrofile="%msdevdir%\Macros\oggvorbis.dsm"
-if exist %macrofile% goto done
+if exist %macrofile% goto enable
echo 'This macro is for exporting makefiles for all projects > %macrofile%
echo 'from the command line. >> %macrofile%
echo 'To invoke: msdev -ex ExportMakefile
@@ -37,7 +37,10 @@
echo Application.Quit >> %macrofile%
echo end Sub >> %macrofile%
set macrofile=
-exit
+:enable
+call enableOggMacro.js
+call sleep.js 5
+goto done
:notset
echo Error SRCROOT not set
: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