mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2024-12-02 17:02:35 +00:00
25 lines
551 B
Text
25 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)"
|
||
|
}
|
||
|
}
|