mirror of
https://github.com/fortressforever/fortressforever-2013.git
synced 2025-02-18 01:51:08 +00:00
remove unused $SRCDIR. removing $BASE fucks things up
This commit is contained in:
parent
461473f467
commit
afd5643d07
1 changed files with 1 additions and 1 deletions
2
mp/src/thirdparty/lua/lua.vpc
vendored
2
mp/src/thirdparty/lua/lua.vpc
vendored
|
@ -12,7 +12,7 @@ $Configuration
|
||||||
{
|
{
|
||||||
$Compiler
|
$Compiler
|
||||||
{
|
{
|
||||||
$AdditionalIncludeDirectories "$BASE;$SRCDIR"
|
$AdditionalIncludeDirectories "$BASE"
|
||||||
$PreprocessorDefinitions "LUA_OPNAMES;LUA_BUILD_AS_DLL;"
|
$PreprocessorDefinitions "LUA_OPNAMES;LUA_BUILD_AS_DLL;"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue