mirror of
https://github.com/fortressforever/fortressforever-2013.git
synced 2024-11-10 07:11:45 +00:00
move lua + luabind into 'game' so you dont have to go generate a second set of projects, and they are built when game is (no external deps go missing)
Conflicts: mp/src/vpc_scripts/groups_ff.vgc mp/src/vpc_scripts/projects_ff.vgc
This commit is contained in:
parent
c28f1e019b
commit
24aa17d15e
3 changed files with 205 additions and 209 deletions
|
@ -1 +0,0 @@
|
|||
devtools\bin\vpc.exe +lualibs /mksln ff_lualibs.sln
|
|
@ -22,6 +22,8 @@ $Group "game"
|
|||
"server"
|
||||
"tier1"
|
||||
"vgui_controls"
|
||||
"lua"
|
||||
"luabind"
|
||||
}
|
||||
|
||||
$Group "shaders"
|
||||
|
@ -55,6 +57,8 @@ $Group "everything"
|
|||
"vtfdiff"
|
||||
"vvis_dll"
|
||||
"vvis_launcher"
|
||||
"lua"
|
||||
"luabind"
|
||||
}
|
||||
|
||||
$Group "dedicated"
|
||||
|
|
|
@ -129,10 +129,3 @@ $Project "luabind"
|
|||
{
|
||||
"thirdparty\luabind\luabind.vpc" [$WIN32||$X360||$POSIX]
|
||||
}
|
||||
|
||||
$Project "luatest"
|
||||
{
|
||||
"thirdparty\luatest\luatest.vpc" [$WIN32||$X360||$POSIX]
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue