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

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

xerces added

Line 
1# Microsoft Developer Studio Generated NMAKE File, Based on SCMPrint.dsp
2!IF "$(CFG)" == ""
3CFG=SCMPrint - Win64 Debug
4!MESSAGE No configuration specified. Defaulting to SCMPrint - Win64 Debug.
5!ENDIF
6
7!IF "$(CFG)" != "SCMPrint - Win32 Debug" && "$(CFG)" != "SCMPrint - 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 "SCMPrint.mak" CFG="SCMPrint - Win64 Debug"
13!MESSAGE
14!MESSAGE Possible choices for configuration are:
15!MESSAGE
16!MESSAGE "SCMPrint - Win32 Debug" (based on "Win32 (x86) Console Application")
17!MESSAGE "SCMPrint - 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
28CPP=$(CPP)
29
30!IF  "$(CFG)" == "SCMPrint - Win32 Debug"
31
32OUTDIR=.\..\..\..\..\..\bin
33INTDIR=.\..\..\..\..\..\bin\obj
34# Begin Custom Macros
35OutDir=.\..\..\..\..\..\bin
36# End Custom Macros
37
38ALL : "$(OUTDIR)\SCMPrint.exe"
39
40
41CLEAN :
42        -@erase "$(INTDIR)\SCMPrint.obj"
43        -@erase "$(INTDIR)\vc60.idb"
44        -@erase "$(INTDIR)\vc60.pdb"
45        -@erase "$(OUTDIR)\SCMPrint.exe"
46        -@erase "$(OUTDIR)\SCMPrint.ilk"
47        -@erase "$(OUTDIR)\SCMPrint.pdb"
48
49"$(OUTDIR)" :
50    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
51
52"$(INTDIR)" :
53    if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)"
54
55CPP_PROJ=/nologo /G5 /MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "PROJ_SCMPrint" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
56BSC32=bscmake.exe
57BSC32_FLAGS=/nologo /o"$(OUTDIR)\SCMPrint.bsc"
58BSC32_SBRS= \
59       
60LINK32=link.exe
61LINK32_FLAGS=kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /incremental:yes /pdb:"$(OUTDIR)\SCMPrint.pdb" /debug /machine:I386 /out:"$(OUTDIR)\SCMPrint.exe" /pdbtype:sept /libpath:"..\..\..\..\..\lib"
62LINK32_OBJS= \
63        "$(INTDIR)\SCMPrint.obj"
64
65"$(OUTDIR)\SCMPrint.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
66    $(LINK32) @<<
67  $(LINK32_FLAGS) $(LINK32_OBJS)
68<<
69
70!ELSEIF  "$(CFG)" == "SCMPrint - Win64 Debug"
71
72OUTDIR=.\..\..\..\..\..\bin
73INTDIR=.\..\..\..\..\..\bin\obj
74# Begin Custom Macros
75OutDir=.\..\..\..\..\..\bin
76# End Custom Macros
77
78ALL : "$(OUTDIR)\SCMPrint.exe"
79
80
81CLEAN :
82        -@erase "$(INTDIR)\SCMPrint.obj"
83        -@erase "$(INTDIR)\vc60.idb"
84        -@erase "$(INTDIR)\vc60.pdb"
85        -@erase "$(OUTDIR)\SCMPrint.exe"
86        -@erase "$(OUTDIR)\SCMPrint.ilk"
87        -@erase "$(OUTDIR)\SCMPrint.pdb"
88
89"$(OUTDIR)" :
90    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
91
92"$(INTDIR)" :
93    if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)"
94
95CPP_PROJ=/MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "WIN64" /D "PROJ_SCMPrint" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /machine:IA64 /c
96BSC32=bscmake.exe
97BSC32_FLAGS=/nologo /o"$(OUTDIR)\SCMPrint.bsc"
98BSC32_SBRS= \
99       
100LINK32=link.exe
101LINK32_FLAGS=kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /incremental:yes /pdb:"$(OUTDIR)\SCMPrint.pdb" /debug /machine:IX86 /out:"$(OUTDIR)\SCMPrint.exe" /pdbtype:sept /libpath:"..\..\..\..\..\lib" /machine:IA64
102LINK32_OBJS= \
103        "$(INTDIR)\SCMPrint.obj"
104
105"$(OUTDIR)\SCMPrint.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
106    $(LINK32) @<<
107  $(LINK32_FLAGS) $(LINK32_OBJS)
108<<
109
110!ENDIF
111
112.c{$(INTDIR)}.obj::
113   $(CPP) @<<
114   $(CPP_PROJ) $<
115<<
116
117.cpp{$(INTDIR)}.obj::
118   $(CPP) @<<
119   $(CPP_PROJ) $<
120<<
121
122.cxx{$(INTDIR)}.obj::
123   $(CPP) @<<
124   $(CPP_PROJ) $<
125<<
126
127.c{$(INTDIR)}.sbr::
128   $(CPP) @<<
129   $(CPP_PROJ) $<
130<<
131
132.cpp{$(INTDIR)}.sbr::
133   $(CPP) @<<
134   $(CPP_PROJ) $<
135<<
136
137.cxx{$(INTDIR)}.sbr::
138   $(CPP) @<<
139   $(CPP_PROJ) $<
140<<
141
142
143!IF "$(NO_EXTERNAL_DEPS)" != "1"
144!IF EXISTS("SCMPrint.dep")
145!INCLUDE "SCMPrint.dep"
146!ELSE
147!MESSAGE Warning: cannot find "SCMPrint.dep"
148!ENDIF
149!ENDIF
150
151
152!IF "$(CFG)" == "SCMPrint - Win32 Debug" || "$(CFG)" == "SCMPrint - Win64 Debug"
153SOURCE=..\..\..\..\SCMPrint\SCMPrint.cpp
154
155"$(INTDIR)\SCMPrint.obj" : $(SOURCE) "$(INTDIR)"
156        $(CPP) $(CPP_PROJ) $(SOURCE)
157
158
159
160!ENDIF
161
Note: See TracBrowser for help on using the repository browser.