mirror of
https://github.com/fortressforever/fortressforever-2013.git
synced 2024-11-10 15:22:21 +00:00
add vpc bats for generating FF specific projects
use these, not the default ones! I made it kick out game_ff / everything_ff solutions. using a different game-string (in default.vgc) correctly names solutions client_<gamestr>.vcxproj, etc. you pass gamestring to vpc so it knows which one to use
This commit is contained in:
parent
05c5591a1c
commit
348e2f83ed
2 changed files with 2 additions and 0 deletions
1
mp/src/createallprojects_ff.bat
Normal file
1
mp/src/createallprojects_ff.bat
Normal file
|
@ -0,0 +1 @@
|
||||||
|
devtools\bin\vpc.exe /ff +everything /mksln everything_ff.sln
|
1
mp/src/creategameprojects_ff.bat
Normal file
1
mp/src/creategameprojects_ff.bat
Normal file
|
@ -0,0 +1 @@
|
||||||
|
devtools\bin\vpc.exe /ff +game /mksln game_ff.sln
|
Loading…
Reference in a new issue