author | Ryan C. Gordon |
Fri, 05 Aug 2016 04:23:32 -0400 | |
changeset 10259 | 457d9c7868ec |
parent 7925 | f090a47eb7f7 |
permissions | -rwxr-xr-x |
icculus@7925 | 1 |
@echo off |
icculus@7925 | 2 |
cd .. |
icculus@7925 | 3 |
%~dp0\premake4.exe --file=..\premake4.lua --to=.\VisualC\VS2008 clean |
icculus@7925 | 4 |
%~dp0\premake4.exe --file=..\premake4.lua --to=.\VisualC\VS2010 clean |
icculus@7925 | 5 |
%~dp0\premake4.exe --file=..\premake4.lua --to=.\VisualC\VS2012 clean |
icculus@7925 | 6 |
if exist VS2008 rmdir VS2008 |
icculus@7925 | 7 |
if exist VS2010 rmdir VS2010 |
icculus@7925 | 8 |
if exist VS2012 rmdir VS2012 |
icculus@7925 | 9 |
pause |