summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-04-15 19:19:52 -0400
committerPietro Gagliardi <[email protected]>2015-04-15 19:19:52 -0400
commit2d1f20d905b39f4d8f39d81ea9a40d21ff16063e (patch)
tree63d1b6a8f9ddf8f2441b2e6caef6da8c1797e77c
parent7cc70e1727e9463be631373e43608bb801891fc4 (diff)
Added the Mac OS X build rules.
-rw-r--r--new/darwin/GNUmakeinc.mk19
1 files changed, 19 insertions, 0 deletions
diff --git a/new/darwin/GNUmakeinc.mk b/new/darwin/GNUmakeinc.mk
new file mode 100644
index 0000000..6a69044
--- /dev/null
+++ b/new/darwin/GNUmakeinc.mk
@@ -0,0 +1,19 @@
+OSCFILES = \
+ alloc.m \
+ button.m \
+ checkbox.m \
+ entry.m \
+ init.m \
+ label.m \
+ main.m \
+ newcontrol.m \
+ parent.m \
+ tab.m \
+ text.m \
+ util.m \
+ window.m
+
+xCFLAGS += -mmacosx-version-min=10.7 -DMACOSX_DEPLOYMENT_TARGET=10.7
+xLDFLAGS += -mmacosx-version-min=10.7 -lobjc -framework Foundation -framework AppKit
+
+OUT = new