mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2024-11-30 15:52:11 +00:00
77b376f8a0
* Pulled in bug fixes from HL2 and HL2MP.
24 lines
551 B
Text
24 lines
551 B
Text
//-----------------------------------------------------------------------------
|
|
// SOURCE_EXE_CON_WIN32_BASE.VPC
|
|
//
|
|
// Base Settings for all Source(TM) Projects
|
|
//-----------------------------------------------------------------------------
|
|
|
|
$IgnoreRedundancyWarning "ON"
|
|
$MacroRequired "SRCDIR"
|
|
$MacroRequired "OUTBINDIR"
|
|
|
|
$Include "$SRCDIR\vpc_scripts\source_exe_win_win32_base.vpc"
|
|
|
|
$Configuration
|
|
{
|
|
$General [$VS2010]
|
|
{
|
|
$TargetName "$OUTBINNAME"
|
|
}
|
|
|
|
$Linker
|
|
{
|
|
$SubSystem "Console (/SUBSYSTEM:CONSOLE)"
|
|
}
|
|
}
|