From 8420541720726975ab79fafc399c45c6a8eff3bd Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Thu, 29 Sep 2005 22:26:35 +0000 Subject: Tested on Windows. --- config | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'config') diff --git a/config b/config index 55a9a63..8394af3 100644 --- a/config +++ b/config @@ -35,13 +35,21 @@ INSTALL_EXEC=cp #------ # Compiler and linker settings +# for Mac OS X # CC=gcc DEF=-DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -CFLAGS= $(LUAINC) -I$(COMPAT) $(DEF) -pedantic -Wall -O2 +CFLAGS= $(LUAINC) -I$(COMPAT) $(DEF) -pedantic -Wall -O2 -fno-common LDFLAGS=-bundle -undefined dynamic_lookup LD=export MACOSX_DEPLOYMENT_TARGET="10.3"; gcc +# for Linux +#CC=gcc +#DEF=-DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN +#CFLAGS= $(LUAINC) -I$(COMPAT) $(DEF) -pedantic -Wall -O2 -fpic +#LDFLAGS=-O -shared +#LD=gcc + #------ # End of makefile configuration # -- cgit v1.2.3-55-g6feb