cscg22-gearboy

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

generate.all.bat (323B)


      1@echo off
      2cd ..
      3title Generating VS2008...
      4%~dp0\premake4.exe --file=..\premake4.lua --to=.\VisualC\VS2008 vs2008
      5title Generating VS2010...
      6%~dp0\premake4.exe --file=..\premake4.lua --to=.\VisualC\VS2010 vs2010
      7title Generating VS2012...
      8%~dp0\premake4.exe --file=..\premake4.lua --to=.\VisualC\VS2012 vs2012
      9pause