mirror of
https://github.com/fortressforever/fortressforever-2013.git
synced 2024-11-10 07:11:45 +00:00
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:
parent
b9afe7cf00
commit
5445d477e6
4 changed files with 6 additions and 0 deletions
3
mp/src/createallprojects_ff_vs2013.bat
Normal file
3
mp/src/createallprojects_ff_vs2013.bat
Normal file
|
@ -0,0 +1,3 @@
|
|||
pushd %~dp0
|
||||
devtools\bin\vpc.exe /ff +everything /2013 /mksln everything_ff.sln
|
||||
popd
|
3
mp/src/creategameprojects_ff_vs2013.bat
Normal file
3
mp/src/creategameprojects_ff_vs2013.bat
Normal file
|
@ -0,0 +1,3 @@
|
|||
pushd %~dp0
|
||||
devtools\bin\vpc.exe /ff +game /2013 /mksln game_ff.sln
|
||||
popd
|
Loading…
Reference in a new issue