summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Cleeland <chris.cleeland@gmail.com>2010-06-16 20:04:59 +0000
committerChris Cleeland <chris.cleeland@gmail.com>2010-06-16 20:04:59 +0000
commit3ab4ee39339fd1d79533dbe154b8840e9403872d (patch)
treec9e6ff73ec845a49d0c9214ed14771ae7ed21355
parent29fbf64b6432856e8743ad06600b059027e2388e (diff)
downloadMPC-3ab4ee39339fd1d79533dbe154b8840e9403872d.tar.gz
Overrode lib_prefix for win32 so that libraries are named according to the
MinGW way.
-rw-r--r--templates/cdt6platforms.mpt2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/cdt6platforms.mpt b/templates/cdt6platforms.mpt
index f38751ef..947edd1f 100644
--- a/templates/cdt6platforms.mpt
+++ b/templates/cdt6platforms.mpt
@@ -83,6 +83,8 @@ cpp_linker_tool_input_superclass = cdt.managedbuild.tool.macosx.cpp.linker.input
win32 {
conditional_include "windowscommon"
+ lib_prefix = lib // this is different from VC++ b/c we're using mingw
+
exe_ext_nodot = exe
dll_ext_nodot = dll
lib_ext_nodot = lib