From eed3ccd0e2bffb427c4e9e7fae9d92bd153ca0da Mon Sep 17 00:00:00 2001 From: Pixel Date: Thu, 5 Nov 2009 11:46:01 -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 e7504fc..5f93b74 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ LD = g++ -m32 endif CC = gcc CXX = g++ -STRIP = strip +STRIP = strip --strip-unneeded HAS_ORACLE=$(shell [ -d /usr/local/instantclient ] && echo true || echo false ]) @@ -174,6 +174,7 @@ all: dep modules dist: modules mkdir -p ../lua-interface-dist + $(STRIP) $(MODULES_LIST) cp $(MODULES_LIST) ../lua-interface-dist modules: $(MODULES_LIST) -- cgit v1.2.3