diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-16 20:33:28 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-16 20:33:28 -0400 |
| commit | e34c561ed5bedeb180437ec165882b98d70d38c1 (patch) | |
| tree | d095e5db16d7a23e883526c8c1d3c524639c97cf /new/darwin/GNUmakeinc.mk | |
| parent | de9d72299fb89a8b6cdc8963cd6b6ae708a81e80 (diff) | |
Split the rewrite into a new repository.
Diffstat (limited to 'new/darwin/GNUmakeinc.mk')
| -rw-r--r-- | new/darwin/GNUmakeinc.mk | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/new/darwin/GNUmakeinc.mk b/new/darwin/GNUmakeinc.mk deleted file mode 100644 index 22ca1e3..0000000 --- a/new/darwin/GNUmakeinc.mk +++ /dev/null @@ -1,19 +0,0 @@ -OSMFILES = \ - 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 |
