Conflicts:
	mp/src/thirdparty/luabind/luabind.vpc
This commit is contained in:
Dexter 2013-10-30 03:33:48 +00:00 committed by squeek
parent 03b770e3de
commit 6be4165a85
6 changed files with 52 additions and 47 deletions

View File

@ -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
}
}

View File

@ -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.

View File

@ -37,4 +37,9 @@ $Project "luabind"
$File "weak_ref.cpp"
$File "wrapper_base.cpp"
}
$Folder "Link Libraries"
{
$Lib "lua"
}
}