diff options
author | N.N. <sevyves@users.sourceforge.net> | 2009-09-06 19:14:51 +0000 |
---|---|---|
committer | N.N. <sevyves@users.sourceforge.net> | 2009-09-06 19:14:51 +0000 |
commit | 002d3246a49bb6f0c2dbe9723f5ca573b0ff8710 (patch) | |
tree | 8719b10f348c77e8d5db8cb1b3d3bc5448d7e279 /Makefile | |
parent | cdffa16cd3c84bcf6f3a6f83ee2232a3b086fbec (diff) |
remove windows options
svn path=/trunk/externals/pdp_opencv/; revision=12249
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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) |