mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2024-12-23 01:59:43 +08:00
5 lines
233 B
Plaintext
5 lines
233 B
Plaintext
|
// call up either the posix or win32 vpc file based upon target platform
|
||
|
|
||
|
//$Include "$SRCDIR\vpc_scripts\source_exe_qt_linux_base.vpc" [$POSIX]
|
||
|
$Include "$SRCDIR\vpc_scripts\source_exe_qt_win32_base.vpc" [$WIN32 || $WIN64]
|
||
|
|