1 # Microsoft Developer Studio Generated NMAKE File, Based on shutdown_test.dsp
3 CFG
=shutdown_test
- @PLATFORM@ Debug
4 !MESSAGE No configuration specified. Defaulting to shutdown_test
- @PLATFORM@ Debug.
7 !IF
"$(CFG)" != "shutdown_test - @PLATFORM@ Release" && "$(CFG)" != "shutdown_test - @PLATFORM@ 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
:
12 !MESSAGE NMAKE
/f
"shutdown_test.mak" CFG
="shutdown_test - @PLATFORM@ Debug"
14 !MESSAGE Possible choices for configuration are
:
16 !MESSAGE
"shutdown_test - @PLATFORM@ Release" (based on
"@PLATFORM@ (x86) Console Application")
17 !MESSAGE
"shutdown_test - @PLATFORM@ Debug" (based on
"@PLATFORM@ (x86) Console Application")
19 !ERROR An invalid configuration is specified.
22 !IF
"$(OS)" == "Windows_NT"
28 !IF
"$(CFG)" == "shutdown_test - @PLATFORM@ Release"
30 _VC_MANIFEST_BASENAME
=__VC80
33 _VC_MANIFEST_BASENAME
=__VC80.Debug
36 ####################################################
37 # Specifying name of temporary resource file used only in incremental builds:
39 !if
"$(_VC_MANIFEST_INC)" == "1"
40 _VC_MANIFEST_AUTO_RES
=$(_VC_MANIFEST_BASENAME
).auto.res
42 _VC_MANIFEST_AUTO_RES
=
45 ####################################################
46 # _VC_MANIFEST_EMBED_EXE - command to embed manifest in EXE:
48 !if
"$(_VC_MANIFEST_INC)" == "1"
50 #MT_SPECIAL_RETURN=1090650113
51 #MT_SPECIAL_SWITCH=-notify_resource_update
54 _VC_MANIFEST_EMBED_EXE
= \
55 if exist
$@.manifest mt.exe
-manifest
$@.manifest
-out
:$(_VC_MANIFEST_BASENAME
).auto.manifest
$(MT_SPECIAL_SWITCH
) & \
56 if
"%ERRORLEVEL%" == "$(MT_SPECIAL_RETURN)" \
57 rc
/r
$(_VC_MANIFEST_BASENAME
).auto.rc
& \
58 link
$** /out
:$@
$(LFLAGS
)
62 _VC_MANIFEST_EMBED_EXE
= \
63 if exist
$@.manifest mt.exe
-manifest
$@.manifest
-outputresource
:$@
;1
67 ####################################################
68 # _VC_MANIFEST_EMBED_DLL - command to embed manifest in DLL:
70 !if
"$(_VC_MANIFEST_INC)" == "1"
72 #MT_SPECIAL_RETURN=1090650113
73 #MT_SPECIAL_SWITCH=-notify_resource_update
76 _VC_MANIFEST_EMBED_EXE
= \
77 if exist
$@.manifest mt.exe
-manifest
$@.manifest
-out
:$(_VC_MANIFEST_BASENAME
).auto.manifest
$(MT_SPECIAL_SWITCH
) & \
78 if
"%ERRORLEVEL%" == "$(MT_SPECIAL_RETURN)" \
79 rc
/r
$(_VC_MANIFEST_BASENAME
).auto.rc
& \
80 link
$** /out
:$@
$(LFLAGS
)
84 _VC_MANIFEST_EMBED_EXE
= \
85 if exist
$@.manifest mt.exe
-manifest
$@.manifest
-outputresource
:$@
;2
88 ####################################################
89 # _VC_MANIFEST_CLEAN - command to clean resources files generated temporarily:
91 !if
"$(_VC_MANIFEST_INC)" == "1"
93 _VC_MANIFEST_CLEAN
=-del
$(_VC_MANIFEST_BASENAME
).auto.res \
94 $(_VC_MANIFEST_BASENAME
).auto.rc \
95 $(_VC_MANIFEST_BASENAME
).auto.manifest
103 !IF
"$(CFG)" == "shutdown_test - @PLATFORM@ Release"
108 ALL
: "..\..\..\Build\Release\shutdown_test.exe"
112 -@erase
"$(INTDIR)\shutdown_test.obj"
113 -@erase
"$(INTDIR)\vc60.idb"
114 -@erase
"..\..\..\Build\Release\shutdown_test.exe"
115 -@
$(_VC_MANIFEST_CLEAN
)
118 if not exist
"$(OUTDIR)/$(NULL)" mkdir
"$(OUTDIR)"
121 CPP_PROJ
=/nologo
/MD
/W3 @COPTX@ @COPTI@
/O2
/I
"../../../" @LIBXML2_INC@
/I
"../../../lib/isc/win32" /I
"../../../lib/isc/win32/include" /I
"../../../lib/isc/include" /D
"NDEBUG" /D
"__STDC__" /D
"WIN32" /D
"_CONSOLE" /D
"_MBCS" /Fp
"$(INTDIR)\shutdown_test.pch" @COPTY@
/Fo
"$(INTDIR)\\" /Fd
"$(INTDIR)\\" /FD
/c
128 .
cpp{$(INTDIR
)}.obj
::
133 .
cxx{$(INTDIR
)}.obj
::
143 .
cpp{$(INTDIR
)}.sbr
::
148 .
cxx{$(INTDIR
)}.sbr
::
155 BSC32_FLAGS
=/nologo
/o
"$(OUTDIR)\shutdown_test.bsc"
159 LINK32_FLAGS
=user32.lib advapi32.lib ws2_32.lib ..
/..
/..
/lib
/isc
/win32
/Release
/libisc.lib
/nologo
/subsystem
:console
/incremental
:no
/pdb
:"$(OUTDIR)\shutdown_test.pdb" @MACHINE@
/out
:"../../../Build/Release/shutdown_test.exe"
161 "$(INTDIR)\shutdown_test.obj"
163 "..\..\..\Build\Release\shutdown_test.exe" : "$(OUTDIR)" $(DEF_FILE
) $(LINK32_OBJS
)
165 $(LINK32_FLAGS
) $(LINK32_OBJS
)
167 $(_VC_MANIFEST_EMBED_EXE
)
169 !ELSEIF
"$(CFG)" == "shutdown_test - @PLATFORM@ Debug"
173 # Begin Custom Macros
177 ALL
: "..\..\..\Build\Debug\shutdown_test.exe" "$(OUTDIR)\shutdown_test.bsc"
181 -@erase
"$(INTDIR)\shutdown_test.obj"
182 -@erase
"$(INTDIR)\shutdown_test.sbr"
183 -@erase
"$(INTDIR)\vc60.idb"
184 -@erase
"$(INTDIR)\vc60.pdb"
185 -@erase
"$(OUTDIR)\shutdown_test.pdb"
186 -@erase
"$(OUTDIR)\shutdown_test.bsc"
187 -@erase
"..\..\..\Build\Debug\shutdown_test.exe"
188 -@erase
"..\..\..\Build\Debug\shutdown_test.ilk"
189 -@
$(_VC_MANIFEST_CLEAN
)
192 if not exist
"$(OUTDIR)/$(NULL)" mkdir
"$(OUTDIR)"
195 CPP_PROJ
=/nologo
/MDd
/W3
/Gm @COPTX@ @COPTI@
/ZI
/Od
/I
"../../../" @LIBXML2_INC@
/I
"../../../lib/isc/win32" /I
"../../../lib/isc/win32/include" /I
"../../../lib/isc/include" /D
"_DEBUG" /D
"WIN32" /D
"__STDC__" /D
"_CONSOLE" /D
"_MBCS" /FR
"$(INTDIR)\\" /Fo
"$(INTDIR)\\" /Fd
"$(INTDIR)\\" /FD
/GZ
/c
202 .
cpp{$(INTDIR
)}.obj
::
207 .
cxx{$(INTDIR
)}.obj
::
217 .
cpp{$(INTDIR
)}.sbr
::
222 .
cxx{$(INTDIR
)}.sbr
::
229 BSC32_FLAGS
=/nologo
/o
"$(OUTDIR)\shutdown_test.bsc"
231 "$(INTDIR)\shutdown_test.sbr"
233 "$(OUTDIR)\shutdown_test.bsc" : "$(OUTDIR)" $(BSC32_SBRS
)
235 $(BSC32_FLAGS
) $(BSC32_SBRS
)
239 LINK32_FLAGS
=user32.lib advapi32.lib ws2_32.lib ..
/..
/..
/lib
/isc
/win32
/Debug
/libisc.lib
/nologo
/subsystem
:console
/incremental
:yes
/pdb
:"$(OUTDIR)\shutdown_test.pdb" /debug @MACHINE@
/out
:"../../../Build/Debug/shutdown_test.exe" /pdbtype
:sept
241 "$(INTDIR)\shutdown_test.obj"
243 "..\..\..\Build\Debug\shutdown_test.exe" : "$(OUTDIR)" $(DEF_FILE
) $(LINK32_OBJS
)
245 $(LINK32_FLAGS
) $(LINK32_OBJS
)
247 $(_VC_MANIFEST_EMBED_EXE
)
252 !IF
"$(NO_EXTERNAL_DEPS)" != "1"
253 !IF EXISTS
("shutdown_test.dep")
254 !INCLUDE
"shutdown_test.dep"
256 !MESSAGE Warning
: cannot find
"shutdown_test.dep"
261 !IF
"$(CFG)" == "shutdown_test - @PLATFORM@ Release" ||
"$(CFG)" == "shutdown_test - @PLATFORM@ Debug"
262 SOURCE
="..\shutdown_test.c"
264 !IF
"$(CFG)" == "shutdown_test - @PLATFORM@ Release"
267 "$(INTDIR)\shutdown_test.obj" : $(SOURCE
) "$(INTDIR)"
268 $(CPP
) $(CPP_PROJ
) $(SOURCE
)
271 !ELSEIF
"$(CFG)" == "shutdown_test - @PLATFORM@ Debug"
274 "$(INTDIR)\shutdown_test.obj" "$(INTDIR)\shutdown_test.sbr" : $(SOURCE
) "$(INTDIR)"
275 $(CPP
) $(CPP_PROJ
) $(SOURCE
)
282 ####################################################
283 # Commands to generate initial empty manifest file and the RC file
284 # that references it, and for generating the .res file:
286 $(_VC_MANIFEST_BASENAME
).auto.res
: $(_VC_MANIFEST_BASENAME
).auto.rc
288 $(_VC_MANIFEST_BASENAME
).auto.rc
: $(_VC_MANIFEST_BASENAME
).auto.manifest
291 1RT_MANIFEST
"$(_VC_MANIFEST_BASENAME).auto.manifest"
294 $(_VC_MANIFEST_BASENAME
).auto.manifest
:
296 <?xml version
='1.0' encoding
='UTF-8' standalone
='yes'?
>
297 <assembly xmlns
='urn:schemas-microsoft-com:asm.v1' manifestVersion
='1.0'>