1# Microsoft Developer Studio Project File - Name="CppUnitTestMain" - 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
7CFG=CppUnitTestMain - Win32 Debug DLL
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 "CppUnitTestMain.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 "CppUnitTestMain.mak" CFG="CppUnitTestMain - Win32 Debug DLL"
17!MESSAGE
18!MESSAGE Possible choices for configuration are:
19!MESSAGE
20!MESSAGE "CppUnitTestMain - Win32 Release" (based on "Win32 (x86) Console Application")
21!MESSAGE "CppUnitTestMain - Win32 Debug" (based on "Win32 (x86) Console Application")
22!MESSAGE "CppUnitTestMain - Win32 Release DLL" (based on "Win32 (x86) Console Application")
23!MESSAGE "CppUnitTestMain - Win32 Debug DLL" (based on "Win32 (x86) Console Application")
24!MESSAGE
25
26# Begin Project
27# PROP AllowPerConfigDependencies 0
28# PROP Scc_ProjName ""
29# PROP Scc_LocalPath ""
30CPP=cl.exe
31RSC=rc.exe
32
33!IF  "$(CFG)" == "CppUnitTestMain - Win32 Release"
34
35# PROP BASE Use_MFC 0
36# PROP BASE Use_Debug_Libraries 0
37# PROP BASE Output_Dir "Release"
38# PROP BASE Intermediate_Dir "Release"
39# PROP BASE Target_Dir ""
40# PROP Use_MFC 0
41# PROP Use_Debug_Libraries 0
42# PROP Output_Dir "Release"
43# PROP Intermediate_Dir "Release"
44# PROP Ignore_Export_Lib 0
45# PROP Target_Dir ""
46# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /Yu"stdafx.h" /FD /c
47# ADD CPP /nologo /MD /W3 /GR /GX /Zd /O2 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c
48# SUBTRACT CPP /YX /Yc /Yu
49# ADD BASE RSC /l 0x40c /d "NDEBUG"
50# ADD RSC /l 0x40c /d "NDEBUG"
51BSC32=bscmake.exe
52# ADD BASE BSC32 /nologo
53# ADD BSC32 /nologo
54LINK32=link.exe
55# 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
56# ADD 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 cppunit.lib /nologo /subsystem:console /machine:I386 /libpath:"../../lib/"
57# SUBTRACT LINK32 /incremental:yes
58# Begin Special Build Tool
59TargetPath=.\Release\CppUnitTestMain.exe
60SOURCE="$(InputPath)"
61PostBuild_Desc=Self test
62PostBuild_Cmds="$(TargetPath)"
63# End Special Build Tool
64
65!ELSEIF  "$(CFG)" == "CppUnitTestMain - Win32 Debug"
66
67# PROP BASE Use_MFC 0
68# PROP BASE Use_Debug_Libraries 1
69# PROP BASE Output_Dir "Debug"
70# PROP BASE Intermediate_Dir "Debug"
71# PROP BASE Target_Dir ""
72# PROP Use_MFC 0
73# PROP Use_Debug_Libraries 1
74# PROP Output_Dir "Debug"
75# PROP Intermediate_Dir "Debug"
76# PROP Ignore_Export_Lib 0
77# PROP Target_Dir ""
78# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Yu"stdafx.h" /FD /GZ /c
79# ADD CPP /nologo /MDd /W3 /Gm /GR /GX /Zi /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /GZ /c
80# SUBTRACT CPP /YX /Yc /Yu
81# ADD BASE RSC /l 0x40c /d "_DEBUG"
82# ADD RSC /l 0x40c /d "_DEBUG"
83BSC32=bscmake.exe
84# ADD BASE BSC32 /nologo
85# ADD BSC32 /nologo
86LINK32=link.exe
87# 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
88# ADD 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 cppunitd.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /pdbtype:sept /libpath:"../../lib/"
89# Begin Special Build Tool
90TargetPath=.\Debug\CppUnitTestMain.exe
91SOURCE="$(InputPath)"
92PostBuild_Desc=Self test
93PostBuild_Cmds="$(TargetPath)"
94# End Special Build Tool
95
96!ELSEIF  "$(CFG)" == "CppUnitTestMain - Win32 Release DLL"
97
98# PROP BASE Use_MFC 0
99# PROP BASE Use_Debug_Libraries 0
100# PROP BASE Output_Dir "CppUnitTestMain___Win32_Release_DLL"
101# PROP BASE Intermediate_Dir "CppUnitTestMain___Win32_Release_DLL"
102# PROP BASE Ignore_Export_Lib 0
103# PROP BASE Target_Dir ""
104# PROP Use_MFC 0
105# PROP Use_Debug_Libraries 0
106# PROP Output_Dir "ReleaseDLL"
107# PROP Intermediate_Dir "ReleaseDLL"
108# PROP Ignore_Export_Lib 0
109# PROP Target_Dir ""
110# ADD BASE CPP /nologo /MD /W3 /GR /GX /O2 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "CPPUNIT_USE_TYPEINFO" /FD /c
111# SUBTRACT BASE CPP /YX /Yc /Yu
112# ADD CPP /nologo /MD /W3 /GR /GX /Zd /Ox /Ot /Oa /Ow /Og /Oi /Op /Ob0 /I "../../include" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "CPPUNIT_DLL" /FD /c
113# SUBTRACT CPP /YX /Yc /Yu
114# ADD BASE RSC /l 0x40c /d "NDEBUG"
115# ADD RSC /l 0x40c /d "NDEBUG"
116BSC32=bscmake.exe
117# ADD BASE BSC32 /nologo
118# ADD BSC32 /nologo
119LINK32=link.exe
120# 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 ../../lib/cppunit.lib /nologo /subsystem:console /machine:I386
121# ADD 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 cppunit_dll.lib /nologo /subsystem:console /machine:I386 /libpath:"../../lib/"
122# SUBTRACT LINK32 /incremental:yes
123# Begin Special Build Tool
124TargetPath=.\ReleaseDLL\CppUnitTestMain.exe
125SOURCE="$(InputPath)"
126PostBuild_Desc=Self test
127PostBuild_Cmds=$(TargetPath)
128# End Special Build Tool
129
130!ELSEIF  "$(CFG)" == "CppUnitTestMain - Win32 Debug DLL"
131
132# PROP BASE Use_MFC 0
133# PROP BASE Use_Debug_Libraries 1
134# PROP BASE Output_Dir "CppUnitTestMain___Win32_Debug_DLL"
135# PROP BASE Intermediate_Dir "CppUnitTestMain___Win32_Debug_DLL"
136# PROP BASE Ignore_Export_Lib 0
137# PROP BASE Target_Dir ""
138# PROP Use_MFC 0
139# PROP Use_Debug_Libraries 1
140# PROP Output_Dir "DebugDLL"
141# PROP Intermediate_Dir "DebugDLL"
142# PROP Ignore_Export_Lib 0
143# PROP Target_Dir ""
144# ADD BASE CPP /nologo /MDd /W3 /Gm /GR /GX /ZI /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /GZ /c
145# SUBTRACT BASE CPP /YX /Yc /Yu
146# ADD CPP /nologo /MDd /W3 /Gm /GR /GX /Zi /Od /I "../../include" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "CPPUNIT_DLL" /FD /GZ /c
147# SUBTRACT CPP /YX /Yc /Yu
148# ADD BASE RSC /l 0x40c /d "_DEBUG"
149# ADD RSC /l 0x40c /d "_DEBUG"
150BSC32=bscmake.exe
151# ADD BASE BSC32 /nologo
152# ADD BSC32 /nologo
153LINK32=link.exe
154# 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 ../../lib/cppunitd.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
155# ADD 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 cppunitd_dll.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /pdbtype:sept /libpath:"../../lib/"
156# Begin Special Build Tool
157TargetPath=.\DebugDLL\CppUnitTestMain.exe
158SOURCE="$(InputPath)"
159PostBuild_Desc=Self test
160PostBuild_Cmds=$(TargetPath)
161# End Special Build Tool
162
163!ENDIF
164
165# Begin Target
166
167# Name "CppUnitTestMain - Win32 Release"
168# Name "CppUnitTestMain - Win32 Debug"
169# Name "CppUnitTestMain - Win32 Release DLL"
170# Name "CppUnitTestMain - Win32 Debug DLL"
171# Begin Group "Tests"
172
173# PROP Default_Filter ""
174# Begin Group "Core"
175
176# PROP Default_Filter ""
177# Begin Source File
178
179SOURCE=.\assertion_traitsTest.cpp
180# End Source File
181# Begin Source File
182
183SOURCE=.\assertion_traitsTest.h
184# End Source File
185# Begin Source File
186
187SOURCE=.\ExceptionTest.cpp
188# End Source File
189# Begin Source File
190
191SOURCE=.\ExceptionTest.h
192# End Source File
193# Begin Source File
194
195SOURCE=.\MessageTest.cpp
196# End Source File
197# Begin Source File
198
199SOURCE=.\MessageTest.h
200# End Source File
201# Begin Source File
202
203SOURCE=.\TestAssertTest.cpp
204# End Source File
205# Begin Source File
206
207SOURCE=.\TestAssertTest.h
208# End Source File
209# Begin Source File
210
211SOURCE=.\TestCallerTest.cpp
212# End Source File
213# Begin Source File
214
215SOURCE=.\TestCallerTest.h
216# End Source File
217# Begin Source File
218
219SOURCE=.\TestCaseTest.cpp
220# End Source File
221# Begin Source File
222
223SOURCE=.\TestCaseTest.h
224# End Source File
225# Begin Source File
226
227SOURCE=.\TestFailureTest.cpp
228# End Source File
229# Begin Source File
230
231SOURCE=.\TestFailureTest.h
232# End Source File
233# Begin Source File
234
235SOURCE=.\TestPathTest.cpp
236# End Source File
237# Begin Source File
238
239SOURCE=.\TestPathTest.h
240# End Source File
241# Begin Source File
242
243SOURCE=.\TestResultTest.cpp
244# End Source File
245# Begin Source File
246
247SOURCE=.\TestResultTest.h
248# End Source File
249# Begin Source File
250
251SOURCE=.\TestSuiteTest.cpp
252# End Source File
253# Begin Source File
254
255SOURCE=.\TestSuiteTest.h
256# End Source File
257# Begin Source File
258
259SOURCE=.\TestTest.cpp
260# End Source File
261# Begin Source File
262
263SOURCE=.\TestTest.h
264# End Source File
265# End Group
266# Begin Group "UnitTestTools"
267
268# PROP Default_Filter ""
269# Begin Source File
270
271SOURCE=.\XmlUniformiser.cpp
272# End Source File
273# Begin Source File
274
275SOURCE=.\XmlUniformiser.h
276# End Source File
277# Begin Source File
278
279SOURCE=.\XmlUniformiserTest.cpp
280# End Source File
281# Begin Source File
282
283SOURCE=.\XmlUniformiserTest.h
284# End Source File
285# End Group
286# Begin Group "Helper"
287
288# PROP Default_Filter ""
289# Begin Source File
290
291SOURCE=.\HelperMacrosTest.cpp
292# End Source File
293# Begin Source File
294
295SOURCE=.\HelperMacrosTest.h
296# End Source File
297# End Group
298# Begin Group "Extension"
299
300# PROP Default_Filter ""
301# Begin Source File
302
303SOURCE=.\ExceptionTestCaseDecoratorTest.cpp
304# End Source File
305# Begin Source File
306
307SOURCE=.\ExceptionTestCaseDecoratorTest.h
308# End Source File
309# Begin Source File
310
311SOURCE=.\OrthodoxTest.cpp
312# End Source File
313# Begin Source File
314
315SOURCE=.\OrthodoxTest.h
316# End Source File
317# Begin Source File
318
319SOURCE=.\RepeatedTestTest.cpp
320# End Source File
321# Begin Source File
322
323SOURCE=.\RepeatedTestTest.h
324# End Source File
325# Begin Source File
326
327SOURCE=.\TestDecoratorTest.cpp
328# End Source File
329# Begin Source File
330
331SOURCE=.\TestDecoratorTest.h
332# End Source File
333# Begin Source File
334
335SOURCE=.\TestSetUpTest.cpp
336# End Source File
337# Begin Source File
338
339SOURCE=.\TestSetUpTest.h
340# End Source File
341# End Group
342# Begin Group "Output"
343
344# PROP Default_Filter ""
345# Begin Source File
346
347SOURCE=.\TestResultCollectorTest.cpp
348# End Source File
349# Begin Source File
350
351SOURCE=.\TestResultCollectorTest.h
352# End Source File
353# Begin Source File
354
355SOURCE=.\XmlOutputterTest.cpp
356# End Source File
357# Begin Source File
358
359SOURCE=.\XmlOutputterTest.h
360# End Source File
361# End Group
362# Begin Group "Tools"
363
364# PROP Default_Filter ""
365# Begin Source File
366
367SOURCE=.\StringToolsTest.cpp
368# End Source File
369# Begin Source File
370
371SOURCE=.\StringToolsTest.h
372# End Source File
373# Begin Source File
374
375SOURCE=.\XmlElementTest.cpp
376# End Source File
377# Begin Source File
378
379SOURCE=.\XmlElementTest.h
380# End Source File
381# End Group
382# End Group
383# Begin Group "TestSupport"
384
385# PROP Default_Filter ""
386# Begin Source File
387
388SOURCE=.\BaseTestCase.cpp
389# End Source File
390# Begin Source File
391
392SOURCE=.\BaseTestCase.h
393# End Source File
394# Begin Source File
395
396SOURCE=.\FailureException.h
397# End Source File
398# Begin Source File
399
400SOURCE=.\MockFunctor.h
401# End Source File
402# Begin Source File
403
404SOURCE=.\MockProtector.h
405# End Source File
406# Begin Source File
407
408SOURCE=.\MockTestCase.cpp
409# End Source File
410# Begin Source File
411
412SOURCE=.\MockTestCase.h
413# End Source File
414# Begin Source File
415
416SOURCE=.\MockTestListener.cpp
417# End Source File
418# Begin Source File
419
420SOURCE=.\MockTestListener.h
421# End Source File
422# Begin Source File
423
424SOURCE=.\SubclassedTestCase.cpp
425# End Source File
426# Begin Source File
427
428SOURCE=.\SubclassedTestCase.h
429# End Source File
430# Begin Source File
431
432SOURCE=.\SynchronizedTestResult.h
433# End Source File
434# Begin Source File
435
436SOURCE=.\TrackedTestCase.cpp
437# End Source File
438# Begin Source File
439
440SOURCE=.\TrackedTestCase.h
441# End Source File
442# End Group
443# Begin Group "Suites"
444
445# PROP Default_Filter ""
446# Begin Source File
447
448SOURCE=.\CoreSuite.h
449# End Source File
450# Begin Source File
451
452SOURCE=.\CppUnitTestSuite.cpp
453# End Source File
454# Begin Source File
455
456SOURCE=.\ExtensionSuite.h
457# End Source File
458# Begin Source File
459
460SOURCE=.\HelperSuite.h
461# End Source File
462# Begin Source File
463
464SOURCE=.\OutputSuite.h
465# End Source File
466# Begin Source File
467
468SOURCE=.\ToolsSuite.h
469# End Source File
470# Begin Source File
471
472SOURCE=.\UnitTestToolSuite.h
473# End Source File
474# End Group
475# Begin Source File
476
477SOURCE=..\..\lib\cppunit_dll.dll
478
479!IF  "$(CFG)" == "CppUnitTestMain - Win32 Release"
480
481# PROP Exclude_From_Build 1
482
483!ELSEIF  "$(CFG)" == "CppUnitTestMain - Win32 Debug"
484
485# PROP Exclude_From_Build 1
486
487!ELSEIF  "$(CFG)" == "CppUnitTestMain - Win32 Release DLL"
488
489# Begin Custom Build - Updating DLL: $(InputPath)
490IntDir=.\ReleaseDLL
491InputPath=..\..\lib\cppunit_dll.dll
492InputName=cppunit_dll
493
494"$(IntDir)\$(InputName).dll" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
495	copy "$(InputPath)" "$(IntDir)\$(InputName).dll"
496
497# End Custom Build
498
499!ELSEIF  "$(CFG)" == "CppUnitTestMain - Win32 Debug DLL"
500
501# PROP Exclude_From_Build 1
502
503!ENDIF
504
505# End Source File
506# Begin Source File
507
508SOURCE=..\..\lib\cppunitd_dll.dll
509
510!IF  "$(CFG)" == "CppUnitTestMain - Win32 Release"
511
512# PROP Exclude_From_Build 1
513
514!ELSEIF  "$(CFG)" == "CppUnitTestMain - Win32 Debug"
515
516# PROP Exclude_From_Build 1
517
518!ELSEIF  "$(CFG)" == "CppUnitTestMain - Win32 Release DLL"
519
520# PROP Exclude_From_Build 1
521
522!ELSEIF  "$(CFG)" == "CppUnitTestMain - Win32 Debug DLL"
523
524# Begin Custom Build - Updating DLL: $(InputPath)
525IntDir=.\DebugDLL
526InputPath=..\..\lib\cppunitd_dll.dll
527InputName=cppunitd_dll
528
529"$(IntDir)\$(InputName).dll" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
530	copy "$(InputPath)" "$(IntDir)\$(InputName).dll"
531
532# End Custom Build
533
534!ENDIF
535
536# End Source File
537# Begin Source File
538
539SOURCE=.\CppUnitTestMain.cpp
540# End Source File
541# Begin Source File
542
543SOURCE=.\Makefile.am
544# End Source File
545# End Target
546# End Project
547