root/branches/0.36/win32/del-intermediate.bat

Revision 114, 311 bytes (checked in by JJR, 10 months ago)

Adding branch 0.36: last working DWT/Phobos/Win32 based on SWT 3.02

Line 
1 @rem don't delete the library files in directory 'lib'
2 cd import\dwt
3 del *.obj *.map *.rsp *.ksp *.lib *.exe *.def /s /q
4 cd ..\..\packages\dwt
5 del *.obj *.map *.rsp *.ksp *.lib *.exe *.def /s /q
6 cd ..\..\lib
7 @echo remove the dwt.lib and dwtextra.lib
8 del dwt.lib dwtd.lib dwtextra.lib dwtextrad.lib
9 pause
Note: See TracBrowser for help on using the browser.