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_mll_qt_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_mll_qt_base.vpc')
| -rw-r--r-- | mp/src/vpc_scripts/source_mll_qt_base.vpc | 70 |
1 files changed, 35 insertions, 35 deletions
diff --git a/mp/src/vpc_scripts/source_mll_qt_base.vpc b/mp/src/vpc_scripts/source_mll_qt_base.vpc index 099c658f..9ec5f135 100644 --- a/mp/src/vpc_scripts/source_mll_qt_base.vpc +++ b/mp/src/vpc_scripts/source_mll_qt_base.vpc @@ -1,35 +1,35 @@ -//====== Copyright (c) 1996-2010, Valve Corporation, All rights reserved. =====
-//
-// Maya Plugin For Win32 - Same As source_dll_qt_win32_base.vpc except:
-// * QT_ROOT is left unspecified, the part VPC script needs to define it
-// as it varies with the version of Maya
-// * QT_NO_DEBUG is always defined.
-// * Only release versions of Qt libraries are linked
-// Maya is linked with release Qt libs, linking a plug-in with debug
-// libs will crash when a Qt widget is created
-//
-//=============================================================================
-
-$MacroRequired "QT_ROOT"
-
-$Include "$SRCDIR\vpc_scripts\source_dll_base.vpc"
-$Include "$SRCDIR\vpc_scripts\qt_base.vpc"
-
-$Configuration
-{
- $Compiler
- {
- $AdditionalIncludeDirectories "$BASE;.\;$QT_ROOT\include;.\$QT_TARGET_SUBDIR"
- $PreprocessorDefinitions "$BASE;QT_LARGEFILE_SUPPORT;QT_DLL;QT_GUI_LIB;QT_CORE_LIB;QT_THREAD_SUPPORT;QT_NO_DEBUG"
- $DisableSpecificWarnings "4127;4512;$BASE"
- }
-}
-
-$Project
-{
- $Folder "Link Libraries"
- {
- $Lib "$QT_ROOT\lib\qtcore4"
- $Lib "$QT_ROOT\lib\qtgui4"
- }
-}
+//====== Copyright (c) 1996-2010, Valve Corporation, All rights reserved. ===== +// +// Maya Plugin For Win32 - Same As source_dll_qt_win32_base.vpc except: +// * QT_ROOT is left unspecified, the part VPC script needs to define it +// as it varies with the version of Maya +// * QT_NO_DEBUG is always defined. +// * Only release versions of Qt libraries are linked +// Maya is linked with release Qt libs, linking a plug-in with debug +// libs will crash when a Qt widget is created +// +//============================================================================= + +$MacroRequired "QT_ROOT" + +$Include "$SRCDIR\vpc_scripts\source_dll_base.vpc" +$Include "$SRCDIR\vpc_scripts\qt_base.vpc" + +$Configuration +{ + $Compiler + { + $AdditionalIncludeDirectories "$BASE;.\;$QT_ROOT\include;.\$QT_TARGET_SUBDIR" + $PreprocessorDefinitions "$BASE;QT_LARGEFILE_SUPPORT;QT_DLL;QT_GUI_LIB;QT_CORE_LIB;QT_THREAD_SUPPORT;QT_NO_DEBUG" + $DisableSpecificWarnings "4127;4512;$BASE" + } +} + +$Project +{ + $Folder "Link Libraries" + { + $Lib "$QT_ROOT\lib\qtcore4" + $Lib "$QT_ROOT\lib\qtgui4" + } +} |