Reverted back to Linux.

This commit is contained in:
Diego Nehab 2006-04-20 04:27:01 +00:00
parent 75f51d5bc7
commit c72632dca5

10
config
View File

@ -48,11 +48,11 @@ INSTALL_EXEC=cp
#------
# Compiler and linker settings
# for Linux
#CC=gcc
#DEF=-DLUASOCKET_DEBUG
#CFLAGS= $(LUAINC) -I$(COMPAT) $(DEF) -pedantic -Wall -O2 -fpic
#LDFLAGS=-O -shared -fpic
#LD=gcc
CC=gcc
DEF=-DLUASOCKET_DEBUG
CFLAGS= $(LUAINC) -I$(COMPAT) $(DEF) -pedantic -Wall -O2 -fpic
LDFLAGS=-O -shared -fpic
LD=gcc
#------
# End of makefile configuration