1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2024-12-22 17:47:38 +08:00
hl2sdk/vpc_scripts/source_exe_con_win32_base.vpc

27 lines
575 B
Plaintext
Raw Permalink Normal View History

//-----------------------------------------------------------------------------
// SOURCE_EXE_CON_WIN32_BASE.VPC
//
// Base Settings for all Source(TM) Projects
//-----------------------------------------------------------------------------
$IgnoreRedundancyWarning "ON"
$MacroRequired "SRCDIR"
$MacroRequired "OUTBINDIR"
$MacroRequired "PLATSUBDIR"
$Include "$SRCDIR\vpc_scripts\source_exe_win_win32_base.vpc"
$Configuration
{
2014-10-31 00:30:57 +08:00
$General
{
$TargetName "$OUTBINNAME"
}
$Linker
{
$SubSystem "Console (/SUBSYSTEM:CONSOLE)"
}
}