Move the sources to trunk
[opencv] / tests / cxcore / src / cxcoretest.dsp
1 # Microsoft Developer Studio Project File - Name="cxcoretest" - Package Owner=<4>
2 # Microsoft Developer Studio Generated Build File, Format Version 6.00
3 # ** DO NOT EDIT **
4
5 # TARGTYPE "Win32 (x86) Console Application" 0x0103
6
7 CFG=cxcoretest - Win32 Debug
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 "cxcoretest.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 "cxcoretest.mak" CFG="cxcoretest - Win32 Debug64 Itanium"
17 !MESSAGE 
18 !MESSAGE Possible choices for configuration are:
19 !MESSAGE 
20 !MESSAGE "cxcoretest - Win32 Release" (based on "Win32 (x86) Console Application")
21 !MESSAGE "cxcoretest - Win32 Debug" (based on "Win32 (x86) Console Application")
22 !MESSAGE "cxcoretest - Win32 Release64" (based on "Win32 (x86) Console Application")
23 !MESSAGE "cxcoretest - Win32 Debug64" (based on "Win32 (x86) Console Application")
24 !MESSAGE "cxcoretest - Win32 Release64 Itanium" (based on "Win32 (x86) Console Application")
25 !MESSAGE "cxcoretest - Win32 Debug64 Itanium" (based on "Win32 (x86) Console Application")
26 !MESSAGE 
27
28 # Begin Project
29 # PROP AllowPerConfigDependencies 0
30 # PROP Scc_ProjName ""
31 # PROP Scc_LocalPath ""
32 CPP=xicl6.exe
33 RSC=rc.exe
34
35 !IF  "$(CFG)" == "cxcoretest - Win32 Release"
36
37 # PROP BASE Use_MFC 0
38 # PROP BASE Use_Debug_Libraries 0
39 # PROP BASE Output_Dir "Release"
40 # PROP BASE Intermediate_Dir "Release"
41 # PROP BASE Target_Dir ""
42 # PROP Use_MFC 0
43 # PROP Use_Debug_Libraries 0
44 # PROP Output_Dir "..\..\..\_temp\cxcoretest_Rls"
45 # PROP Intermediate_Dir "..\..\..\_temp\cxcoretest_Rls"
46 # PROP Ignore_Export_Lib 0
47 # PROP Target_Dir ""
48 F90=df.exe
49 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
50 # ADD CPP /nologo /MD /W4 /GX /Zi /O2 /I "." /I "..\..\cxts" /I "..\..\..\cxcore\include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /Yu"cxcoretest.h" /FD /c
51 # ADD BASE RSC /l 0x419 /d "NDEBUG"
52 # ADD RSC /l 0x419 /d "NDEBUG"
53 BSC32=bscmake.exe
54 # ADD BASE BSC32 /nologo
55 # ADD BSC32 /nologo
56 LINK32=xilink6.exe
57 # 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 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:console /machine:I386
58 # ADD LINK32 cxcore.lib cxts.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib advapi32.lib shell32.lib /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libmmd.lib" /out:"..\..\..\bin\cxcoretest.exe" /libpath:"..\..\..\lib"
59
60 !ELSEIF  "$(CFG)" == "cxcoretest - Win32 Debug"
61
62 # PROP BASE Use_MFC 0
63 # PROP BASE Use_Debug_Libraries 1
64 # PROP BASE Output_Dir "Debug"
65 # PROP BASE Intermediate_Dir "Debug"
66 # PROP BASE Target_Dir ""
67 # PROP Use_MFC 0
68 # PROP Use_Debug_Libraries 1
69 # PROP Output_Dir "..\..\..\_temp\cxcoretest_Dbg"
70 # PROP Intermediate_Dir "..\..\..\_temp\cxcoretest_Dbg"
71 # PROP Ignore_Export_Lib 0
72 # PROP Target_Dir ""
73 F90=df.exe
74 # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
75 # ADD CPP /nologo /MDd /W4 /Gm /GX /Zi /Od /I "." /I "..\..\cxts" /I "..\..\..\cxcore\include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Yu"cxcoretest.h" /FD /GZ /c
76 # ADD BASE RSC /l 0x419 /d "_DEBUG"
77 # ADD RSC /l 0x419 /d "_DEBUG"
78 BSC32=bscmake.exe
79 # ADD BASE BSC32 /nologo
80 # ADD BSC32 /nologo
81 LINK32=xilink6.exe
82 # 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 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:console /debug /machine:I386 /pdbtype:sept
83 # ADD LINK32 cxcored.lib cxtsd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib advapi32.lib shell32.lib /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libmmdd.lib" /out:"..\..\..\bin\cxcoretestd.exe" /pdbtype:sept /libpath:"..\..\..\lib"
84
85 !ELSEIF  "$(CFG)" == "cxcoretest - Win32 Release64"
86
87 # PROP BASE Use_MFC 0
88 # PROP BASE Use_Debug_Libraries 0
89 # PROP BASE Output_Dir "cxcoretest___Win32_Release64"
90 # PROP BASE Intermediate_Dir "cxcoretest___Win32_Release64"
91 # PROP BASE Ignore_Export_Lib 0
92 # PROP BASE Target_Dir ""
93 # PROP Use_MFC 0
94 # PROP Use_Debug_Libraries 0
95 # PROP Output_Dir "..\..\..\_temp\cxcoretest_Rls64"
96 # PROP Intermediate_Dir "..\..\..\_temp\cxcoretest_Rls64"
97 # PROP Ignore_Export_Lib 0
98 # PROP Target_Dir ""
99 F90=df.exe
100 # ADD BASE CPP /nologo /MD /W4 /GX /Zi /O2 /I "." /I "..\..\cxts" /I "..\..\..\cxcore\include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /Yu"cxcoretest.h" /FD /c
101 # ADD CPP /nologo /MD /W4 /GX /Zi /O2 /I "." /I "..\..\cxts" /I "..\..\..\cxcore\include" /D "_CONSOLE" /D "_MBCS" /D "NDEBUG" /D "WIN32" /D "WIN64" /D "EM64T" /Yu"cxcoretest.h" /FD /c
102 # ADD BASE RSC /l 0x419 /d "NDEBUG"
103 # ADD RSC /l 0x419 /d "NDEBUG"
104 BSC32=bscmake.exe
105 # ADD BASE BSC32 /nologo
106 # ADD BSC32 /nologo
107 LINK32=xilink6.exe
108 # ADD BASE LINK32 cxcore.lib cxts.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib advapi32.lib shell32.lib /nologo /subsystem:console /debug /machine:IX86 /nodefaultlib:"libmmd.lib" /out:"..\..\..\bin\cxcoretest.exe" /libpath:"..\..\..\lib" /machine:AMD64
109 # ADD LINK32 cxcore_64.lib cxts_64.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib advapi32.lib shell32.lib /nologo /subsystem:console /debug /machine:IX86 /nodefaultlib:"libmmd.lib" /out:"..\..\..\bin\cxcoretest_64.exe" /libpath:"..\..\..\lib" /machine:AMD64
110 # SUBTRACT LINK32 /pdb:none
111
112 !ELSEIF  "$(CFG)" == "cxcoretest - Win32 Debug64"
113
114 # PROP BASE Use_MFC 0
115 # PROP BASE Use_Debug_Libraries 1
116 # PROP BASE Output_Dir "cxcoretest___Win32_Debug64"
117 # PROP BASE Intermediate_Dir "cxcoretest___Win32_Debug64"
118 # PROP BASE Ignore_Export_Lib 0
119 # PROP BASE Target_Dir ""
120 # PROP Use_MFC 0
121 # PROP Use_Debug_Libraries 1
122 # PROP Output_Dir "..\..\..\_temp\cxcoretest_Dbg64"
123 # PROP Intermediate_Dir "..\..\..\_temp\cxcoretest_Dbg64"
124 # PROP Ignore_Export_Lib 0
125 # PROP Target_Dir ""
126 F90=df.exe
127 # ADD BASE CPP /nologo /MDd /W4 /Gm /GX /Zi /Od /I "." /I "..\..\cxts" /I "..\..\..\cxcore\include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Yu"cxcoretest.h" /FD /GZ /c
128 # ADD CPP /nologo /MDd /W4 /Gm /GX /Zi /Od /I "." /I "..\..\cxts" /I "..\..\..\cxcore\include" /D "_CONSOLE" /D "_MBCS" /D "_DEBUG" /D "WIN32" /D "WIN64" /D "EM64T" /Yu"cxcoretest.h" /FD /Wp64 /c
129 # ADD BASE RSC /l 0x419 /d "_DEBUG"
130 # ADD RSC /l 0x419 /d "_DEBUG"
131 BSC32=bscmake.exe
132 # ADD BASE BSC32 /nologo
133 # ADD BSC32 /nologo
134 LINK32=xilink6.exe
135 # ADD BASE LINK32 cxcored.lib cxtsd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib advapi32.lib shell32.lib /nologo /subsystem:console /debug /machine:IX86 /nodefaultlib:"libmmdd.lib" /out:"..\..\..\bin\cxcoretestd.exe" /libpath:"..\..\..\lib" /machine:AMD64
136 # ADD LINK32 cxcored_64.lib cxtsd_64.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib advapi32.lib shell32.lib /nologo /subsystem:console /pdb:"..\..\..\bin/cxcoretestd_64.pdb" /debug /machine:IX86 /nodefaultlib:"libmmdd.lib" /out:"..\..\..\bin\cxcoretestd_64.exe" /libpath:"..\..\..\lib" /machine:AMD64
137 # SUBTRACT LINK32 /pdb:none
138
139 !ELSEIF  "$(CFG)" == "cxcoretest - Win32 Release64 Itanium"
140
141 # PROP BASE Use_MFC 0
142 # PROP BASE Use_Debug_Libraries 0
143 # PROP BASE Output_Dir "cxcoretest___Win32_Release64_Itanium"
144 # PROP BASE Intermediate_Dir "cxcoretest___Win32_Release64_Itanium"
145 # PROP BASE Ignore_Export_Lib 0
146 # PROP BASE Target_Dir ""
147 # PROP Use_MFC 0
148 # PROP Use_Debug_Libraries 0
149 # PROP Output_Dir "..\..\..\_temp\cxcoretest_RlsI7"
150 # PROP Intermediate_Dir "..\..\..\_temp\cxcoretest_RlsI7"
151 # PROP Ignore_Export_Lib 0
152 # PROP Target_Dir ""
153 F90=df.exe
154 # ADD BASE CPP /nologo /MD /W4 /GX /Zi /O2 /I "." /I "..\..\cxts" /I "..\..\..\cxcore\include" /D "_CONSOLE" /D "_MBCS" /D "NDEBUG" /D "WIN32" /D "WIN64" /D "EM64T" /Yu"cxcoretest.h" /FD /c
155 # ADD CPP /nologo /MD /w /W0 /GX /Zi /O2 /I "." /I "..\..\cxts" /I "..\..\..\cxcore\include" /D "_CONSOLE" /D "_MBCS" /D "NDEBUG" /D "WIN32" /D "WIN64" /Yu"cxcoretest.h" /FD /c
156 # ADD BASE RSC /l 0x419 /d "NDEBUG"
157 # ADD RSC /l 0x419 /d "NDEBUG"
158 BSC32=bscmake.exe
159 # ADD BASE BSC32 /nologo
160 # ADD BSC32 /nologo
161 LINK32=xilink6.exe
162 # ADD BASE LINK32 cxcore_i7.lib cxts_i7.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib advapi32.lib shell32.lib /nologo /subsystem:console /debug /machine:IX86 /nodefaultlib:"libmmd.lib" /out:"..\..\..\bin\cxcoretest_i7.exe" /libpath:"..\..\..\lib" /machine:IA64
163 # SUBTRACT BASE LINK32 /pdb:none
164 # ADD LINK32 cxcore_i7.lib cxts_i7.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib advapi32.lib shell32.lib /nologo /subsystem:console /debug /machine:IX86 /out:"..\..\..\bin\cxcoretest_i7.exe" /libpath:"..\..\..\lib" /machine:IA64
165 # SUBTRACT LINK32 /pdb:none
166
167 !ELSEIF  "$(CFG)" == "cxcoretest - Win32 Debug64 Itanium"
168
169 # PROP BASE Use_MFC 0
170 # PROP BASE Use_Debug_Libraries 1
171 # PROP BASE Output_Dir "cxcoretest___Win32_Debug64_Itanium"
172 # PROP BASE Intermediate_Dir "cxcoretest___Win32_Debug64_Itanium"
173 # PROP BASE Ignore_Export_Lib 0
174 # PROP BASE Target_Dir ""
175 # PROP Use_MFC 0
176 # PROP Use_Debug_Libraries 1
177 # PROP Output_Dir "..\..\..\_temp\cxcoretest_DbgI7"
178 # PROP Intermediate_Dir "..\..\..\_temp\cxcoretest_DbgI7"
179 # PROP Ignore_Export_Lib 0
180 # PROP Target_Dir ""
181 F90=df.exe
182 # ADD BASE CPP /nologo /MDd /W4 /Gm /GX /Zi /Od /I "." /I "..\..\cxts" /I "..\..\..\cxcore\include" /D "_CONSOLE" /D "_MBCS" /D "_DEBUG" /D "WIN32" /D "WIN64" /D "EM64T" /Yu"cxcoretest.h" /FD /Wp64 /c
183 # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "." /I "..\..\cxts" /I "..\..\..\cxcore\include" /D "_CONSOLE" /D "_MBCS" /D "_DEBUG" /D "WIN32" /D "WIN64" /Yu"cxcoretest.h" /FD /Qwd167 /c
184 # ADD BASE RSC /l 0x419 /d "_DEBUG"
185 # ADD RSC /l 0x419 /d "_DEBUG"
186 BSC32=bscmake.exe
187 # ADD BASE BSC32 /nologo
188 # ADD BSC32 /nologo
189 LINK32=xilink6.exe
190 # ADD BASE LINK32 cxcored_i7.lib cxtsd_i7.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib advapi32.lib shell32.lib /nologo /subsystem:console /pdb:"..\..\..\bin/cxcoretestd_i7.pdb" /debug /machine:IX86 /nodefaultlib:"libmmdd.lib" /out:"..\..\..\bin\cxcoretestd_i7.exe" /libpath:"..\..\..\lib" /machine:IA64
191 # SUBTRACT BASE LINK32 /pdb:none
192 # ADD LINK32 cxcored_i7.lib cxtsd_i7.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib advapi32.lib shell32.lib /nologo /subsystem:console /pdb:"..\..\..\bin/cxcoretestd_i7.pdb" /debug /machine:IX86 /out:"..\..\..\bin\cxcoretestd_i7.exe" /libpath:"..\..\..\lib" /machine:IA64
193 # SUBTRACT LINK32 /pdb:none
194
195 !ENDIF 
196
197 # Begin Target
198
199 # Name "cxcoretest - Win32 Release"
200 # Name "cxcoretest - Win32 Debug"
201 # Name "cxcoretest - Win32 Release64"
202 # Name "cxcoretest - Win32 Debug64"
203 # Name "cxcoretest - Win32 Release64 Itanium"
204 # Name "cxcoretest - Win32 Debug64 Itanium"
205 # Begin Group "Source Files"
206
207 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
208 # Begin Source File
209
210 SOURCE=.\aarithm.cpp
211 # End Source File
212 # Begin Source File
213
214 SOURCE=.\adatastruct.cpp
215 # End Source File
216 # Begin Source File
217
218 SOURCE=.\adxt.cpp
219 # End Source File
220 # Begin Source File
221
222 SOURCE=.\amath.cpp
223 # End Source File
224 # Begin Source File
225
226 SOURCE=.\cxcoretest_main.cpp
227 # End Source File
228 # Begin Source File
229
230 SOURCE=.\precomp.cpp
231 # ADD CPP /Yc"cxcoretest.h"
232 # End Source File
233 # End Group
234 # Begin Group "Header Files"
235
236 # PROP Default_Filter "h;hpp;hxx;hm;inl"
237 # Begin Source File
238
239 SOURCE=.\cxcoretest.h
240 # End Source File
241 # End Group
242 # End Target
243 # End Project