Skip to content
Snippets Groups Projects
Commit 13b0dd3e authored by layer's avatar layer
Browse files

2006-04-11 Duane Rettig <duane@gemini>

parent 956e4199
No related branches found
No related tags found
No related merge requests found
2006-04-11 <duane@gemini>
* Makefile.maxosx: Add mactel
2006-04-06 <layer@HOBART64>
* aclpc/acl-class.lisp: fix argument to GetWinMainArgs
......@@ -6032,4 +6036,4 @@ IGNORE JDI SPECIFIC CHANGES TO Makefile
Lots of other stuff
*******************************************************************************
$Revision: 2.16 $
$Revision: 2.17 $
# $Id: Makefile.macosx,v 2.5 2005/08/03 05:07:13 layer Exp $
# $Id: Makefile.macosx,v 2.6 2006/04/12 03:53:55 layer Exp $
#
# Makefile.macosx for CLIM 2.0
#
......@@ -30,9 +30,14 @@ ifeq ($(SIXTYFOURBIT),yes)
CFLAGS= -arch ppc64 -DAcl64Bit
MAKE_SHARED = sh ../src/bin/make_shared.mac64
else
ifeq ($(MACHINE),x86)
CFLAGS=
MAKE_SHARED = sh ../src/bin/make_shared.mac86
else
CFLAGS=
MAKE_SHARED = sh ../src/bin/make_shared.mac
endif
endif
PICFLAGS =
SHAREFLAGS =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment