Update to 2.0.0 tree from current Fremantle build
[opencv] / _make / makefile.32
diff --git a/_make/makefile.32 b/_make/makefile.32
deleted file mode 100644 (file)
index cc795da..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-!include make_cfg.mak
-
-!ifndef MY_CXX
-MY_CXX = cl
-!endif
-
-!ifndef MY_CXXFLAGS
-MY_CXXFLAGS = "/I"$(PSDK)/include" /I"$(PSDK)\include/crt"  /I"$(PSDK)\include\mfc" /I"$(PSDK)\include\atl""
-!endif
-
-!ifndef MY_LINK
-MY_LINK = link
-!endif
-
-!ifndef MY_LINKFLAGS
-MY_LINKFLAGS = "/libpath:"$(PSDK)/lib" bufferoverflowu.lib"
-!endif
-
-!ifndef PLATFORM
-PLATFORM = I386
-!endif
-
-!ifndef PDBNAME
-PDBNAME = vc70.pdb
-!endif
-
-!ifndef DEBUG
-DEBUG = 0
-!endif
-
-!include make_all_ms.mak