summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2009-11-06 15:04:20 -0800
committerPixel <pixel@nobis-crew.org>2009-11-06 15:04:20 -0800
commit2f55d6e1c9c9d7179149f745d80b4cdd180b7249 (patch)
treefc669fba4185979b3483e80ef4a0eb1ee21ba073 /Makefile
parent501204b88927f4bcc0a7d6065a4a220af6fb0eed (diff)
Fixing dist command for darwin.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0d14390..68ebb0f 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,7 @@ LDFLAGS_GL = -L/usr/X11/lib -lGLU -lGL -X11 -dylib_file \
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:\
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
GL_GLUE=gl-glue-fat.o
+STRIP = strip -x
else
ARCH_FLAGS=-march=i686 -m32
ASFLAGS=-march=i686 --32
@@ -34,10 +35,10 @@ SHARED_FLAGS=-shared
SHARED_EXT=so
LD = g++ -m32
LDFLAGS_GL = -lGLU -lGL
+STRIP = strip --strip-unneeded
endif
CC = gcc
CXX = g++
-STRIP = strip --strip-unneeded
INCLUDES = \
-I../mogltk/include \