fix linux linkage finally

This commit is contained in:
Dexter 2013-11-03 02:37:20 +00:00 committed by squeek
parent 939411c752
commit 0622f03f59
1 changed files with 3 additions and 3 deletions

View File

@ -9,9 +9,9 @@ $Configuration
$Compiler
{
$AdditionalIncludeDirectories "$BASE"
$EnableC++Exceptions "Yes (/EHsc)"
$PreprocessorDefinitions "LUA_OPNAMES"
$CompileAs "Compile as C Code (/TC)"
$PreprocessorDefinitions "LUA_OPNAMES"
$CompileAs "Compile as C Code (/TC)"
$GCC_ExtraCompilerFlags "-x c" [$LINUXALL] // force compile as C on linux, it will build with G++ by default
}
}