summaryrefslogtreecommitdiff
path: root/templates/vc10dll.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/vc10dll.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/vc10dll.mpt')
-rw-r--r--templates/vc10dll.mpt71
1 files changed, 1 insertions, 70 deletions
diff --git a/templates/vc10dll.mpt b/templates/vc10dll.mpt
index d2a6221c..49b52393 100644
--- a/templates/vc10dll.mpt
+++ b/templates/vc10dll.mpt
@@ -1,75 +1,6 @@
// -*- MPC -*-
// $Id$
-conditional_include "common"
-conditional_include "windowscommon"
-
-configurations = Debug Release
-common_defines = WIN32 _WINDOWS _CRT_NONSTDC_NO_WARNINGS
-ConfigurationType = 2
-MinimalRebuild = false
-GenerateDebugInformation = true
-
conditional_include "vc10platforms"
-
-Release {
- optimize = MaxSpeed
- defines = NDEBUG
- output_dir = Release
- intermediate_dir = Release
- EnableIntrinsicFunctions = true
- WholeProgramOptimization = true
-}
-
-Debug {
- debug_prj = 1
- defines = _DEBUG
- output_dir = .
- intermediate_dir = Debug
- lib_modifier = d
-}
-
-Memcheck Release {
- optimize = MaxSpeed
- defines = NDEBUG
- output_dir = Release
- intermediate_dir = Release
- BasicRuntimeChecks = 0
- FixedBaseAddress = 1
- EnableIntrinsicFunctions = true
- WholeProgramOptimization = true
-}
-
-Memcheck Debug {
- debug_prj = 1
- defines = _DEBUG
- output_dir = .
- intermediate_dir = Debug
- lib_modifier = d
- BasicRuntimeChecks = 0
- LinkIncremental = 1
- FixedBaseAddress = 1
-}
-
-MFC Release {
- optimize = MaxSpeed
- defines = NDEBUG
- output_dir = MFC_Release
- intermediate_dir = MFC_Release
- lib_modifier = mfc
- UseOfMFC = Dynamic
- EnableIntrinsicFunctions = true
- WholeProgramOptimization = true
-}
-
-MFC Debug {
- debug_prj = 1
- defines = _DEBUG
- output_dir = MFC_Debug
- intermediate_dir = MFC_Debug
- lib_modifier = mfcd
- UseOfMFC = Dynamic
-}
-
-conditional_include "vcpartialmacros"
+conditional_include "vc1xdll"
conditional_include "user_vc10dll"