mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-09 02:09:35 +00:00
Fix compilation under MSVC(VS2019)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
$Macro OUTBINNAME "server"
|
||||
$Macro OUTBINDIR "$SRCDIR\..\game\$GAMENAME\bin"
|
||||
$Macro OUTBINDIR "$SRCDIR\..\game\bin"
|
||||
$Macro DEVKITBINDIR "$GAMENAME\bin" [$X360]
|
||||
// It's important to include $GAMENAME in the generated_proto directory
|
||||
// to avoid race conditions when multiple games are in one solution.
|
||||
@@ -16,7 +16,6 @@ $MacroRequired "GAMENAME"
|
||||
$include "$SRCDIR\vpc_scripts\source_dll_base.vpc"
|
||||
$include "$SRCDIR\vpc_scripts\protobuf_builder.vpc"
|
||||
$Include "$SRCDIR\vpc_scripts\source_replay.vpc" [$TF]
|
||||
$Include "$SRCDIR\game\protobuf_include.vpc"
|
||||
|
||||
$Configuration "Debug"
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user