summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/templates/vc7exe.mpt
diff options
context:
space:
mode:
Diffstat (limited to 'bin/MakeProjectCreator/templates/vc7exe.mpt')
-rw-r--r--bin/MakeProjectCreator/templates/vc7exe.mpt92
1 files changed, 0 insertions, 92 deletions
diff --git a/bin/MakeProjectCreator/templates/vc7exe.mpt b/bin/MakeProjectCreator/templates/vc7exe.mpt
deleted file mode 100644
index e39356dc2a8..00000000000
--- a/bin/MakeProjectCreator/templates/vc7exe.mpt
+++ /dev/null
@@ -1,92 +0,0 @@
-configurations = Release Debug "Static Release" "Static Debug"
-type_is_binary = 1
-common_defines = WIN32 _CONSOLE
-configuration_type = 1
-subsystem = 1
-ssl_libs = libeay32 ssleay32
-zzip_libs = z zzip
-pdb = 1
-
-Release {
- defines = NDEBUG
- output_dir = Release
- intermediate_dir = Release
- runtime_library = 2
-}
-
-Debug {
- optimization = 0
- debug = 1
- defines = _DEBUG
- output_dir = .
- intermediate_dir = Debug
- lib_modifier = d
- runtime_library = 3
-}
-
-Static Release {
- defines = NDEBUG
- output_dir = Static_Release
- intermediate_dir = Static_Release
- lib_modifier = s
- need_libflags = 1
- runtime_library = 2
-}
-
-Static Debug {
- optimization = 0
- debug = 1
- defines = _DEBUG
- output_dir = Static_Debug
- intermediate_dir = Static_Debug
- lib_modifier = sd
- need_libflags = 1
- runtime_library = 3
-}
-
-MFC Release {
- common_defines = WIN32 _WINDOWS
- defines = NDEBUG _AFXDLL
- output_dir = MFC_Release
- intermediate_dir = MFC_Release
- lib_modifier = mfc
- runtime_library = 2
- use_mfc = 2
-}
-
-MFC Debug {
- optimization = 0
- debug = 1
- common_defines = WIN32 _WINDOWS
- defines = _DEBUG _AFXDLL
- output_dir = MFC_Debug
- intermediate_dir = MFC_Debug
- lib_modifier = mfcd
- runtime_library = 3
- use_mfc = 2
-}
-
-Static MFC Release {
- defines = NDEBUG _AFXDLL
- output_dir = Static_MFC_Release
- intermediate_dir = Static_MFC_Release
- lib_modifier = mfcs
- need_libflags = 1
- runtime_library = 2
- use_mfc = 2
-}
-
-Static MFC Debug {
- optimization = 0
- debug = 1
- defines = _DEBUG _AFXDLL
- output_dir = Static_MFC_Debug
- intermediate_dir = Static_MFC_Debug
- lib_modifier = mfcsd
- need_libflags = 1
- runtime_library = 3
- use_mfc = 2
-}
-
-conditional_include "vcfullmacros"
-conditional_include "zziplib"