summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_macosx.GNU
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-07-02 11:43:00 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-07-02 11:43:00 +0000
commitf518557f573b1a2302d7f0b9a86b13dbae916de8 (patch)
tree079b79afb50319787a51e9ec8f0390619ce88bd9 /include/makeinclude/platform_macosx.GNU
parente5c65857bec00930b2f0245dc7defca8c9317678 (diff)
downloadATCD-f518557f573b1a2302d7f0b9a86b13dbae916de8.tar.gz
ChangeLogTag:Mon Jul 2 05:40:54 2001 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
Diffstat (limited to 'include/makeinclude/platform_macosx.GNU')
-rw-r--r--include/makeinclude/platform_macosx.GNU2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/makeinclude/platform_macosx.GNU b/include/makeinclude/platform_macosx.GNU
index f75a1195c0d..160f737a98a 100644
--- a/include/makeinclude/platform_macosx.GNU
+++ b/include/makeinclude/platform_macosx.GNU
@@ -2,6 +2,7 @@
# platform_macosx.GNU
# preliminary support for Mac OS X DP4, some stuff still doesn't work.
+
CC = cc
CXX = c++
CFLAGS += -Wall -Wpointer-arith -pipe
@@ -16,3 +17,4 @@ RANLIB = ranlib
SOEXT = dylib
SOFLAGS = -dynamic
SOBUILD = -o $(VSHDIR)$*.dylib $<
+