diff options
Diffstat (limited to 'win32/contrib/pthreads')
-rw-r--r-- | win32/contrib/pthreads/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/win32/contrib/pthreads/Makefile.am b/win32/contrib/pthreads/Makefile.am index dc55b0107..a8dfb0cb2 100644 --- a/win32/contrib/pthreads/Makefile.am +++ b/win32/contrib/pthreads/Makefile.am @@ -1,7 +1,6 @@ LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic -#AM_CLFAGS = -I. -D_WIN32_WINNT=0x400 -DHAVE_CONFIG_H -DPTW32_BUILD -D__CLEANUP_C -AM_CPPFLAGS = -D__CLEANUP_C +AM_CPPFLAGS = -D_WIN32_WINNT=0x400 -DHAVE_CONFIG_H -DPTW32_BUILD -D__CLEANUP_C EXTRA_DIST = acconfig.h ANNOUNCE CONTRIBUTIRS COPYING.LIB ChangeLog FAQ MAINTAINERS NEWS PROGRESS README README.CV README.NONPORTABLE README.WinCE TODO WinCE-PORT build.tar.gz config.h.in pthread.def pthread.dsp pthread.dsw |