mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-19 03:56:10 +08: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:
13
vpc_scripts/source_exe_base.vpc
Normal file
13
vpc_scripts/source_exe_base.vpc
Normal file
@ -0,0 +1,13 @@
|
||||
//-----------------------------------------------------------------------------
|
||||
// source_exe_base.VPC
|
||||
//
|
||||
// Project Script
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
$include "$SRCDIR\vpc_scripts\source_base.vpc"
|
||||
|
||||
$include "$SRCDIR\vpc_scripts\source_exe_win_win32_base.vpc" [$WINDOWS]
|
||||
$Include "$SRCDIR\vpc_scripts\source_exe_linux_base.vpc" [$LINUX]
|
||||
$include "$SRCDIR\vpc_scripts\source_exe_posix_base.vpc" [$POSIX && !$LINUX]
|
||||
$include "$SRCDIR\vpc_scripts\source_xex_x360_base.vpc" [$X360]
|
||||
$Include "$SRCDIR\vpc_scripts\source_video_base.vpc"
|
Reference in New Issue
Block a user