[xiph-cvs] cvs commit: win32sdk/sdk/build clean_dist.bat

Chris Wolf cwolf at xiph.org
Wed Oct 17 20:19:16 PDT 2001



cwolf       01/10/17 20:19:16

  Modified:    sdk/build clean_dist.bat
  Log:
  Eliminate exit calls

Revision  Changes    Path
1.3       +3 -1      win32sdk/sdk/build/clean_dist.bat

Index: clean_dist.bat
===================================================================
RCS file: /usr/local/cvsroot/win32sdk/sdk/build/clean_dist.bat,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- clean_dist.bat	2001/09/15 08:09:25	1.2
+++ clean_dist.bat	2001/10/18 03:19:15	1.3
@@ -1,5 +1,5 @@
 @echo off
-rem $Id: clean_dist.bat,v 1.2 2001/09/15 08:09:25 cwolf Exp $
+rem $Id: clean_dist.bat,v 1.3 2001/10/18 03:19:15 cwolf Exp $
 rem
 rd /s /q Debug\ 2> nul
 rd /s /q Release\ 2> nul
@@ -9,3 +9,5 @@
 del *.ncb 2> nul
 del out.ogg 2> nul
 del out.pcm 2> nul
+del sleep.bat 2> nul
+del sleep.js 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