From 07819a10a89ee26f2f113ba0ec0bee7b03668680 Mon Sep 17 00:00:00 2001 From: Pixel Date: Thu, 5 Nov 2009 11:56:41 -0800 Subject: Adding CentOS mingw support, stripping and dist target support. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f2cb29c..ae65bd9 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ LDFLAGS_GL = -lGLU -lGL endif CC = gcc CXX = g++ -STRIP = strip +STRIP = strip --strip-unneeded INCLUDES = \ -I../mogltk/include \ @@ -236,6 +236,7 @@ all: dep luac lua-interface dist: luac lua-interface lua-interface-gl.$(SHARED_EXT) mkdir -p ../lua-interface-dist ln -sf lua-interface-mesa.$(SHARED_EXT) lua-interface.$(SHARED_EXT) + $(STRIP) $+ cp luac lua-interface lua-interface*.$(SHARED_EXT) ../lua-interface-dist dep: $(ALL_DEPS) -- cgit v1.2.3