mirror of
https://github.com/fortressforever/fortressforever-2013.git
synced 2024-11-22 12:32:08 +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.h"
|
||||
}
|
||||
|
||||
$Folder "Libraries"
|
||||
{
|
||||
$Lib lua
|
||||
$Lib luabind
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -37,4 +37,10 @@ $Project
|
|||
-$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
|
||||
|
||||
$Macro SRCDIR "..\.."
|
||||
$Macro THIRDPARTYDIR "$SRCDIR\thirdparty"
|
||||
$Macro LUADIR "$THIRDPARTYDIR\lua"
|
||||
|
||||
$Include "$SRCDIR\vpc_scripts\source_lib_base.vpc" // this for static lib
|
||||
|
||||
$Configuration
|
||||
{
|
||||
$Compiler
|
||||
{
|
||||
$AdditionalIncludeDirectories "$BASE;$THIRDPARTYDIR;$LUADIR"
|
||||
$EnableC++Exceptions "Yes (/EHsc)"
|
||||
}
|
||||
}
|
||||
|
||||
$Project "luabind"
|
||||
{
|
||||
$Folder "Source Files"
|
||||
{
|
||||
$File "class.cpp"
|
||||
$File "class_info.cpp"
|
||||
$File "class_registry.cpp"
|
||||
$File "class_rep.cpp"
|
||||
$File "create_class.cpp"
|
||||
$File "error.cpp"
|
||||
$File "exception_handler.cpp"
|
||||
$File "function.cpp"
|
||||
$File "inheritance.cpp"
|
||||
$File "link_compatibility.cpp"
|
||||
$File "object_rep.cpp"
|
||||
$File "open.cpp"
|
||||
$File "pcall.cpp"
|
||||
$File "scope.cpp"
|
||||
$File "stack_content_by_name.cpp"
|
||||
$File "weak_ref.cpp"
|
||||
$File "wrapper_base.cpp"
|
||||
}
|
||||
}
|
||||
// luabind vpc project script
|
||||
|
||||
$Macro SRCDIR "..\.."
|
||||
$Macro THIRDPARTYDIR "$SRCDIR\thirdparty"
|
||||
$Macro LUADIR "$THIRDPARTYDIR\lua"
|
||||
|
||||
$Include "$SRCDIR\vpc_scripts\source_lib_base.vpc" // this for static lib
|
||||
|
||||
$Configuration
|
||||
{
|
||||
$Compiler
|
||||
{
|
||||
$AdditionalIncludeDirectories "$BASE;$THIRDPARTYDIR;$LUADIR"
|
||||
$EnableC++Exceptions "Yes (/EHsc)"
|
||||
}
|
||||
}
|
||||
|
||||
$Project "luabind"
|
||||
{
|
||||
$Folder "Source Files"
|
||||
{
|
||||
$File "class.cpp"
|
||||
$File "class_info.cpp"
|
||||
$File "class_registry.cpp"
|
||||
$File "class_rep.cpp"
|
||||
$File "create_class.cpp"
|
||||
$File "error.cpp"
|
||||
$File "exception_handler.cpp"
|
||||
$File "function.cpp"
|
||||
$File "inheritance.cpp"
|
||||
$File "link_compatibility.cpp"
|
||||
$File "object_rep.cpp"
|
||||
$File "open.cpp"
|
||||
$File "pcall.cpp"
|
||||
$File "scope.cpp"
|
||||
$File "stack_content_by_name.cpp"
|
||||
$File "weak_ref.cpp"
|
||||
$File "wrapper_base.cpp"
|
||||
}
|
||||
|
||||
$Folder "Link Libraries"
|
||||
{
|
||||
$Lib "lua"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue