[xiph-cvs] cvs commit: win32sdk mkmak.bat
Chris Wolf
cwolf at xiph.org
Sun Sep 16 18:25:39 PDT 2001
cwolf 01/09/16 18:25:39
Modified: . mkmak.bat
Log:
Fix typo
Revision Changes Path
1.3 +3 -3 win32sdk/mkmak.bat
Index: mkmak.bat
===================================================================
RCS file: /usr/local/cvsroot/win32sdk/mkmak.bat,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mkmak.bat 2001/09/15 08:09:24 1.2
+++ mkmak.bat 2001/09/17 01:25:38 1.3
@@ -1,10 +1,10 @@
- at echo off
-rem $Id: mkmak.bat,v 1.2 2001/09/15 08:09:24 cwolf Exp $
+rem @echo off
+rem $Id: mkmak.bat,v 1.3 2001/09/17 01:25:38 cwolf Exp $
rem
rem This can't be called from the build script because
rem it runs asychronously.
rem
-if ."%SRCROOT"==."" goto notset
+if ."%SRCROOT%"==."" goto notset
rem Create and install MSVC macros, if needed
call mfmacro.bat
--- >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