Previous | 199869 Revisions | Next |
r20195 Friday 11th January, 2013 at 12:13:17 UTC by Miodrag Milanović |
---|
cleanup.cmd should clean hash too, had this only locally (nw) |
[/build] | cleanup.cmd |
r20194 | r20195 | |
---|---|---|
31 | 31 | for /r src %%i in (*.mak) do srcclean %%i || goto :cleanupfailed |
32 | 32 | for /r src %%i in (*.lst) do srcclean %%i || goto :cleanupfailed |
33 | 33 | for /r src %%i in (*.lay) do srcclean %%i || goto :cleanupfailed |
34 | for /r hash %%i in (*.xml) do srcclean %%i || goto :cleanupfailed | |
34 | 35 | |
35 | 36 | |
36 | 37 | @rem --- verify that all the games are referenced |
Previous | 199869 Revisions | Next |