Move the sources to trunk
[opencv] / apps / Hawk / Hawk.dsp
1 # Microsoft Developer Studio Project File - Name="Hawk" - Package Owner=<4>
2 # Microsoft Developer Studio Generated Build File, Format Version 6.00
3 # ** DO NOT EDIT **
4
5 # TARGTYPE "Win32 (x86) Application" 0x0101
6
7 CFG=HAWK - 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 "Hawk.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 "Hawk.mak" CFG="HAWK - WIN32 DEBUG"
17 !MESSAGE 
18 !MESSAGE Possible choices for configuration are:
19 !MESSAGE 
20 !MESSAGE "Hawk - Win32 Release" (based on "Win32 (x86) Application")
21 !MESSAGE "Hawk - Win32 Debug" (based on "Win32 (x86) Application")
22 !MESSAGE 
23
24 # Begin Project
25 # PROP AllowPerConfigDependencies 0
26 # PROP Scc_ProjName ""
27 # PROP Scc_LocalPath ""
28 CPP=xicl6.exe
29 MTL=midl.exe
30 RSC=rc.exe
31
32 !IF  "$(CFG)" == "Hawk - Win32 Release"
33
34 # PROP BASE Use_MFC 6
35 # PROP BASE Use_Debug_Libraries 0
36 # PROP BASE Output_Dir "Release"
37 # PROP BASE Intermediate_Dir "Release"
38 # PROP BASE Target_Dir ""
39 # PROP Use_MFC 6
40 # PROP Use_Debug_Libraries 0
41 # PROP Output_Dir "..\..\_temp\Hawk_Release"
42 # PROP Intermediate_Dir "..\..\_temp\Hawk_Release"
43 # PROP Ignore_Export_Lib 0
44 # PROP Target_Dir ""
45 # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /Yu"stdafx.h" /FD /c
46 # ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "..\..\cxcore\include" /I "..\..\Cv\Include" /I "..\..\OtherLibs\HighGUI" /I "CVEiCL\EiC\src" /I "..\..\Filters\ProxyTrans" /I "CVEiCL\wrappers" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /D "_CVL_SPECIFIC" /D "NO_LONG_LONG" /D "_IPPI_UNSAFE_PTR" /Fr /Yu"stdafx.h" /FD /c
47 # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
48 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
49 # ADD BASE RSC /l 0x419 /d "NDEBUG" /d "_AFXDLL"
50 # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
51 BSC32=bscmake.exe
52 # ADD BASE BSC32 /nologo
53 # ADD BSC32 /nologo
54 LINK32=xilink6.exe
55 # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
56 # ADD LINK32 HighGUI.lib CVEiCL.lib strmbasd.lib strmiids.lib quartz.lib cv.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libc" /out:"..\..\Bin\Hawk\Release/Hawk.exe" /libpath:"..\..\lib" /libpath:"..\..\OtherLibs\HighGUI\Release" /libpath:"..\..\OtherLibs\_ipl\lib\msvc" /libpath:"CVEiCL\lib"
57 # SUBTRACT LINK32 /pdb:none
58 # Begin Special Build Tool
59 SOURCE="$(InputPath)"
60 PostBuild_Desc=Copying wrapper headers
61 PostBuild_Cmds=del /S /Q ..\..\bin\Hawk\release\wrappers\*.*    if not exist ..\..\bin\Hawk\release\wrappers md ..\..\bin\Hawk\release\wrappers copy ..\..\CV\include\*.h ..\..\bin\Hawk\release\wrappers\*.*   copy convert.h ..\..\bin\Hawk\release\wrappers\*.*      copy ..\..\OtherLibs\HighGUI\HighGUI.h ..\..\bin\Hawk\release\wrappers\*.*      if not exist ..\..\bin\Hawk\release\wrappers\std md ..\..\bin\Hawk\release\wrappers\std xcopy /s CVEiCL\EiC\src\win32\*.h ..\..\bin\Hawk\release\wrappers\std\*.*       del ..\..\bin\Hawk\release\wrappers\std\signal.h        copy wrappers.in ..\..\bin\Hawk\Release\wrappers        copy ..\..\cvaux\include\*.h ..\..\bin\Hawk\release\wrappers\*.*
62 # End Special Build Tool
63
64 !ELSEIF  "$(CFG)" == "Hawk - Win32 Debug"
65
66 # PROP BASE Use_MFC 6
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 6
72 # PROP Use_Debug_Libraries 1
73 # PROP Output_Dir "..\..\_temp\Hawk_Debug"
74 # PROP Intermediate_Dir "..\..\_temp\Hawk_Debug"
75 # PROP Ignore_Export_Lib 0
76 # PROP Target_Dir ""
77 # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /Yu"stdafx.h" /FD /GZ /c
78 # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\cxcore\include" /I "..\..\Cv\Include" /I "..\..\OtherLibs\HighGUI" /I "CVEiCL\EiC\src" /I "..\..\Filters\ProxyTrans" /I "CVEiCL\wrappers" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_CVL_SPECIFIC" /D "_AFXDLL" /D "NO_LONG_LONG" /D "_IPPI_UNSAFE_PTR" /FR /Yu"stdafx.h" /FD /GZ /c
79 # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
80 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
81 # ADD BASE RSC /l 0x419 /d "_DEBUG" /d "_AFXDLL"
82 # ADD RSC /l 0x419 /d "_DEBUG" /d "_AFXDLL"
83 BSC32=bscmake.exe
84 # ADD BASE BSC32 /nologo
85 # ADD BSC32 /nologo
86 LINK32=xilink6.exe
87 # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
88 # ADD LINK32 CVEiCLd.lib strmbasd.lib strmiids.lib quartz.lib cvd.lib highguid.lib /nologo /subsystem:windows /incremental:no /debug /machine:I386 /nodefaultlib:"libc" /out:"..\..\Bin\Hawk\Debug/Hawkd.exe" /pdbtype:sept /libpath:"..\..\lib" /libpath:"..\..\OtherLibs\HighGUI\Debug" /libpath:"..\..\OtherLibs\_ipl\lib\msvc" /libpath:"CVEiCL\lib"
89 # SUBTRACT LINK32 /verbose /pdb:none
90 # Begin Special Build Tool
91 SOURCE="$(InputPath)"
92 PostBuild_Desc=Copying wrapper headers
93 PostBuild_Cmds=if not exist ..\..\bin\Hawk\Debug\wrappers md ..\..\bin\Hawk\Debug\wrappers      del /S /Q ..\..\bin\Hawk\Debug\wrappers\*.*     copy ..\..\CV\include\*.* ..\..\bin\Hawk\debug\wrappers copy convert.h ..\..\bin\Hawk\debug\wrappers\*.*        copy ..\..\OtherLibs\HighGUI\HighGUI.h ..\..\bin\Hawk\debug\wrappers\*.*        if not exist ..\..\bin\Hawk\debug\wrappers\std md ..\..\bin\Hawk\debug\wrappers\std     xcopy /s CVEiCL\EiC\src\win32\*.h ..\..\bin\Hawk\debug\wrappers\std\*.* del ..\..\bin\Hawk\debug\wrappers\std\signal.h  copy wrappers.in ..\..\bin\Hawk\Debug\wrappers  copy ..\..\cvaux\include\*.h ..\..\bin\Hawk\debug\wrappers\*.*
94 # End Special Build Tool
95
96 !ENDIF 
97
98 # Begin Target
99
100 # Name "Hawk - Win32 Release"
101 # Name "Hawk - Win32 Debug"
102 # Begin Group "Source Files"
103
104 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
105 # Begin Source File
106
107 SOURCE=.\AviSource.cpp
108 # End Source File
109 # Begin Source File
110
111 SOURCE=.\ChildFrm.cpp
112 # End Source File
113 # Begin Source File
114
115 SOURCE=.\convertwrap.cpp
116 # ADD CPP /W3
117 # End Source File
118 # Begin Source File
119
120 SOURCE=.\DSWnd.cpp
121 # End Source File
122 # Begin Source File
123
124 SOURCE=.\eicio.cpp
125 # End Source File
126 # Begin Source File
127
128 SOURCE=.\FuncDialog.cpp
129 # End Source File
130 # Begin Source File
131
132 SOURCE=.\GotoLine.cpp
133 # End Source File
134 # Begin Source File
135
136 SOURCE=.\Hawk.cpp
137
138 !IF  "$(CFG)" == "Hawk - Win32 Release"
139
140 # ADD CPP /O2
141
142 !ELSEIF  "$(CFG)" == "Hawk - Win32 Debug"
143
144 !ENDIF 
145
146 # End Source File
147 # Begin Source File
148
149 SOURCE=.\Hawk.rc
150 # End Source File
151 # Begin Source File
152
153 SOURCE=.\HawkDoc.cpp
154 # End Source File
155 # Begin Source File
156
157 SOURCE=.\HawkOptions.cpp
158 # End Source File
159 # Begin Source File
160
161 SOURCE=.\HawkView.cpp
162 # End Source File
163 # Begin Source File
164
165 SOURCE=.\HeadBand.cpp
166 # End Source File
167 # Begin Source File
168
169 SOURCE=.\lexer.cpp
170 # End Source File
171 # Begin Source File
172
173 SOURCE=.\LogView.cpp
174 # End Source File
175 # Begin Source File
176
177 SOURCE=.\MainFrm.cpp
178 # End Source File
179 # Begin Source File
180
181 SOURCE=.\QuickWatch.cpp
182 # End Source File
183 # Begin Source File
184
185 SOURCE=.\StdAfx.cpp
186 # ADD CPP /Yc"stdafx.h"
187 # End Source File
188 # Begin Source File
189
190 SOURCE=.\WordColors.cpp
191 # End Source File
192 # Begin Source File
193
194 SOURCE=.\wrap.c
195 # SUBTRACT CPP /YX /Yc /Yu
196 # End Source File
197 # End Group
198 # Begin Group "Header Files"
199
200 # PROP Default_Filter "h;hpp;hxx;hm;inl"
201 # Begin Source File
202
203 SOURCE=.\ChildFrm.h
204 # End Source File
205 # Begin Source File
206
207 SOURCE=.\convert.h
208 # End Source File
209 # Begin Source File
210
211 SOURCE=.\DSWnd.h
212 # End Source File
213 # Begin Source File
214
215 SOURCE=.\eicio.h
216 # End Source File
217 # Begin Source File
218
219 SOURCE=.\FuncDialog.h
220 # End Source File
221 # Begin Source File
222
223 SOURCE=.\GotoLine.h
224 # End Source File
225 # Begin Source File
226
227 SOURCE=.\Hawk.h
228 # End Source File
229 # Begin Source File
230
231 SOURCE=.\HawkDoc.h
232 # End Source File
233 # Begin Source File
234
235 SOURCE=.\HawkOptions.h
236 # End Source File
237 # Begin Source File
238
239 SOURCE=.\HawkView.h
240 # End Source File
241 # Begin Source File
242
243 SOURCE=.\HeadBand.h
244 # End Source File
245 # Begin Source File
246
247 SOURCE=.\lexer.h
248 # End Source File
249 # Begin Source File
250
251 SOURCE=.\LogView.h
252 # End Source File
253 # Begin Source File
254
255 SOURCE=.\MainFrm.h
256 # End Source File
257 # Begin Source File
258
259 SOURCE=.\QuickWatch.h
260 # End Source File
261 # Begin Source File
262
263 SOURCE=.\Resource.h
264 # End Source File
265 # Begin Source File
266
267 SOURCE=.\StdAfx.h
268 # End Source File
269 # Begin Source File
270
271 SOURCE=.\WordColors.h
272 # End Source File
273 # End Group
274 # Begin Group "Resource Files"
275
276 # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
277 # Begin Source File
278
279 SOURCE=.\res\Hawk.ico
280 # End Source File
281 # Begin Source File
282
283 SOURCE=.\res\Hawk.rc2
284 # End Source File
285 # Begin Source File
286
287 SOURCE=.\res\HawkDoc.ico
288 # End Source File
289 # Begin Source File
290
291 SOURCE=.\res\headband.bmp
292 # End Source File
293 # Begin Source File
294
295 SOURCE=.\res\Toolbar.bmp
296 # End Source File
297 # Begin Source File
298
299 SOURCE=.\res\toolbar1.bmp
300 # End Source File
301 # End Group
302 # Begin Source File
303
304 SOURCE=.\ReadMe.txt
305 # End Source File
306 # End Target
307 # End Project