[xiph-cvs] cvs commit: win32sdk clean_libs_mak.bat
Chris Wolf
cwolf at xiph.org
Sat Oct 20 10:30:25 PDT 2001
cwolf 01/10/20 10:30:25
Modified: . clean_libs_mak.bat
Log:
typo
Revision Changes Path
1.2 +3 -3 win32sdk/clean_libs_mak.bat
Index: clean_libs_mak.bat
===================================================================
RCS file: /usr/local/cvsroot/win32sdk/clean_libs_mak.bat,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- clean_libs_mak.bat 2001/09/15 08:09:23 1.1
+++ clean_libs_mak.bat 2001/10/20 17:30:24 1.2
@@ -1,9 +1,9 @@
- at echo off
-rem $Id: clean_libs_mak.bat,v 1.1 2001/09/15 08:09:23 cwolf Exp $
+rem @echo off
+rem $Id: clean_libs_mak.bat,v 1.2 2001/10/20 17:30:24 cwolf Exp $
rem
rem Deletes auto generated makefiles in ogg/win32 and vorbis/win32
rem
-if ."%SRCROOT%"=="". goto notset
+if ."%SRCROOT%"==."" goto notset
del %SRCROOT%\ogg\win32\*.mak 2> nul
del %SRCROOT%\ogg\win32\*.dep 2> nul
del %SRCROOT%\vorbis\win32\*.mak 2> nul
--- >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