Added the Mac OS X build rules.

This commit is contained in:
Pietro Gagliardi 2015-04-15 19:19:52 -04:00
parent 7cc70e1727
commit 2d1f20d905
1 changed files with 19 additions and 0 deletions

19
new/darwin/GNUmakeinc.mk Normal file
View File

@ -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