diff options
| author | Alan Edwardes <[email protected]> | 2013-12-03 10:47:30 +0000 |
|---|---|---|
| committer | Alan Edwardes <[email protected]> | 2013-12-03 10:47:30 +0000 |
| commit | 550992aebacbc7586553c15a3c2120f85a879126 (patch) | |
| tree | c814cf654018acd5d69bb6e4be5dc9900391fd37 /mp/src/vpc_scripts/source_exe_qt_base.vpc | |
| parent | VBSP now checks all search paths for an FGD file. (diff) | |
| parent | Make .xcconfigs text files too. (diff) | |
| download | source-sdk-2013-550992aebacbc7586553c15a3c2120f85a879126.tar.xz source-sdk-2013-550992aebacbc7586553c15a3c2120f85a879126.zip | |
Merge remote-tracking branch 'upstream/master' into vbsp-fixes.
Diffstat (limited to 'mp/src/vpc_scripts/source_exe_qt_base.vpc')
| -rw-r--r-- | mp/src/vpc_scripts/source_exe_qt_base.vpc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mp/src/vpc_scripts/source_exe_qt_base.vpc b/mp/src/vpc_scripts/source_exe_qt_base.vpc new file mode 100644 index 00000000..76c8a72b --- /dev/null +++ b/mp/src/vpc_scripts/source_exe_qt_base.vpc @@ -0,0 +1,5 @@ +// 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] +
\ No newline at end of file |