source: obsolete/tags/VUT/0.4/GtpVisibilityPreprocessor/support/xerces/samples/Projects/Win32/VC6/DOMPrint/DOMPrint.mak @ 358

Revision 358, 5.6 KB checked in by bittner, 19 years ago (diff)

xerces added

Line 
1# Microsoft Developer Studio Generated NMAKE File, Based on DOMPrint.dsp
2!IF "$(CFG)" == ""
3CFG=DOMPrint - Win64 Debug
4!MESSAGE No configuration specified. Defaulting to DOMPrint - Win64 Debug.
5!ENDIF
6
7!IF "$(CFG)" != "DOMPrint - Win32 Debug" && "$(CFG)" != "DOMPrint - Win64 Debug"
8!MESSAGE Invalid configuration "$(CFG)" specified.
9!MESSAGE You can specify a configuration when running NMAKE
10!MESSAGE by defining the macro CFG on the command line. For example:
11!MESSAGE
12!MESSAGE NMAKE /f "DOMPrint.mak" CFG="DOMPrint - Win64 Debug"
13!MESSAGE
14!MESSAGE Possible choices for configuration are:
15!MESSAGE
16!MESSAGE "DOMPrint - Win32 Debug" (based on "Win32 (x86) Console Application")
17!MESSAGE "DOMPrint - Win64 Debug" (based on "Win32 (x86) Console Application")
18!MESSAGE
19!ERROR An invalid configuration is specified.
20!ENDIF
21
22!IF "$(OS)" == "Windows_NT"
23NULL=
24!ELSE
25NULL=nul
26!ENDIF
27
28!IF  "$(CFG)" == "DOMPrint - Win32 Debug"
29
30OUTDIR=.\..\..\..\..\..\bin
31INTDIR=.\..\..\..\..\..\bin\obj
32# Begin Custom Macros
33OutDir=.\..\..\..\..\..\bin
34# End Custom Macros
35
36ALL : "$(OUTDIR)\DOMPrint.exe"
37
38
39CLEAN :
40        -@erase "$(INTDIR)\DOMPrint.obj"
41        -@erase "$(INTDIR)\DOMPrintErrorHandler.obj"
42        -@erase "$(INTDIR)\DOMPrintFilter.obj"
43        -@erase "$(INTDIR)\DOMTreeErrorReporter.obj"
44        -@erase "$(INTDIR)\vc60.idb"
45        -@erase "$(INTDIR)\vc60.pdb"
46        -@erase "$(OUTDIR)\DOMPrint.exe"
47        -@erase "$(OUTDIR)\DOMPrint.ilk"
48        -@erase "$(OUTDIR)\DOMPrint.pdb"
49
50"$(OUTDIR)" :
51    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
52
53"$(INTDIR)" :
54    if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)"
55
56CPP=$(CPP)
57CPP_PROJ=/nologo /G5 /MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "PROJ_DOMPRINT" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
58
59.c{$(INTDIR)}.obj::
60   $(CPP) @<<
61   $(CPP_PROJ) $<
62<<
63
64.cpp{$(INTDIR)}.obj::
65   $(CPP) @<<
66   $(CPP_PROJ) $<
67<<
68
69.cxx{$(INTDIR)}.obj::
70   $(CPP) @<<
71   $(CPP_PROJ) $<
72<<
73
74.c{$(INTDIR)}.sbr::
75   $(CPP) @<<
76   $(CPP_PROJ) $<
77<<
78
79.cpp{$(INTDIR)}.sbr::
80   $(CPP) @<<
81   $(CPP_PROJ) $<
82<<
83
84.cxx{$(INTDIR)}.sbr::
85   $(CPP) @<<
86   $(CPP_PROJ) $<
87<<
88
89RSC=rc.exe
90BSC32=bscmake.exe
91BSC32_FLAGS=/nologo /o"$(OUTDIR)\DOMPrint.bsc"
92BSC32_SBRS= \
93       
94LINK32=link.exe
95LINK32_FLAGS=kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /incremental:yes /pdb:"$(OUTDIR)\DOMPrint.pdb" /debug /machine:I386 /out:"$(OUTDIR)\DOMPrint.exe" /pdbtype:sept /libpath:"..\..\..\..\..\lib"
96LINK32_OBJS= \
97        "$(INTDIR)\DOMPrint.obj" \
98        "$(INTDIR)\DOMPrintErrorHandler.obj" \
99        "$(INTDIR)\DOMPrintFilter.obj" \
100        "$(INTDIR)\DOMTreeErrorReporter.obj"
101
102"$(OUTDIR)\DOMPrint.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
103    $(LINK32) @<<
104  $(LINK32_FLAGS) $(LINK32_OBJS)
105<<
106
107!ELSEIF  "$(CFG)" == "DOMPrint - Win64 Debug"
108
109OUTDIR=.\..\..\..\..\..\bin
110INTDIR=.\..\..\..\..\..\bin\obj
111# Begin Custom Macros
112OutDir=.\..\..\..\..\..\bin
113# End Custom Macros
114
115ALL : "$(OUTDIR)\DOMPrint.exe"
116
117
118CLEAN :
119        -@erase "$(INTDIR)\DOMPrint.obj"
120        -@erase "$(INTDIR)\DOMPrintErrorHandler.obj"
121        -@erase "$(INTDIR)\DOMPrintFilter.obj"
122        -@erase "$(INTDIR)\DOMTreeErrorReporter.obj"
123        -@erase "$(INTDIR)\vc60.idb"
124        -@erase "$(INTDIR)\vc60.pdb"
125        -@erase "$(OUTDIR)\DOMPrint.exe"
126        -@erase "$(OUTDIR)\DOMPrint.ilk"
127        -@erase "$(OUTDIR)\DOMPrint.pdb"
128
129"$(OUTDIR)" :
130    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
131
132"$(INTDIR)" :
133    if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)"
134
135CPP=$(CPP)
136CPP_PROJ=/MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "WIN64" /D "PROJ_DOMPRINT" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /machine:IA64 /c
137
138.c{$(INTDIR)}.obj::
139   $(CPP) @<<
140   $(CPP_PROJ) $<
141<<
142
143.cpp{$(INTDIR)}.obj::
144   $(CPP) @<<
145   $(CPP_PROJ) $<
146<<
147
148.cxx{$(INTDIR)}.obj::
149   $(CPP) @<<
150   $(CPP_PROJ) $<
151<<
152
153.c{$(INTDIR)}.sbr::
154   $(CPP) @<<
155   $(CPP_PROJ) $<
156<<
157
158.cpp{$(INTDIR)}.sbr::
159   $(CPP) @<<
160   $(CPP_PROJ) $<
161<<
162
163.cxx{$(INTDIR)}.sbr::
164   $(CPP) @<<
165   $(CPP_PROJ) $<
166<<
167
168RSC=rc.exe
169BSC32=bscmake.exe
170BSC32_FLAGS=/nologo /o"$(OUTDIR)\DOMPrint.bsc"
171BSC32_SBRS= \
172       
173LINK32=link.exe
174LINK32_FLAGS=kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /incremental:yes /pdb:"$(OUTDIR)\DOMPrint.pdb" /debug /machine:IX86 /out:"$(OUTDIR)\DOMPrint.exe" /pdbtype:sept /libpath:"..\..\..\..\..\lib" /machine:IA64
175LINK32_OBJS= \
176        "$(INTDIR)\DOMPrint.obj" \
177        "$(INTDIR)\DOMPrintErrorHandler.obj" \
178        "$(INTDIR)\DOMPrintFilter.obj" \
179        "$(INTDIR)\DOMTreeErrorReporter.obj"
180
181"$(OUTDIR)\DOMPrint.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
182    $(LINK32) @<<
183  $(LINK32_FLAGS) $(LINK32_OBJS)
184<<
185
186!ENDIF
187
188
189!IF "$(NO_EXTERNAL_DEPS)" != "1"
190!IF EXISTS("DOMPrint.dep")
191!INCLUDE "DOMPrint.dep"
192!ELSE
193!MESSAGE Warning: cannot find "DOMPrint.dep"
194!ENDIF
195!ENDIF
196
197
198!IF "$(CFG)" == "DOMPrint - Win32 Debug" || "$(CFG)" == "DOMPrint - Win64 Debug"
199SOURCE=..\..\..\..\DOMPrint\DOMPrint.cpp
200
201"$(INTDIR)\DOMPrint.obj" : $(SOURCE) "$(INTDIR)"
202        $(CPP) $(CPP_PROJ) $(SOURCE)
203
204
205SOURCE=..\..\..\..\DOMPrint\DOMPrintErrorHandler.cpp
206
207"$(INTDIR)\DOMPrintErrorHandler.obj" : $(SOURCE) "$(INTDIR)"
208        $(CPP) $(CPP_PROJ) $(SOURCE)
209
210
211SOURCE=..\..\..\..\DOMPrint\DOMPrintFilter.cpp
212
213"$(INTDIR)\DOMPrintFilter.obj" : $(SOURCE) "$(INTDIR)"
214        $(CPP) $(CPP_PROJ) $(SOURCE)
215
216
217SOURCE=..\..\..\..\DOMPrint\DOMTreeErrorReporter.cpp
218
219"$(INTDIR)\DOMTreeErrorReporter.obj" : $(SOURCE) "$(INTDIR)"
220        $(CPP) $(CPP_PROJ) $(SOURCE)
221
222
223
224!ENDIF
225
Note: See TracBrowser for help on using the repository browser.