Move the sources to trunk
[opencv] / _make / makefile.vs
1 !ifndef MY_CXX
2 MY_CXX = cl
3 !endif
4
5 !ifndef MY_CXXFLAGS
6 MY_CXXFLAGS = ""
7 !endif
8
9 !ifndef MY_LINK
10 MY_LINK = link
11 !endif
12
13 !ifndef MY_LINKFLAGS
14 MY_LINKFLAGS = ""
15 !endif
16
17 !ifndef PLATFORM
18 PLATFORM = I386
19 !endif
20
21 !ifndef PDBNAME
22 PDBNAME = vc60.pdb
23 !endif
24
25 !ifndef DEBUG
26 DEBUG = 0
27 !endif
28
29 !include make_all_ms.mak