summaryrefslogtreecommitdiff
path: root/templates/makedll.mpt
diff options
context:
space:
mode:
authorAdam Mitz <mitza-oci@users.noreply.github.com>2008-06-10 14:46:10 +0000
committerAdam Mitz <mitza-oci@users.noreply.github.com>2008-06-10 14:46:10 +0000
commit821e676d9ff0c53f73f99ed68bd0113bd3c62add (patch)
tree86bf8bb1beee2d462efc5eb17844a4d202195593 /templates/makedll.mpt
parent6d0250ea4a1948aace26fe9052c64d1782511909 (diff)
downloadMPC-821e676d9ff0c53f73f99ed68bd0113bd3c62add.tar.gz
ChangeLogTag: Tue Jun 10 14:45:18 UTC 2008 Adam Mitz <mitza@ociweb.com>
Diffstat (limited to 'templates/makedll.mpt')
-rw-r--r--templates/makedll.mpt22
1 files changed, 22 insertions, 0 deletions
diff --git a/templates/makedll.mpt b/templates/makedll.mpt
index e867581b..a3f692c3 100644
--- a/templates/makedll.mpt
+++ b/templates/makedll.mpt
@@ -35,6 +35,7 @@ pchext = .gch
versupport = 1
supports_include = 1
visibility =
+depgen_flags =
// ***********************************************************************
// Configuration Section
@@ -312,8 +313,25 @@ cygwin {
exe_ext = .exe
rc = windres
res_ext = .o
+ depgen_flags = -t make
}
+// MinGW compiler with the MSYS shell, make, etc.
+mingw_msys {
+ versupport =
+ lib_prefix =
+ dll_ext = .dll
+ lib_ext = .lib
+ exe_ext = .exe
+ ldlibs = -lwsock32 -lnetapi32
+ rc = rc
+ pic =
+ depgen_flags = -t make
+}
+
+// MinGW compiler with either:
+// a) a native Windows shell and make, or
+// b) MSYS's make passing --win32 (which will use cmd.exe as its subshell)
mingw {
versupport =
lib_prefix =
@@ -330,6 +348,9 @@ mingw {
move = move /y
testdirstart = if not exist
testdirend =
+ pic =
+ slash = \\
+ depgen_flags = -t make
}
dmc_win {
@@ -349,6 +370,7 @@ dmc_win {
supports_include =
testdirstart = if not exist
testdirend =
+ depgen_flags = -t make
}
tandem {