notepad-plus-plus-legacy/PowerEditor/gcc/delete.bat
harrybharry 4748f3fa37 Re-enable gcc compiler environment
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@284 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-07-09 18:08:39 +00:00

4 lines
102 B
Batchfile

@echo off
FOR /F "tokens=*" %%G IN ('dir /b /s ..\src\*.o') DO del "%%G"
del resources.res
@echo on