diff options
Diffstat (limited to 'config/mac386')
-rw-r--r-- | config/mac386/Makedefs | 21 | ||||
-rw-r--r-- | config/mac386/define.h | 9 | ||||
-rw-r--r-- | config/mac386/status | 34 |
3 files changed, 64 insertions, 0 deletions
diff --git a/config/mac386/Makedefs b/config/mac386/Makedefs new file mode 100644 index 0000000..35f3984 --- /dev/null +++ b/config/mac386/Makedefs @@ -0,0 +1,21 @@ +# CC C compiler +# CFLAGS flags for building C files +# CFDYN additional flags for dynamic functions +# RLINK flags for linking run-time system +# RLIBS libraries to link with run-time system +# TLIBS libraries to link for POSIX threads +# XLIBS libraries to link for graphics +# XPMDEFS definitions for building XPM library +# GDIR directory of graphics helper library +# SFLAGS flags for stripping iconx + +CC = cc -arch i386 +CFLAGS = +CFDYN = +RLINK = -dynamic +RLIBS = -lm +TLIBS = +XLIBS = -L/usr/X11/lib -lX11 +XPMDEFS = -DZPIPE +GDIR = xpm +SFLAGS = -Sx diff --git a/config/mac386/define.h b/config/mac386/define.h new file mode 100644 index 0000000..bf2a07e --- /dev/null +++ b/config/mac386/define.h @@ -0,0 +1,9 @@ +/* + * Icon configuration file for Macintosh + */ + +#define UNIX 1 +#define MACINTOSH 1 +#define LoadFunc + +#define NamedSemaphores /* unnamed sempahores not implemented by OS 10.6 */ diff --git a/config/mac386/status b/config/mac386/status new file mode 100644 index 0000000..3d1cfef --- /dev/null +++ b/config/mac386/status @@ -0,0 +1,34 @@ +System configuration: + + 32-bit variant configuration for Intel-based Apple Macintosh. + +Latest Icon version: + + Version 9.5.0 + +Installer: + + Gregg Townsend + Icon Project + The University of Arizona + +Missing features: + + None + +Known bugs: + + None + +Comments: + + This configuration forces a 32-bit build of Icon on a 64-bit + Intel-based Macintosh computer. This is normally not needed and + the standard "macintosh" configuration should be used instead. + + Tested with MacOS 10.6.2 (Snow Leopard), + using Xcode 3.2.1 and GCC 4.2.1. + +Date: + + March 26, 2010 |