mirror of
https://github.com/celisej567/source-sdk-2013.git
synced 2026-09-23 20:09:45 +03:00
* Switched the SDK from checked-in projects to VPC, the Valve Project Creator. See the Getting Started document on the wiki for details.
* Pulled in bug fixes from HL2 and HL2MP.
This commit is contained in:
24
sp/src/vpc_scripts/source_exe_con_win32_base.vpc
Normal file
24
sp/src/vpc_scripts/source_exe_con_win32_base.vpc
Normal file
@@ -0,0 +1,24 @@
|
||||
//-----------------------------------------------------------------------------
|
||||
// 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)"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user