changeset 20531:bc7c04eaf71e

Cygwin linking fix.
author diego
date Mon, 30 Oct 2006 23:47:42 +0000
parents 42d58e583110
children 8078ccc3723e
files libmpdvdkit2/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdvdkit2/Makefile	Mon Oct 30 22:32:04 2006 +0000
+++ b/libmpdvdkit2/Makefile	Mon Oct 30 23:47:42 2006 +0000
@@ -40,7 +40,7 @@
 	-DHAVE_ERRNO_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H \
 
 ifeq ($(TARGET_OS),CYGWIN)
-CFLAGS+=-DSYS_CYGWIN
+CFLAGS+=-DSYS_CYGWIN -DWIN32
 endif
 
 ifeq ($(TARGET_OS),Darwin)