[xiph-cvs] cvs commit: win32sdk clean_dist.bat
Chris Wolf
cwolf at xiph.org
Tue Nov 13 03:44:15 PST 2001
cwolf 01/11/13 03:44:15
Modified: . clean_dist.bat
Log:
typo in nul device name
Revision Changes Path
1.4 +3 -3 win32sdk/clean_dist.bat
Index: clean_dist.bat
===================================================================
RCS file: /usr/local/cvsroot/win32sdk/clean_dist.bat,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- clean_dist.bat 2001/10/20 21:39:56 1.3
+++ clean_dist.bat 2001/11/13 11:44:14 1.4
@@ -1,5 +1,5 @@
@echo off
-rem $Id: clean_dist.bat,v 1.3 2001/10/20 21:39:56 cwolf Exp $
+rem $Id: clean_dist.bat,v 1.4 2001/11/13 11:44:14 cwolf Exp $
rem
rd /s /q Debug\ 2> nul
rd /s /q Release\ 2> nul
@@ -13,7 +13,7 @@
del *.plg 2> nul
del *.ncb 2> nul
del execwait.exe execwait.obj 2> nul
-del clean.out 2> null
-del build.out 2> null
+del clean.out 2> nul
+del build.out 2> nul
cd sdk\build
call clean_dist.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