mirror of
https://github.com/fortressforever/fortressforever-2013.git
synced 2024-11-13 00:24:20 +00:00
test
Conflicts: mp/src/thirdparty/luabind/luabind.vpc
This commit is contained in:
parent
03b770e3de
commit
6be4165a85
6 changed files with 52 additions and 47 deletions
|
@ -45,12 +45,6 @@ $Project "Server (FF)"
|
||||||
$File "ff\ff_sv_player.cpp"
|
$File "ff\ff_sv_player.cpp"
|
||||||
$File "ff\ff_sv_player.h"
|
$File "ff\ff_sv_player.h"
|
||||||
}
|
}
|
||||||
|
|
||||||
$Folder "Libraries"
|
|
||||||
{
|
|
||||||
$Lib lua
|
|
||||||
$Lib luabind
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -37,4 +37,10 @@ $Project
|
||||||
-$File "$SRCDIR\game\shared\hl2mp\hl2mp_gamerules.h"
|
-$File "$SRCDIR\game\shared\hl2mp\hl2mp_gamerules.h"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$Folder "Link Libraries"
|
||||||
|
{
|
||||||
|
$Lib "lua"
|
||||||
|
$Lib "luabind"
|
||||||
|
}
|
||||||
}
|
}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
5
mp/src/thirdparty/luabind/luabind.vpc
vendored
5
mp/src/thirdparty/luabind/luabind.vpc
vendored
|
@ -37,4 +37,9 @@ $Project "luabind"
|
||||||
$File "weak_ref.cpp"
|
$File "weak_ref.cpp"
|
||||||
$File "wrapper_base.cpp"
|
$File "wrapper_base.cpp"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$Folder "Link Libraries"
|
||||||
|
{
|
||||||
|
$Lib "lua"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue