diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-15 19:19:52 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-15 19:19:52 -0400 |
| commit | 2d1f20d905b39f4d8f39d81ea9a40d21ff16063e (patch) | |
| tree | 63d1b6a8f9ddf8f2441b2e6caef6da8c1797e77c | |
| parent | 7cc70e1727e9463be631373e43608bb801891fc4 (diff) | |
Added the Mac OS X build rules.
| -rw-r--r-- | new/darwin/GNUmakeinc.mk | 19 |
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 |
