aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorN.N. <sevyves@users.sourceforge.net>2009-09-06 19:15:49 +0000
committerN.N. <sevyves@users.sourceforge.net>2009-09-06 19:15:49 +0000
commite7b74888e5c42c73f73a82a87a59393b005accf6 (patch)
tree3ead55e44683fa99fbb33be320d94440c7eaeb99 /Makefile
parent45c49e15dba904c0e9aa493c881a24174a7aa13a (diff)
remove windows options
svn path=/trunk/externals/pix_opencv/; revision=12250
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 3bc85a6..2c4f9dd 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
- 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)