diff options
| author | Narendra Umate <[email protected]> | 2013-12-02 23:36:05 -0800 |
|---|---|---|
| committer | Narendra Umate <[email protected]> | 2013-12-02 23:36:05 -0800 |
| commit | 8737f191f3b59f001a77bf6c08091109211c1c9f (patch) | |
| tree | dbbf05c004d9b026f2c1f23f06600fe0add82c36 /sp/src/vpc_scripts/source_exe_qt_con_base.vpc | |
| parent | Update .gitignore. (diff) | |
| parent | Make .xcconfigs text files too. (diff) | |
| download | source-sdk-2013-8737f191f3b59f001a77bf6c08091109211c1c9f.tar.xz source-sdk-2013-8737f191f3b59f001a77bf6c08091109211c1c9f.zip | |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'sp/src/vpc_scripts/source_exe_qt_con_base.vpc')
| -rw-r--r-- | sp/src/vpc_scripts/source_exe_qt_con_base.vpc | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/sp/src/vpc_scripts/source_exe_qt_con_base.vpc b/sp/src/vpc_scripts/source_exe_qt_con_base.vpc index 4620e908..316d6092 100644 --- a/sp/src/vpc_scripts/source_exe_qt_con_base.vpc +++ b/sp/src/vpc_scripts/source_exe_qt_con_base.vpc @@ -1,16 +1,16 @@ -// base file for a console app with qt. win32 only for now. CG: I'm not 100% sure this is the right definition,
-// but I'm moving the logic here so it doesn't end up pasted into every such app.
-
-$Include "$SRCDIR\vpc_scripts\source_exe_qt_win32_base.vpc"
-
-$Configuration
-{
- $Linker
- {
- $SubSystem "Console (/SUBSYSTEM:CONSOLE)"
- }
- $Compiler
- {
- $AdditionalIncludeDirectories "$BASE,..\common"
- }
-}
+// base file for a console app with qt. win32 only for now. CG: I'm not 100% sure this is the right definition, +// but I'm moving the logic here so it doesn't end up pasted into every such app. + +$Include "$SRCDIR\vpc_scripts\source_exe_qt_win32_base.vpc" + +$Configuration +{ + $Linker + { + $SubSystem "Console (/SUBSYSTEM:CONSOLE)" + } + $Compiler + { + $AdditionalIncludeDirectories "$BASE,..\common" + } +} |