cscg22-gearboy

CSCG 2022 Challenge 'Gearboy'
git clone https://git.sinitax.com/sinitax/cscg22-gearboy
Log | Files | Refs | sfeed.txt

clean_premake.bat (326B)


      1@echo off
      2cd ..
      3%~dp0\premake4.exe --file=..\premake4.lua --to=.\VisualC\VS2008 clean
      4%~dp0\premake4.exe --file=..\premake4.lua --to=.\VisualC\VS2010 clean
      5%~dp0\premake4.exe --file=..\premake4.lua --to=.\VisualC\VS2012 clean
      6if exist VS2008 rmdir VS2008
      7if exist VS2010 rmdir VS2010
      8if exist VS2012 rmdir VS2012
      9pause