From 002d3246a49bb6f0c2dbe9723f5ca573b0ff8710 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Sun, 6 Sep 2009 19:14:51 +0000 Subject: remove windows options svn path=/trunk/externals/pdp_opencv/; revision=12249 --- Makefile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Makefile b/Makefile index afd9b60..ae4de0d 100644 --- a/Makefile +++ b/Makefile @@ -24,14 +24,6 @@ ifeq ($(UNAME),Darwin) LIBS = -lm -framework OpenCV EXTENSION = pd_darwin endif -ifeq (MINGW,$(findstring MINGW,$(UNAME))) - OPENCV_DIR = opencv-1.0.0 - INCLUDES += -I$(OPENCV_DIR)/cv/include -I$(OPENCV_DIR)/cxcore/include -I$(OPENCV_DIR)/cvaux/include - CPPFLAGS += -mms-bitfields -DMSW -DNT $(WINDOWS_HACKS) - LDFLAGS += -shared - LIBS = -L$(pd_src)/bin -L$(pd_src)/obj -lpd -lkernel32 -luser32 -lgdi32 \ - -lm $(OPENCV_DIR)/build/cv/src/.libs/lib_cv.a -endif .SUFFIXES = $(EXTENSION) -- cgit v1.2.1