aboutsummaryrefslogtreecommitdiff
path: root/sp/src/vpc_scripts/source_exe_qt_con_base.vpc
diff options
context:
space:
mode:
authorNarendra Umate <[email protected]>2013-12-02 23:36:05 -0800
committerNarendra Umate <[email protected]>2013-12-02 23:36:05 -0800
commit8737f191f3b59f001a77bf6c08091109211c1c9f (patch)
treedbbf05c004d9b026f2c1f23f06600fe0add82c36 /sp/src/vpc_scripts/source_exe_qt_con_base.vpc
parentUpdate .gitignore. (diff)
parentMake .xcconfigs text files too. (diff)
downloadsource-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.vpc32
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"
+ }
+}