diff options
| author | Jørgen P. Tjernø <[email protected]> | 2013-12-02 19:31:46 -0800 |
|---|---|---|
| committer | Jørgen P. Tjernø <[email protected]> | 2013-12-02 19:46:31 -0800 |
| commit | f56bb35301836e56582a575a75864392a0177875 (patch) | |
| tree | de61ddd39de3e7df52759711950b4c288592f0dc /mp/src/vpc_scripts/source_lib_qt_win32_base.vpc | |
| parent | Mark some more files as text. (diff) | |
| download | source-sdk-2013-f56bb35301836e56582a575a75864392a0177875.tar.xz source-sdk-2013-f56bb35301836e56582a575a75864392a0177875.zip | |
Fix line endings. WHAMMY.
Diffstat (limited to 'mp/src/vpc_scripts/source_lib_qt_win32_base.vpc')
| -rw-r--r-- | mp/src/vpc_scripts/source_lib_qt_win32_base.vpc | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/mp/src/vpc_scripts/source_lib_qt_win32_base.vpc b/mp/src/vpc_scripts/source_lib_qt_win32_base.vpc index d386ac86..99b86a00 100644 --- a/mp/src/vpc_scripts/source_lib_qt_win32_base.vpc +++ b/mp/src/vpc_scripts/source_lib_qt_win32_base.vpc @@ -1,22 +1,22 @@ -//===================== Copyright (c) Valve Corporation. All Rights Reserved. ======================
-//
-//==================================================================================================
-
-$Macro QT_ROOT "$SRCDIR\thirdparty\lgpl\qt"
-
-$Include "$SRCDIR\vpc_scripts\source_lib_base.vpc"
-$Include "$SRCDIR\vpc_scripts\qt_base.vpc"
-
-$Configuration
-{
- $Compiler
- {
- $AdditionalIncludeDirectories "$BASE;.\;$SRCDIR\game\shared;$QT_ROOT\include;.\$QT_TARGET_SUBDIR"
- $PreprocessorDefinitions "$BASE;QT_LARGEFILE_SUPPORT;QT_DLL;QT_GUI_LIB;QT_CORE_LIB;QT_THREAD_SUPPORT"
- $PreprocessorDefinitions "$BASE;QT_NO_DEBUG" [!$QTDEBUG]
- $DisableSpecificWarnings "4127;4512;$BASE"
-
- // Causes a bunch of bogus compiler warnings for now; let's disable it
- $Detect64bitPortabilityIssues "No"
- }
-}
+//===================== Copyright (c) Valve Corporation. All Rights Reserved. ====================== +// +//================================================================================================== + +$Macro QT_ROOT "$SRCDIR\thirdparty\lgpl\qt" + +$Include "$SRCDIR\vpc_scripts\source_lib_base.vpc" +$Include "$SRCDIR\vpc_scripts\qt_base.vpc" + +$Configuration +{ + $Compiler + { + $AdditionalIncludeDirectories "$BASE;.\;$SRCDIR\game\shared;$QT_ROOT\include;.\$QT_TARGET_SUBDIR" + $PreprocessorDefinitions "$BASE;QT_LARGEFILE_SUPPORT;QT_DLL;QT_GUI_LIB;QT_CORE_LIB;QT_THREAD_SUPPORT" + $PreprocessorDefinitions "$BASE;QT_NO_DEBUG" [!$QTDEBUG] + $DisableSpecificWarnings "4127;4512;$BASE" + + // Causes a bunch of bogus compiler warnings for now; let's disable it + $Detect64bitPortabilityIssues "No" + } +} |