summaryrefslogtreecommitdiff
path: root/templates/makedll.mpt
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2006-03-15 18:48:14 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2006-03-15 18:48:14 +0000
commit55d597732b7da4bb2b326ef1f83f4d773d97bbfe (patch)
treee34e6a96a7ccebdd61c83b0018558292b85948ac /templates/makedll.mpt
parent24db7006f6250f1d14a6cc720e8cf6609257d11f (diff)
downloadMPC-55d597732b7da4bb2b326ef1f83f4d773d97bbfe.tar.gz
ChangeLogTag: Wed Mar 15 18:44:03 UTC 2006 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/makedll.mpt')
-rw-r--r--templates/makedll.mpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/makedll.mpt b/templates/makedll.mpt
index 0f0d0f60..f342b8c7 100644
--- a/templates/makedll.mpt
+++ b/templates/makedll.mpt
@@ -2,8 +2,9 @@
// $Id$
// ***********************************************************************
-// The default compiler for the 'make' project type is gcc. This
-// is controlled by the compilers template variable. It may be
+// The default compiler for the 'make' project type is gcc (provided by
+// the fill_value() method in MakeProjectCreator.pm). This can be
+// controlled by setting the compilers template variable. It may be
// changed on the MPC command line via the -value_template option.
// Additionally, each compiler has a default platform. The default
// platform for gcc is linux. This too can be changed via the
@@ -21,7 +22,6 @@ conditional_include "common"
conditional_include "unixcommon"
configurations = Release
-compilers = gcc
obj_ext = .o
res_ext = .res
compile_flags =
@@ -54,7 +54,7 @@ Release {
java {
cxx = javac
- ld = echo
+ ld = :
obj_ext = .class
output_option =
compile_option =