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.mpt45
1 files changed, 0 insertions, 45 deletions
diff --git a/bin/MakeProjectCreator/templates/vc7exe.mpt b/bin/MakeProjectCreator/templates/vc7exe.mpt
deleted file mode 100644
index a8d4ac3d4d4..00000000000
--- a/bin/MakeProjectCreator/templates/vc7exe.mpt
+++ /dev/null
@@ -1,45 +0,0 @@
-configurations = Release Debug "Static Release" "Static Debug"
-type_is_binary = 1
-common_defines = WIN32 _CONSOLE
-pch_defines = ACE_USING_PCH
-configuration_type = 1
-subsystem = 1
-pdb = 1
-ssl_libs = libeay32 ssleay32
-
-Release {
- defines = NDEBUG
- output_dir = Release
- intermediate_dir = Release
- runtime_library = 2
-}
-
-Debug {
- optimization = 0
- debug = 1
- defines = _DEBUG
- 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
-}
-