mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 06:06:50 +00:00
5 lines
229 B
Plaintext
5 lines
229 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]
|
|
|