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

build/cleanup.cmd
r20194r20195
3131for /r src %%i in (*.mak) do srcclean %%i || goto :cleanupfailed
3232for /r src %%i in (*.lst) do srcclean %%i || goto :cleanupfailed
3333for /r src %%i in (*.lay) do srcclean %%i || goto :cleanupfailed
34for /r hash %%i in (*.xml) do srcclean %%i || goto :cleanupfailed
3435 
3536 
3637@rem --- verify that all the games are referenced

Previous 199869 Revisions Next


© 1997-2024 The MAME Team