diff options
author | rpj <rpj> | 2004-05-20 00:56:52 +0000 |
---|---|---|
committer | rpj <rpj> | 2004-05-20 00:56:52 +0000 |
commit | f4756d6ea3d806ecdf1a7d270c7cd9608cb18dfd (patch) | |
tree | 4ea5002a8237c1d9a704a46d1ca3bda9f2ae3b7a /GNUmakefile | |
parent | 1d88ae3b57489e653d9b253fa5b760377ce62711 (diff) |
Administrative fixes
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/GNUmakefile b/GNUmakefile index f4ef715..b07420f 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -57,10 +57,7 @@ GCE_CFLAGS = -D__CLEANUP_CXX -mthreads ## Mingw32 MAKE = make -CFLAGS = $(OPT) -I. -D_WIN32_WINNT=0x400 -DHAVE_CONFIG_H -Wall - -## Cygwin G++ -#CFLAGS = $(OPT) -x $(GLANG) -fhandle-exceptions -D_WIN32_WINNT=0x400 -I. -DHAVE_CONFIG_H -Wall +CFLAGS = $(OPT) -I. -DHAVE_CONFIG_H -Wall DLL_INLINED_OBJS = \ pthread.o |