mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-05-25 04:56:41 +00:00
Update source_base.vpc
This commit is contained in:
parent
a2347cde0a
commit
339d02a5d0
@ -27,6 +27,7 @@ $Configuration "Debug"
|
||||
// Need to revisit the code to make things run with the _RETAIL preprocessor definition
|
||||
// This line was added in the previous check-in, but had previously not been defined in this branch
|
||||
// $PreprocessorDefinitions "$BASE;_RETAIL" [$RETAIL]
|
||||
$CompilerFlags "$BASE -fexceptions" [$LINUX]
|
||||
}
|
||||
}
|
||||
|
||||
@ -42,5 +43,6 @@ $Configuration "Release"
|
||||
// Need to revisit the code to make things run with the _RETAIL preprocessor definition
|
||||
// This line was added in the previous check-in, but had previously not been defined in this branch
|
||||
// $PreprocessorDefinitions "$BASE;_RETAIL" [$RETAIL]
|
||||
$CompilerFlags "$BASE -fexceptions" [$LINUX]
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user