Move the sources to trunk
[opencv] / _make / makefile.i7
1 !include make_cfg.mak
2
3 !ifndef MY_CXX
4 MY_CXX = "$(PSDK)\bin\win64\cl"
5 !endif
6
7 !ifndef MY_CXXFLAGS
8 MY_CXXFLAGS = "/I"$(PSDK)/include" /I"$(PSDK)\include/crt"  /I"$(PSDK)\include\mfc" /I"$(PSDK)\include\atl""
9 !endif
10
11 !ifndef MY_LINK
12 MY_LINK = "$(PSDK)\bin\win64\link"
13 !endif
14
15 !ifndef MY_LINKFLAGS
16 MY_LINKFLAGS = "/libpath:"$(PSDK)/lib/ia64" bufferoverflowu.lib"
17 !endif
18
19 !ifndef PLATFORM
20 PLATFORM = IA64
21 !endif
22
23 !ifndef PDBNAME
24 PDBNAME = vc70.pdb
25 !endif
26
27 !ifndef DEBUG
28 DEBUG = 0
29 !endif
30
31 !include make_all_ms.mak