* 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_dll_linux_base.vpc
Normal file
24
sp/src/vpc_scripts/source_dll_linux_base.vpc
Normal file
@@ -0,0 +1,24 @@
|
||||
|
||||
$Include "$SRCDIR\vpc_scripts\version.vpc"
|
||||
$Include "$SRCDIR\vpc_scripts\source_linux_base_project.vpc"
|
||||
|
||||
|
||||
$MacroRequired "OUTBINNAME" "$PROJECTNAME"
|
||||
|
||||
|
||||
// General configuration info.
|
||||
$Configuration
|
||||
{
|
||||
$General
|
||||
{
|
||||
$ConfigurationType "Dynamic Library (.dll)"
|
||||
$OutputFile "$(OBJ_DIR)/$OUTBINNAME$_DLL_EXT"
|
||||
$GameOutputFile "$OUTBINDIR/$OUTBINNAME$_DLL_EXT"
|
||||
}
|
||||
|
||||
$Compiler
|
||||
{
|
||||
$PreprocessorDefinitions "$BASE;RAD_TELEMETRY_DISABLED" [$SOURCESDK ]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user