summaryrefslogtreecommitdiff
path: root/templates/vc10lib.mpt
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2014-06-26 16:33:55 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2014-06-26 16:33:55 +0000
commite1620470978e0a0a948daf1dee23c6c468cc1582 (patch)
treec16f83a906b05da2353a3e2196b35c1fa6619384 /templates/vc10lib.mpt
parente3f538cf9676041b3ea78f5db2ed138b4d45875b (diff)
downloadMPC-e1620470978e0a0a948daf1dee23c6c468cc1582.tar.gz
ChangeLogTag: Thu Jun 26 16:28:39 UTC 2014 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/vc10lib.mpt')
-rw-r--r--templates/vc10lib.mpt73
1 files changed, 1 insertions, 72 deletions
diff --git a/templates/vc10lib.mpt b/templates/vc10lib.mpt
index cb4eff16..1d606f7f 100644
--- a/templates/vc10lib.mpt
+++ b/templates/vc10lib.mpt
@@ -1,77 +1,6 @@
// -*- MPC -*-
// $Id$
-conditional_include "common"
-conditional_include "windowscommon"
-
-configurations = Debug Release
-common_defines = WIN32 _WINDOWS _CRT_NONSTDC_NO_WARNINGS
-ConfigurationType = 4
-MinimalRebuild = false
-GenerateDebugInformation = true
-
conditional_include "vc10platforms"
-
-Release {
- optimize = MaxSpeed
- defines = NDEBUG
- output_dir = Static_Release
- intermediate_dir = Static_Release
- lib_modifier = s
- EnableIntrinsicFunctions = true
- WholeProgramOptimization = true
-}
-
-Debug {
- debug_prj = 1
- defines = _DEBUG
- output_dir = Static_Debug
- intermediate_dir = Static_Debug
- lib_modifier = sd
-}
-
-Memcheck Release {
- optimize = MaxSpeed
- defines = NDEBUG
- output_dir = Static_Release
- intermediate_dir = Static_Release
- lib_modifier = s
- BasicRuntimeChecks = 0
- FixedBaseAddress = 1
- EnableIntrinsicFunctions = true
- WholeProgramOptimization = true
-}
-
-Memcheck Debug {
- debug_prj = 1
- defines = _DEBUG
- output_dir = Static_Debug
- intermediate_dir = Static_Debug
- lib_modifier = sd
- BasicRuntimeChecks = 0
- LinkIncremental = 1
- FixedBaseAddress = 1
-}
-
-MFC Release {
- optimize = MaxSpeed
- defines = NDEBUG
- output_dir = Static_MFC_Release
- intermediate_dir = Static_MFC_Release
- lib_modifier = mfcs
- UseOfMFC = Dynamic
- EnableIntrinsicFunctions = true
- WholeProgramOptimization = true
-}
-
-MFC Debug {
- debug_prj = 1
- defines = _DEBUG
- output_dir = Static_MFC_Debug
- intermediate_dir = Static_MFC_Debug
- lib_modifier = mfcsd
- UseOfMFC = Dynamic
-}
-
-conditional_include "vcpartialmacros"
+conditional_include "vc1xlib"
conditional_include "user_vc10lib"