mirror of
https://github.com/fortressforever/fortressforever-2013.git
synced 2024-11-10 07:11:45 +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.
85
mp/src/thirdparty/luabind/luabind.vpc
vendored
85
mp/src/thirdparty/luabind/luabind.vpc
vendored
|
@ -1,40 +1,45 @@
|
||||||
// luabind vpc project script
|
// luabind vpc project script
|
||||||
|
|
||||||
$Macro SRCDIR "..\.."
|
$Macro SRCDIR "..\.."
|
||||||
$Macro THIRDPARTYDIR "$SRCDIR\thirdparty"
|
$Macro THIRDPARTYDIR "$SRCDIR\thirdparty"
|
||||||
$Macro LUADIR "$THIRDPARTYDIR\lua"
|
$Macro LUADIR "$THIRDPARTYDIR\lua"
|
||||||
|
|
||||||
$Include "$SRCDIR\vpc_scripts\source_lib_base.vpc" // this for static lib
|
$Include "$SRCDIR\vpc_scripts\source_lib_base.vpc" // this for static lib
|
||||||
|
|
||||||
$Configuration
|
$Configuration
|
||||||
{
|
{
|
||||||
$Compiler
|
$Compiler
|
||||||
{
|
{
|
||||||
$AdditionalIncludeDirectories "$BASE;$THIRDPARTYDIR;$LUADIR"
|
$AdditionalIncludeDirectories "$BASE;$THIRDPARTYDIR;$LUADIR"
|
||||||
$EnableC++Exceptions "Yes (/EHsc)"
|
$EnableC++Exceptions "Yes (/EHsc)"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$Project "luabind"
|
$Project "luabind"
|
||||||
{
|
{
|
||||||
$Folder "Source Files"
|
$Folder "Source Files"
|
||||||
{
|
{
|
||||||
$File "class.cpp"
|
$File "class.cpp"
|
||||||
$File "class_info.cpp"
|
$File "class_info.cpp"
|
||||||
$File "class_registry.cpp"
|
$File "class_registry.cpp"
|
||||||
$File "class_rep.cpp"
|
$File "class_rep.cpp"
|
||||||
$File "create_class.cpp"
|
$File "create_class.cpp"
|
||||||
$File "error.cpp"
|
$File "error.cpp"
|
||||||
$File "exception_handler.cpp"
|
$File "exception_handler.cpp"
|
||||||
$File "function.cpp"
|
$File "function.cpp"
|
||||||
$File "inheritance.cpp"
|
$File "inheritance.cpp"
|
||||||
$File "link_compatibility.cpp"
|
$File "link_compatibility.cpp"
|
||||||
$File "object_rep.cpp"
|
$File "object_rep.cpp"
|
||||||
$File "open.cpp"
|
$File "open.cpp"
|
||||||
$File "pcall.cpp"
|
$File "pcall.cpp"
|
||||||
$File "scope.cpp"
|
$File "scope.cpp"
|
||||||
$File "stack_content_by_name.cpp"
|
$File "stack_content_by_name.cpp"
|
||||||
$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