update for vpc changes, added batches for kicking out vs2013 solutions (not yet working w/ vs2013 toolset)

seperated the batch names to 2010/2013 so its clear what is made
This commit is contained in:
Dexter 2014-03-12 06:36:47 +00:00 committed by squeek
parent b9afe7cf00
commit 5445d477e6
4 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,3 @@
pushd %~dp0
devtools\bin\vpc.exe /ff +everything /2013 /mksln everything_ff.sln
popd

View File

@ -0,0 +1,3 @@
pushd %~dp0
devtools\bin\vpc.exe /ff +game /2013 /mksln game_ff.sln
popd