Remove the __NO_CTYPE define

Nothing within the project uses it, and it's not necessary to
build the project either, tested on both linux and mingw.
This commit is contained in:
Martin Storsjö 2014-01-21 12:46:03 +02:00
parent f8b84b642d
commit 5cb3fc93e0
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
ASM = nasm
CFLAGS += -Werror -fPIC -DLINUX -D__NO_CTYPE
CFLAGS += -Werror -fPIC -DLINUX
LDFLAGS += -lpthread
ASMFLAGS += -DNOPREFIX
ifeq ($(ENABLE64BIT), Yes)

View File

@ -1,5 +1,5 @@
ASM = nasm
CFLAGS += -D__NO_CTYPE
CFLAGS +=
LDFLAGS +=
ifeq ($(ENABLE64BIT), Yes)
ASMFLAGS += -f win64

View File

@ -26,7 +26,7 @@ ASFLAGS= -f elf -DNOPREFIX -I ../../../decoder/core/asm/
LIBS= -lstdc++ -ldl
#-lm
CFLAGS= $(INCLUDE) -fPIC -D__GCC__ -DLINUX -D__NO_CTYPE
CFLAGS= $(INCLUDE) -fPIC -D__GCC__ -DLINUX
ifeq ($(DBG),1)
#SUFFIX= .dbg

View File

@ -27,7 +27,7 @@ ASFLAGS= -f elf -DNOPREFIX -I ../../../encoder/core/asm/
LIBS= -lstdc++ -ldl -lpthread -lm
#-lm
CFLAGS= $(INCLUDE) -m32 -fPIC -D__GCC__ -DLINUX -D__NO_CTYPE -DWELS_TESTBED -DMT_ENABLED
CFLAGS= $(INCLUDE) -m32 -fPIC -D__GCC__ -DLINUX -DWELS_TESTBED -DMT_ENABLED
ifeq ($(DBG),1)
#SUFFIX= .dbg