478ef7b0f34e5fc825e256a3235fb2a105efb334
[ctsim.git] / msvc / libctsim / libctsim.dsp
1 # Microsoft Developer Studio Project File - Name="libctsim" - Package Owner=<4>
2 # Microsoft Developer Studio Generated Build File, Format Version 6.00
3 # ** DO NOT EDIT **
4
5 # TARGTYPE "Win32 (x86) Static Library" 0x0104
6
7 CFG=libctsim - 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 "libctsim.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 "libctsim.mak" CFG="libctsim - Win32 Debug"
17 !MESSAGE 
18 !MESSAGE Possible choices for configuration are:
19 !MESSAGE 
20 !MESSAGE "libctsim - Win32 Release" (based on "Win32 (x86) Static Library")
21 !MESSAGE "libctsim - Win32 Debug" (based on "Win32 (x86) Static Library")
22 !MESSAGE 
23
24 # Begin Project
25 # PROP AllowPerConfigDependencies 0
26 # PROP Scc_ProjName ""
27 # PROP Scc_LocalPath ""
28 CPP=cl.exe
29 RSC=rc.exe
30
31 !IF  "$(CFG)" == "libctsim - Win32 Release"
32
33 # PROP BASE Use_MFC 0
34 # PROP BASE Use_Debug_Libraries 0
35 # PROP BASE Output_Dir "Release"
36 # PROP BASE Intermediate_Dir "Release"
37 # PROP BASE Target_Dir ""
38 # PROP Use_MFC 0
39 # PROP Use_Debug_Libraries 0
40 # PROP Output_Dir "Release"
41 # PROP Intermediate_Dir "Release"
42 # PROP Target_Dir ""
43 MTL=midl.exe
44 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
45 # ADD CPP /nologo /G6 /MT /W3 /GR /GX /O2 /I "\wx2.2.5\src\png" /I "\wx2.2.5\src\zlib" /I "..\..\INCLUDE" /I "..\..\getopt" /I "..\..\..\fftw-2.1.3\fftw" /I "..\..\..\fftw-2.1.3\rfftw" /I "..\..\..\wx2.2.5\include" /D "NDEBUG" /D "HAVE_STRING_H" /D "HAVE_GETOPT_H" /D "WIN32" /D "_MBCS" /D "_LIB" /D "MSVC" /D "HAVE_FFTW" /D "HAVE_PNG" /D "HAVE_SGP" /D "HAVE_WXWINDOWS" /D "__WXMSW__" /D "__WIN95__" /D "__WIN32__" /D WINVER=0x0400 /YX /FD /c
46 # SUBTRACT CPP /X
47 # ADD BASE RSC /l 0x409 /d "NDEBUG"
48 # ADD RSC /l 0x409 /d "NDEBUG"
49 BSC32=bscmake.exe
50 # ADD BASE BSC32 /nologo
51 # ADD BSC32 /nologo
52 LIB32=link.exe -lib
53 # ADD BASE LIB32 /nologo
54 # ADD LIB32 /nologo
55
56 !ELSEIF  "$(CFG)" == "libctsim - Win32 Debug"
57
58 # PROP BASE Use_MFC 0
59 # PROP BASE Use_Debug_Libraries 1
60 # PROP BASE Output_Dir "Debug"
61 # PROP BASE Intermediate_Dir "Debug"
62 # PROP BASE Target_Dir ""
63 # PROP Use_MFC 0
64 # PROP Use_Debug_Libraries 1
65 # PROP Output_Dir "Debug"
66 # PROP Intermediate_Dir "Debug"
67 # PROP Target_Dir ""
68 MTL=midl.exe
69 # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
70 # ADD CPP /nologo /G6 /MTd /W3 /Gm /Gi /GR /GX /Zi /Od /Gy /I "..\..\..\wx2.2.5\src\png" /I "..\..\..\wx2.2.5\src\zlib" /I "..\..\INCLUDE" /I "..\..\getopt" /I "..\..\..\fftw-2.1.3\fftw" /I "..\..\..\fftw-2.1.3\rfftw" /I "..\..\..\wx2.2.5\include" /D "_DEBUG" /D "HAVE_WXWIN" /D "HAVE_STRING_H" /D "HAVE_GETOPT_H" /D "WIN32" /D "_MBCS" /D "_LIB" /D "MSVC" /D "HAVE_FFTW" /D "HAVE_PNG" /D "HAVE_SGP" /D "HAVE_WXWINDOWS" /D "__WXMSW__" /D "__WIN95__" /D "__WIN32__" /D WINVER=0x0400 /FR /YX /FD /GZ /c
71 # SUBTRACT CPP /X
72 # ADD BASE RSC /l 0x409 /d "_DEBUG"
73 # ADD RSC /l 0x409 /d "_DEBUG"
74 BSC32=bscmake.exe
75 # ADD BASE BSC32 /nologo
76 # ADD BSC32 /nologo
77 LIB32=link.exe -lib
78 # ADD BASE LIB32 /nologo
79 # ADD LIB32 /nologo
80
81 !ENDIF 
82
83 # Begin Target
84
85 # Name "libctsim - Win32 Release"
86 # Name "libctsim - Win32 Debug"
87 # Begin Group "Source Files"
88
89 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
90 # Begin Source File
91
92 SOURCE=..\..\libctsim\array2dfile.cpp
93 # End Source File
94 # Begin Source File
95
96 SOURCE=..\..\libctsim\backprojectors.cpp
97
98 !IF  "$(CFG)" == "libctsim - Win32 Release"
99
100 # ADD CPP /GR-
101 # SUBTRACT CPP /X
102
103 !ELSEIF  "$(CFG)" == "libctsim - Win32 Debug"
104
105 # ADD CPP /GR
106 # SUBTRACT CPP /X
107
108 !ENDIF 
109
110 # End Source File
111 # Begin Source File
112
113 SOURCE=..\..\libctsupport\clip.cpp
114 # End Source File
115 # Begin Source File
116
117 SOURCE=..\..\libctsupport\consoleio.cpp
118 # End Source File
119 # Begin Source File
120
121 SOURCE=..\..\libctgraphics\dlgezplot.cpp
122 # End Source File
123 # Begin Source File
124
125 SOURCE=..\..\libctgraphics\ezplot.cpp
126
127 !IF  "$(CFG)" == "libctsim - Win32 Release"
128
129 # ADD CPP /O1
130
131 !ELSEIF  "$(CFG)" == "libctsim - Win32 Debug"
132
133 !ENDIF 
134
135 # End Source File
136 # Begin Source File
137
138 SOURCE=..\..\libctgraphics\ezset.cpp
139 # End Source File
140 # Begin Source File
141
142 SOURCE=..\..\libctgraphics\ezsupport.cpp
143 # End Source File
144 # Begin Source File
145
146 SOURCE=..\..\libctsim\filter.cpp
147 # End Source File
148 # Begin Source File
149
150 SOURCE=..\..\libctsupport\fnetorderstream.cpp
151 # End Source File
152 # Begin Source File
153
154 SOURCE=..\..\libctsim\fourier.cpp
155 # End Source File
156 # Begin Source File
157
158 SOURCE=..\..\getopt\getopt.c
159 # End Source File
160 # Begin Source File
161
162 SOURCE=..\..\getopt\getopt1.c
163 # End Source File
164 # Begin Source File
165
166 SOURCE=..\..\libctsim\globalvars.cpp
167 # End Source File
168 # Begin Source File
169
170 SOURCE=..\..\libctsupport\hashtable.cpp
171 # End Source File
172 # Begin Source File
173
174 SOURCE=..\..\libctsim\imagefile.cpp
175 # End Source File
176 # Begin Source File
177
178 SOURCE=..\..\libctsupport\interpolator.cpp
179 # End Source File
180 # Begin Source File
181
182 SOURCE=..\..\libctsupport\mathfuncs.cpp
183 # End Source File
184 # Begin Source File
185
186 SOURCE=..\..\libctsim\phantom.cpp
187 # End Source File
188 # Begin Source File
189
190 SOURCE=..\..\libctsupport\plotfile.cpp
191 # End Source File
192 # Begin Source File
193
194 SOURCE=..\..\libctgraphics\pol.cpp
195 # End Source File
196 # Begin Source File
197
198 SOURCE=..\..\libctsim\procsignal.cpp
199 # End Source File
200 # Begin Source File
201
202 SOURCE=..\..\libctsim\projections.cpp
203 # End Source File
204 # Begin Source File
205
206 SOURCE=..\..\libctsim\reconstruct.cpp
207
208 !IF  "$(CFG)" == "libctsim - Win32 Release"
209
210 # ADD CPP /O1
211
212 !ELSEIF  "$(CFG)" == "libctsim - Win32 Debug"
213
214 !ENDIF 
215
216 # End Source File
217 # Begin Source File
218
219 SOURCE=..\..\libctsim\scanner.cpp
220 # End Source File
221 # Begin Source File
222
223 SOURCE=..\..\libctgraphics\sgp.cpp
224 # End Source File
225 # Begin Source File
226
227 SOURCE=..\..\libctsupport\strfuncs.cpp
228 # End Source File
229 # Begin Source File
230
231 SOURCE=..\..\libctsupport\syserror.cpp
232 # End Source File
233 # Begin Source File
234
235 SOURCE=..\..\libctsim\trace.cpp
236 # End Source File
237 # Begin Source File
238
239 SOURCE=..\..\libctgraphics\transformmatrix.cpp
240 # End Source File
241 # Begin Source File
242
243 SOURCE=..\..\libctsupport\xform.cpp
244 # End Source File
245 # End Group
246 # Begin Group "Header Files"
247
248 # PROP Default_Filter "h;hpp;hxx;hm;inl"
249 # Begin Source File
250
251 SOURCE=..\..\include\array2d.h
252 # End Source File
253 # Begin Source File
254
255 SOURCE=..\..\include\array2dfile.h
256 # End Source File
257 # Begin Source File
258
259 SOURCE=..\..\include\backprojectors.h
260 # End Source File
261 # Begin Source File
262
263 SOURCE=..\..\include\ct.h
264 # End Source File
265 # Begin Source File
266
267 SOURCE=..\..\include\ctglobals.h
268 # End Source File
269 # Begin Source File
270
271 SOURCE=..\..\include\ctsupport.h
272 # End Source File
273 # Begin Source File
274
275 SOURCE=..\..\include\dlgezplot.h
276 # End Source File
277 # Begin Source File
278
279 SOURCE=..\..\include\ezplot.h
280 # End Source File
281 # Begin Source File
282
283 SOURCE=..\..\include\filter.h
284 # End Source File
285 # Begin Source File
286
287 SOURCE=..\..\include\fnetorderstream.h
288 # End Source File
289 # Begin Source File
290
291 SOURCE=..\..\include\fourier.h
292 # End Source File
293 # Begin Source File
294
295 SOURCE=..\..\getopt\getopt.h
296 # End Source File
297 # Begin Source File
298
299 SOURCE=..\..\include\hashtable.h
300 # End Source File
301 # Begin Source File
302
303 SOURCE=..\..\include\imagefile.h
304 # End Source File
305 # Begin Source File
306
307 SOURCE=..\..\include\interpolator.h
308 # End Source File
309 # Begin Source File
310
311 SOURCE=..\..\include\mpiworld.h
312 # End Source File
313 # Begin Source File
314
315 SOURCE=..\..\include\msvc_compat.h
316 # End Source File
317 # Begin Source File
318
319 SOURCE=..\..\include\phantom.h
320 # End Source File
321 # Begin Source File
322
323 SOURCE=..\..\include\plotfile.h
324 # End Source File
325 # Begin Source File
326
327 SOURCE=..\..\include\pol.h
328 # End Source File
329 # Begin Source File
330
331 SOURCE=..\..\include\procsignal.h
332 # End Source File
333 # Begin Source File
334
335 SOURCE=..\..\include\projections.h
336 # End Source File
337 # Begin Source File
338
339 SOURCE=..\..\include\reconstruct.h
340 # End Source File
341 # Begin Source File
342
343 SOURCE=..\..\include\scanner.h
344 # End Source File
345 # Begin Source File
346
347 SOURCE=..\..\include\sgp.h
348 # End Source File
349 # Begin Source File
350
351 SOURCE=..\..\include\timer.h
352 # End Source File
353 # Begin Source File
354
355 SOURCE=..\..\include\trace.h
356 # End Source File
357 # Begin Source File
358
359 SOURCE=..\..\include\transformmatrix.h
360 # End Source File
361 # End Group
362 # End Target
363 # End Project