Move the sources to trunk
[opencv] / cxcore / src / cxcore.dsp
1 # Microsoft Developer Studio Project File - Name="cxcore" - Package Owner=<4>
2 # Microsoft Developer Studio Generated Build File, Format Version 6.00
3 # ** DO NOT EDIT **
4
5 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
6
7 CFG=cxcore - Win32 Debug64 Itanium
8 !MESSAGE This is not a valid makefile. To build this project using NMAKE,
9 !MESSAGE use the Export Makefile command and run
10 !MESSAGE 
11 !MESSAGE NMAKE /f "cxcore.mak".
12 !MESSAGE 
13 !MESSAGE You can specify a configuration when running NMAKE
14 !MESSAGE by defining the macro CFG on the command line. For example:
15 !MESSAGE 
16 !MESSAGE NMAKE /f "cxcore.mak" CFG="cxcore - Win32 Debug64 Itanium"
17 !MESSAGE 
18 !MESSAGE Possible choices for configuration are:
19 !MESSAGE 
20 !MESSAGE "cxcore - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
21 !MESSAGE "cxcore - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
22 !MESSAGE "cxcore - Win32 Debug64" (based on "Win32 (x86) Dynamic-Link Library")
23 !MESSAGE "cxcore - Win32 Release64" (based on "Win32 (x86) Dynamic-Link Library")
24 !MESSAGE "cxcore - Win32 Release64 Itanium" (based on "Win32 (x86) Dynamic-Link Library")
25 !MESSAGE "cxcore - Win32 Debug64 Itanium" (based on "Win32 (x86) Dynamic-Link Library")
26 !MESSAGE 
27
28 # Begin Project
29 # PROP AllowPerConfigDependencies 0
30 # PROP Scc_ProjName ""
31 # PROP Scc_LocalPath ""
32 CPP=xicl6.exe
33 MTL=midl.exe
34 RSC=rc.exe
35
36 !IF  "$(CFG)" == "cxcore - Win32 Release"
37
38 # PROP BASE Use_MFC 0
39 # PROP BASE Use_Debug_Libraries 0
40 # PROP BASE Output_Dir "Release"
41 # PROP BASE Intermediate_Dir "Release"
42 # PROP BASE Target_Dir ""
43 # PROP Use_MFC 0
44 # PROP Use_Debug_Libraries 0
45 # PROP Output_Dir "..\..\_temp\cxcore_Rls"
46 # PROP Intermediate_Dir "..\..\_temp\cxcore_Rls"
47 # PROP Ignore_Export_Lib 0
48 # PROP Target_Dir ""
49 LIB32=link.exe -lib
50 # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
51 # ADD CPP /nologo /G6 /MD /W4 /Zi /O2 /Ob2 /I "." /I "..\include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "CVAPI_EXPORTS" /FR /Yu"_cxcore.h" /FD /Qopenmp /c
52 # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
53 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
54 # ADD BASE RSC /l 0x419 /d "NDEBUG"
55 # ADD RSC /l 0x419 /d "NDEBUG"
56 BSC32=bscmake.exe
57 # ADD BASE BSC32 /nologo
58 # ADD BSC32 /nologo
59 LINK32=xilink6.exe
60 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
61 # ADD LINK32 kernel32.lib user32.lib gdi32.lib advapi32.lib /nologo /subsystem:windows /dll /pdb:"..\..\bin/cxcore100.pdb" /debug /machine:I386 /nodefaultlib:"libmmd.lib" /out:"..\..\bin\cxcore100.dll" /implib:"../../lib/cxcore.lib"
62 # SUBTRACT LINK32 /profile /pdb:none /map
63
64 !ELSEIF  "$(CFG)" == "cxcore - Win32 Debug"
65
66 # PROP BASE Use_MFC 0
67 # PROP BASE Use_Debug_Libraries 1
68 # PROP BASE Output_Dir "Debug"
69 # PROP BASE Intermediate_Dir "Debug"
70 # PROP BASE Target_Dir ""
71 # PROP Use_MFC 0
72 # PROP Use_Debug_Libraries 1
73 # PROP Output_Dir "..\..\_temp\cxcore_Dbg"
74 # PROP Intermediate_Dir "..\..\_temp\cxcore_Dbg"
75 # PROP Ignore_Export_Lib 1
76 # PROP Target_Dir ""
77 LIB32=link.exe -lib
78 # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /GZ /c
79 # ADD CPP /nologo /G6 /MDd /W4 /Gm /Zi /Od /I "." /I "..\include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "CVAPI_EXPORTS" /FR /Yu"_cxcore.h" /FD /GZ /c
80 # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
81 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
82 # ADD BASE RSC /l 0x419 /d "_DEBUG"
83 # ADD RSC /l 0x419 /d "_DEBUG"
84 BSC32=bscmake.exe
85 # ADD BASE BSC32 /nologo
86 # ADD BSC32 /nologo
87 LINK32=xilink6.exe
88 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
89 # ADD LINK32 kernel32.lib user32.lib gdi32.lib advapi32.lib /nologo /subsystem:windows /dll /pdb:"..\..\bin/cxcore100d.pdb" /debug /machine:I386 /nodefaultlib:"libmmdd.lib" /out:"..\..\bin\cxcore100d.dll" /implib:"../../lib/cxcored.lib"
90 # SUBTRACT LINK32 /pdb:none
91
92 !ELSEIF  "$(CFG)" == "cxcore - Win32 Debug64"
93
94 # PROP BASE Use_MFC 0
95 # PROP BASE Use_Debug_Libraries 1
96 # PROP BASE Output_Dir "cxcore___Win32_Debug64"
97 # PROP BASE Intermediate_Dir "cxcore___Win32_Debug64"
98 # PROP BASE Ignore_Export_Lib 1
99 # PROP BASE Target_Dir ""
100 # PROP Use_MFC 0
101 # PROP Use_Debug_Libraries 1
102 # PROP Output_Dir "..\..\_temp\cxcore_Dbg64"
103 # PROP Intermediate_Dir "..\..\_temp\cxcore_Dbg64"
104 # PROP Ignore_Export_Lib 1
105 # PROP Target_Dir ""
106 LIB32=link.exe -lib
107 # ADD BASE CPP /nologo /G6 /MDd /W4 /Gm /Zi /Od /I "." /I "..\include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "CVAPI_EXPORTS" /FR /Yu"_cxcore.h" /FD /GZ /c
108 # ADD CPP /nologo /MDd /W4 /Gm /Zi /Od /I "." /I "..\include" /D "_DEBUG" /D "_WINDOWS" /D "CVAPI_EXPORTS" /D "WIN32" /D "WIN64" /D "EM64T" /FR /Yu"_cxcore.h" /FD /Wp64 /c
109 # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
110 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
111 # ADD BASE RSC /l 0x419 /d "_DEBUG"
112 # ADD RSC /l 0x419 /d "_DEBUG"
113 BSC32=bscmake.exe
114 # ADD BASE BSC32 /nologo
115 # ADD BSC32 /nologo
116 LINK32=xilink6.exe
117 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib advapi32.lib /nologo /subsystem:windows /dll /debug /machine:IX86 /nodefaultlib:"libmmdd.lib" /out:"..\..\bin\cxcore100d.dll" /implib:"../../lib/cxcored.lib" /machine:AMD64
118 # SUBTRACT BASE LINK32 /pdb:none
119 # ADD LINK32 kernel32.lib user32.lib gdi32.lib advapi32.lib /nologo /subsystem:windows /dll /pdb:"..\..\bin/cxcore100d_64.pdb" /debug /machine:IX86 /nodefaultlib:"libmmdd.lib" /out:"..\..\bin\cxcore100d_64.dll" /implib:"../../lib/cxcored_64.lib" /machine:AMD64
120 # SUBTRACT LINK32 /pdb:none
121
122 !ELSEIF  "$(CFG)" == "cxcore - Win32 Release64"
123
124 # PROP BASE Use_MFC 0
125 # PROP BASE Use_Debug_Libraries 0
126 # PROP BASE Output_Dir "cxcore___Win32_Release64"
127 # PROP BASE Intermediate_Dir "cxcore___Win32_Release64"
128 # PROP BASE Ignore_Export_Lib 0
129 # PROP BASE Target_Dir ""
130 # PROP Use_MFC 0
131 # PROP Use_Debug_Libraries 0
132 # PROP Output_Dir "..\..\_temp\cxcore_Rls64"
133 # PROP Intermediate_Dir "..\..\_temp\cxcore_Rls64"
134 # PROP Ignore_Export_Lib 0
135 # PROP Target_Dir ""
136 LIB32=link.exe -lib
137 # ADD BASE CPP /nologo /G6 /MD /W4 /Zi /O2 /Ob2 /I "." /I "..\include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "CVAPI_EXPORTS" /FR /Yu"_cxcore.h" /FD /c
138 # ADD CPP /nologo /MD /W4 /Zi /O2 /Ob2 /I "." /I "..\include" /D "NDEBUG" /D "_WINDOWS" /D "CVAPI_EXPORTS" /D "WIN32" /D "WIN64" /D "EM64T" /FR /Yu"_cxcore.h" /FD /c
139 # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
140 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
141 # ADD BASE RSC /l 0x419 /d "NDEBUG"
142 # ADD RSC /l 0x419 /d "NDEBUG"
143 BSC32=bscmake.exe
144 # ADD BASE BSC32 /nologo
145 # ADD BSC32 /nologo
146 LINK32=xilink6.exe
147 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib advapi32.lib /nologo /subsystem:windows /dll /debug /machine:IX86 /nodefaultlib:"libmmd.lib" /out:"..\..\bin\cxcore100.dll" /implib:"../../lib/cxcore.lib" /machine:AMD64
148 # SUBTRACT BASE LINK32 /profile /map
149 # ADD LINK32 kernel32.lib user32.lib gdi32.lib advapi32.lib /nologo /subsystem:windows /dll /debug /machine:IX86 /nodefaultlib:"libmmd.lib" /out:"..\..\bin\cxcore100_64.dll" /implib:"../../lib/cxcore_64.lib" /machine:AMD64
150 # SUBTRACT LINK32 /pdb:none
151
152 !ELSEIF  "$(CFG)" == "cxcore - Win32 Release64 Itanium"
153
154 # PROP BASE Use_MFC 0
155 # PROP BASE Use_Debug_Libraries 0
156 # PROP BASE Output_Dir "cxcore___Win32_Release64_Itanium"
157 # PROP BASE Intermediate_Dir "cxcore___Win32_Release64_Itanium"
158 # PROP BASE Ignore_Export_Lib 0
159 # PROP BASE Target_Dir ""
160 # PROP Use_MFC 0
161 # PROP Use_Debug_Libraries 0
162 # PROP Output_Dir "..\..\_temp\cxcore_RlsI7"
163 # PROP Intermediate_Dir "..\..\_temp\cxcore_RlsI7"
164 # PROP Ignore_Export_Lib 0
165 # PROP Target_Dir ""
166 LIB32=link.exe -lib
167 # ADD BASE CPP /nologo /MD /W4 /Zi /O2 /Ob2 /I "." /I "..\include" /D "NDEBUG" /D "_WINDOWS" /D "CVAPI_EXPORTS" /D "WIN32" /D "WIN64" /D "EM64T" /FR /Yu"_cxcore.h" /FD /c
168 # ADD CPP /nologo /MD /w /W0 /Zi /Ob2 /I "." /I "..\include" /D "_WINDOWS" /D "CVAPI_EXPORTS" /D "NDEBUG" /D "WIN32" /D "WIN64" /FR /Yu"_cxcore.h" /FD /c
169 # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
170 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
171 # ADD BASE RSC /l 0x419 /d "NDEBUG"
172 # ADD RSC /l 0x419 /d "NDEBUG"
173 BSC32=bscmake.exe
174 # ADD BASE BSC32 /nologo
175 # ADD BSC32 /nologo
176 LINK32=xilink6.exe
177 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib advapi32.lib /nologo /subsystem:windows /dll /debug /machine:IX86 /nodefaultlib:"libmmd.lib" /out:"..\..\bin\cxcore100_i7.dll" /implib:"../../lib/cxcore_i7.lib" /machine:IA64
178 # SUBTRACT BASE LINK32 /pdb:none
179 # ADD LINK32 kernel32.lib user32.lib gdi32.lib advapi32.lib /nologo /subsystem:windows /dll /debug /machine:IX86 /out:"..\..\bin\cxcore100_i7.dll" /implib:"../../lib/cxcore_i7.lib" /machine:IA64
180 # SUBTRACT LINK32 /pdb:none
181
182 !ELSEIF  "$(CFG)" == "cxcore - Win32 Debug64 Itanium"
183
184 # PROP BASE Use_MFC 0
185 # PROP BASE Use_Debug_Libraries 1
186 # PROP BASE Output_Dir "cxcore___Win32_Debug64_Itanium"
187 # PROP BASE Intermediate_Dir "cxcore___Win32_Debug64_Itanium"
188 # PROP BASE Ignore_Export_Lib 1
189 # PROP BASE Target_Dir ""
190 # PROP Use_MFC 0
191 # PROP Use_Debug_Libraries 1
192 # PROP Output_Dir "..\..\_temp\cxcore_DbgI7"
193 # PROP Intermediate_Dir "..\..\_temp\cxcore_DbgI7"
194 # PROP Ignore_Export_Lib 1
195 # PROP Target_Dir ""
196 LIB32=link.exe -lib
197 # ADD BASE CPP /nologo /MDd /W4 /Gm /Zi /Od /I "." /I "..\include" /D "_DEBUG" /D "_WINDOWS" /D "CVAPI_EXPORTS" /D "WIN32" /D "WIN64" /D "EM64T" /FR /Yu"_cxcore.h" /FD /Wp64 /c
198 # ADD CPP /nologo /MDd /W3 /Gm /Zi /Od /I "." /I "..\include" /D "_WINDOWS" /D "CVAPI_EXPORTS" /D "_DEBUG" /D "WIN32" /D "WIN64" /FR /Yu"_cxcore.h" /FD /Qwd167 /c
199 # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
200 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
201 # ADD BASE RSC /l 0x419 /d "_DEBUG"
202 # ADD RSC /l 0x419 /d "_DEBUG"
203 BSC32=bscmake.exe
204 # ADD BASE BSC32 /nologo
205 # ADD BSC32 /nologo
206 LINK32=xilink6.exe
207 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib advapi32.lib /nologo /subsystem:windows /dll /pdb:"..\..\bin/cxcore100d_i7.pdb" /debug /machine:IX86 /nodefaultlib:"libmmdd.lib" /out:"..\..\bin\cxcore100d_i7.dll" /implib:"../../lib/cxcored_i7.lib" /machine:IA64
208 # SUBTRACT BASE LINK32 /pdb:none
209 # ADD LINK32 kernel32.lib user32.lib gdi32.lib advapi32.lib /nologo /subsystem:windows /dll /pdb:"..\..\bin/cxcore100d_i7.pdb" /debug /machine:IX86 /out:"..\..\bin\cxcore100d_i7.dll" /implib:"../../lib/cxcored_i7.lib" /machine:IA64
210 # SUBTRACT LINK32 /pdb:none
211
212 !ENDIF 
213
214 # Begin Target
215
216 # Name "cxcore - Win32 Release"
217 # Name "cxcore - Win32 Debug"
218 # Name "cxcore - Win32 Debug64"
219 # Name "cxcore - Win32 Release64"
220 # Name "cxcore - Win32 Release64 Itanium"
221 # Name "cxcore - Win32 Debug64 Itanium"
222 # Begin Group "Src"
223
224 # PROP Default_Filter ""
225 # Begin Source File
226
227 SOURCE=.\cxalloc.cpp
228 # End Source File
229 # Begin Source File
230
231 SOURCE=.\cxarithm.cpp
232 # End Source File
233 # Begin Source File
234
235 SOURCE=.\cxarray.cpp
236 # End Source File
237 # Begin Source File
238
239 SOURCE=.\cxcmp.cpp
240 # End Source File
241 # Begin Source File
242
243 SOURCE=.\cxconvert.cpp
244 # End Source File
245 # Begin Source File
246
247 SOURCE=.\cxcopy.cpp
248 # End Source File
249 # Begin Source File
250
251 SOURCE=.\cxcore.rc
252 # End Source File
253 # Begin Source File
254
255 SOURCE=.\cxdatastructs.cpp
256 # End Source File
257 # Begin Source File
258
259 SOURCE=.\cxdrawing.cpp
260 # End Source File
261 # Begin Source File
262
263 SOURCE=.\cxdxt.cpp
264 # End Source File
265 # Begin Source File
266
267 SOURCE=.\cxerror.cpp
268 # End Source File
269 # Begin Source File
270
271 SOURCE=.\cximage.cpp
272 # End Source File
273 # Begin Source File
274
275 SOURCE=.\cxjacobieigens.cpp
276 # End Source File
277 # Begin Source File
278
279 SOURCE=.\cxlogic.cpp
280 # End Source File
281 # Begin Source File
282
283 SOURCE=.\cxlut.cpp
284 # End Source File
285 # Begin Source File
286
287 SOURCE=.\cxmathfuncs.cpp
288 # End Source File
289 # Begin Source File
290
291 SOURCE=.\cxmatmul.cpp
292 # End Source File
293 # Begin Source File
294
295 SOURCE=.\cxmatrix.cpp
296 # End Source File
297 # Begin Source File
298
299 SOURCE=.\cxmean.cpp
300 # End Source File
301 # Begin Source File
302
303 SOURCE=.\cxmeansdv.cpp
304 # End Source File
305 # Begin Source File
306
307 SOURCE=.\cxminmaxloc.cpp
308 # End Source File
309 # Begin Source File
310
311 SOURCE=.\cxnorm.cpp
312 # End Source File
313 # Begin Source File
314
315 SOURCE=.\cxouttext.cpp
316 # End Source File
317 # Begin Source File
318
319 SOURCE=.\cxpersistence.cpp
320 # End Source File
321 # Begin Source File
322
323 SOURCE=.\cxprecomp.cpp
324 # ADD CPP /Yc"_cxcore.h"
325 # End Source File
326 # Begin Source File
327
328 SOURCE=.\cxrand.cpp
329 # End Source File
330 # Begin Source File
331
332 SOURCE=.\cxsumpixels.cpp
333 # End Source File
334 # Begin Source File
335
336 SOURCE=.\cxsvd.cpp
337 # End Source File
338 # Begin Source File
339
340 SOURCE=.\cxswitcher.cpp
341 # End Source File
342 # Begin Source File
343
344 SOURCE=.\cxtables.cpp
345 # End Source File
346 # Begin Source File
347
348 SOURCE=.\cxutils.cpp
349 # End Source File
350 # End Group
351 # Begin Group "Include"
352
353 # PROP Default_Filter ""
354 # Begin Group "External"
355
356 # PROP Default_Filter ""
357 # Begin Source File
358
359 SOURCE=..\Include\cxcore.h
360 # End Source File
361 # Begin Source File
362
363 SOURCE=..\include\cxcore.hpp
364 # End Source File
365 # Begin Source File
366
367 SOURCE=..\include\cxerror.h
368 # End Source File
369 # Begin Source File
370
371 SOURCE=..\include\cxmisc.h
372 # End Source File
373 # Begin Source File
374
375 SOURCE=..\include\cxtypes.h
376 # End Source File
377 # End Group
378 # Begin Group "Internal"
379
380 # PROP Default_Filter ""
381 # Begin Source File
382
383 SOURCE=.\_cxcore.h
384 # End Source File
385 # Begin Source File
386
387 SOURCE=.\_cxipp.h
388 # End Source File
389 # End Group
390 # End Group
391 # End Target
392 # End Project