Update the trunk to the OpenCV's CVS (2008-07-14)
[opencv] / tests / cxcore / src / makefile.ms
1 TARGET = cxcoretest
2 BINTYPE = CONSOLE
3 VER =
4 ROOT = ..\..\..
5 PCH = cxcoretest.h
6 PCH_STARTER = precomp
7
8 OBJS = $(OBJPATH)/aarithm.obj $(OBJPATH)/adatastruct.obj $(OBJPATH)/adxt.obj \
9     $(OBJPATH)/amath.obj $(OBJPATH)/cxcoretest_main.obj
10
11 INCS = cxcoretest.h ../../cxts/cxts.h \
12     $(ROOT)/cxcore/include/cxcore.h $(ROOT)/cxcore/include/cxcore.hpp \
13     $(ROOT)/cxcore/include/cxerror.h $(ROOT)/cxcore/include/cxmisc.h \
14     $(ROOT)/cxcore/include/cxtypes.h $(ROOT)/cxcore/include/cvver.h
15
16 CXXFLAGS_PROJ = /I"." /I"../../cxts" /I"$(ROOT)/cxcore/include"
17 LIBS_PROJ = $(LIBPATH)"$(ROOT)/lib" cxcore$(DBG)$(OUT_P_SUFFIX).lib cxts$(DBG)$(OUT_P_SUFFIX).lib
18
19 !include $(ROOT)/_make/make_module_$(MS).mak