summaryrefslogtreecommitdiff
path: root/templates/make.net.mpt
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2008-09-17 02:40:34 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2008-09-17 02:40:34 +0000
commitde571f20c1ae5e357f2653e245c2d62ac59cf4cf (patch)
tree4b2770aeb56b4a56e9fa8eacd16c5604af119ec9 /templates/make.net.mpt
parente20cdf88a6264cf905778846b1d28a608a6becc7 (diff)
downloadMPC-de571f20c1ae5e357f2653e245c2d62ac59cf4cf.tar.gz
ChangeLogTag: Wed Sep 17 02:40:00 UTC 2008 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/make.net.mpt')
-rw-r--r--templates/make.net.mpt17
1 files changed, 17 insertions, 0 deletions
diff --git a/templates/make.net.mpt b/templates/make.net.mpt
index 6dfaeec7..2c6b4e28 100644
--- a/templates/make.net.mpt
+++ b/templates/make.net.mpt
@@ -14,4 +14,21 @@ mcs {
key_flag = -keyfile:
unsafe_flag = -unsafe
shared_flag = -target:library
+ ref_flag = -r:
+ pkg_flag = -pkg:
+}
+
+gmcs {
+ main_flag = -main:
+ out_flag = -out:
+ lib_flag = -lib:
+ def_flag = -define:
+ exe_flag = -target:exe
+ winexe_flag = -target:winexe
+ opt_flag = -optimize
+ key_flag = -keyfile:
+ unsafe_flag = -unsafe
+ shared_flag = -target:library
+ ref_flag = -r:
+ pkg_flag = -pkg:
}