Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

323 lines
6.7 KiB

  1. # Microsoft Developer Studio Generated NMAKE File, Based on stillvue.dsp
  2. !IF "$(CFG)" == ""
  3. CFG=stillvue - Win32 Debug
  4. !MESSAGE No configuration specified. Defaulting to stillvue - Win32 Debug.
  5. !ENDIF
  6. !IF "$(CFG)" != "stillvue - Win32 Release" && "$(CFG)" !=\
  7. "stillvue - Win32 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 "stillvue.mak" CFG="stillvue - Win32 Debug"
  13. !MESSAGE
  14. !MESSAGE Possible choices for configuration are:
  15. !MESSAGE
  16. !MESSAGE "stillvue - Win32 Release" (based on "Win32 (x86) Application")
  17. !MESSAGE "stillvue - Win32 Debug" (based on "Win32 (x86) Application")
  18. !MESSAGE
  19. !ERROR An invalid configuration is specified.
  20. !ENDIF
  21. !IF "$(OS)" == "Windows_NT"
  22. NULL=
  23. !ELSE
  24. NULL=nul
  25. !ENDIF
  26. !IF "$(CFG)" == "stillvue - Win32 Release"
  27. OUTDIR=.\Release
  28. INTDIR=.\Release
  29. # Begin Custom Macros
  30. OutDir=.\Release
  31. # End Custom Macros
  32. !IF "$(RECURSE)" == "0"
  33. ALL : "$(OUTDIR)\stillvue.exe"
  34. !ELSE
  35. ALL : "$(OUTDIR)\stillvue.exe"
  36. !ENDIF
  37. CLEAN :
  38. -@erase "$(INTDIR)\stillvue.obj"
  39. -@erase "$(INTDIR)\stillvue.res"
  40. -@erase "$(INTDIR)\vc50.idb"
  41. -@erase "$(INTDIR)\winx.obj"
  42. -@erase "$(INTDIR)\wsti.obj"
  43. -@erase "$(OUTDIR)\stillvue.exe"
  44. "$(OUTDIR)" :
  45. if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  46. CPP=cl.exe
  47. CPP_PROJ=/nologo /ML /W3 /GX /O2 /I "..\..\inc" /I "..\..\ddk\inc" /D "NDEBUG"\
  48. /D "WIN32" /D "_WINDOWS" /Fp"$(INTDIR)\stillvue.pch" /YX /Fo"$(INTDIR)\\"\
  49. /Fd"$(INTDIR)\\" /FD /c
  50. CPP_OBJS=.\Release/
  51. CPP_SBRS=.
  52. .c{$(CPP_OBJS)}.obj::
  53. $(CPP) @<<
  54. $(CPP_PROJ) $<
  55. <<
  56. .cpp{$(CPP_OBJS)}.obj::
  57. $(CPP) @<<
  58. $(CPP_PROJ) $<
  59. <<
  60. .cxx{$(CPP_OBJS)}.obj::
  61. $(CPP) @<<
  62. $(CPP_PROJ) $<
  63. <<
  64. .c{$(CPP_SBRS)}.sbr::
  65. $(CPP) @<<
  66. $(CPP_PROJ) $<
  67. <<
  68. .cpp{$(CPP_SBRS)}.sbr::
  69. $(CPP) @<<
  70. $(CPP_PROJ) $<
  71. <<
  72. .cxx{$(CPP_SBRS)}.sbr::
  73. $(CPP) @<<
  74. $(CPP_PROJ) $<
  75. <<
  76. MTL=midl.exe
  77. MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
  78. RSC=rc.exe
  79. RSC_PROJ=/l 0x409 /fo"$(INTDIR)\stillvue.res" /d "NDEBUG"
  80. BSC32=bscmake.exe
  81. BSC32_FLAGS=/nologo /o"$(OUTDIR)\stillvue.bsc"
  82. BSC32_SBRS= \
  83. LINK32=link.exe
  84. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  85. advapi32.lib shell32.lib ..\..\ddk\lib\sti.lib /nologo /subsystem:windows\
  86. /incremental:no /pdb:"$(OUTDIR)\stillvue.pdb" /machine:I386\
  87. /out:"$(OUTDIR)\stillvue.exe"
  88. LINK32_OBJS= \
  89. "$(INTDIR)\stillvue.obj" \
  90. "$(INTDIR)\stillvue.res" \
  91. "$(INTDIR)\winx.obj" \
  92. "$(INTDIR)\wsti.obj"
  93. "$(OUTDIR)\stillvue.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  94. $(LINK32) @<<
  95. $(LINK32_FLAGS) $(LINK32_OBJS)
  96. <<
  97. !ELSEIF "$(CFG)" == "stillvue - Win32 Debug"
  98. OUTDIR=.\Debug
  99. INTDIR=.\Debug
  100. # Begin Custom Macros
  101. OutDir=.\Debug
  102. # End Custom Macros
  103. !IF "$(RECURSE)" == "0"
  104. ALL : "$(OUTDIR)\stillvue.exe"
  105. !ELSE
  106. ALL : "$(OUTDIR)\stillvue.exe"
  107. !ENDIF
  108. CLEAN :
  109. -@erase "$(INTDIR)\stillvue.obj"
  110. -@erase "$(INTDIR)\stillvue.res"
  111. -@erase "$(INTDIR)\vc50.idb"
  112. -@erase "$(INTDIR)\vc50.pdb"
  113. -@erase "$(INTDIR)\winx.obj"
  114. -@erase "$(INTDIR)\wsti.obj"
  115. -@erase "$(OUTDIR)\stillvue.exe"
  116. -@erase "$(OUTDIR)\stillvue.ilk"
  117. -@erase "$(OUTDIR)\stillvue.pdb"
  118. "$(OUTDIR)" :
  119. if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  120. CPP=cl.exe
  121. CPP_PROJ=/nologo /MLd /W3 /Gm /GX /Zi /Od /I "..\..\inc" /I\
  122. "..\..\dev\ntsdk\inc" /I "..\..\ddk\inc" /D "_DEBUG" /D "WIN32" /D "_WINDOWS"\
  123. /Fp"$(INTDIR)\stillvue.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
  124. CPP_OBJS=.\Debug/
  125. CPP_SBRS=.
  126. .c{$(CPP_OBJS)}.obj::
  127. $(CPP) @<<
  128. $(CPP_PROJ) $<
  129. <<
  130. .cpp{$(CPP_OBJS)}.obj::
  131. $(CPP) @<<
  132. $(CPP_PROJ) $<
  133. <<
  134. .cxx{$(CPP_OBJS)}.obj::
  135. $(CPP) @<<
  136. $(CPP_PROJ) $<
  137. <<
  138. .c{$(CPP_SBRS)}.sbr::
  139. $(CPP) @<<
  140. $(CPP_PROJ) $<
  141. <<
  142. .cpp{$(CPP_SBRS)}.sbr::
  143. $(CPP) @<<
  144. $(CPP_PROJ) $<
  145. <<
  146. .cxx{$(CPP_SBRS)}.sbr::
  147. $(CPP) @<<
  148. $(CPP_PROJ) $<
  149. <<
  150. MTL=midl.exe
  151. MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
  152. RSC=rc.exe
  153. RSC_PROJ=/l 0x409 /fo"$(INTDIR)\stillvue.res" /d "_DEBUG"
  154. BSC32=bscmake.exe
  155. BSC32_FLAGS=/nologo /o"$(OUTDIR)\stillvue.bsc"
  156. BSC32_SBRS= \
  157. LINK32=link.exe
  158. LINK32_FLAGS=kernel32.lib\
  159. user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib\
  160. ..\..\ddk\lib\sti.lib /nologo /subsystem:windows /incremental:yes\
  161. /pdb:"$(OUTDIR)\stillvue.pdb" /debug /machine:I386\
  162. /out:"$(OUTDIR)\stillvue.exe" /pdbtype:sept
  163. LINK32_OBJS= \
  164. "$(INTDIR)\stillvue.obj" \
  165. "$(INTDIR)\stillvue.res" \
  166. "$(INTDIR)\winx.obj" \
  167. "$(INTDIR)\wsti.obj"
  168. "$(OUTDIR)\stillvue.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  169. $(LINK32) @<<
  170. $(LINK32_FLAGS) $(LINK32_OBJS)
  171. <<
  172. !ENDIF
  173. !IF "$(CFG)" == "stillvue - Win32 Release" || "$(CFG)" ==\
  174. "stillvue - Win32 Debug"
  175. SOURCE=.\stillvue.cpp
  176. !IF "$(CFG)" == "stillvue - Win32 Release"
  177. DEP_CPP_STILL=\
  178. "..\..\ddk\inc\sti.h"\
  179. "..\..\ddk\inc\stierr.h"\
  180. "..\..\ddk\inc\stireg.h"\
  181. ".\stillvue.h"\
  182. ".\stivar.h"\
  183. ".\winx.h"\
  184. "$(INTDIR)\stillvue.obj" : $(SOURCE) $(DEP_CPP_STILL) "$(INTDIR)"
  185. !ELSEIF "$(CFG)" == "stillvue - Win32 Debug"
  186. DEP_CPP_STILL=\
  187. "..\..\ddk\inc\sti.h"\
  188. "..\..\ddk\inc\stierr.h"\
  189. "..\..\ddk\inc\stireg.h"\
  190. ".\stillvue.h"\
  191. ".\stivar.h"\
  192. ".\winx.h"\
  193. "$(INTDIR)\stillvue.obj" : $(SOURCE) $(DEP_CPP_STILL) "$(INTDIR)"
  194. !ENDIF
  195. SOURCE=.\stillvue.rc
  196. DEP_RSC_STILLV=\
  197. ".\scan1.ico"\
  198. "$(INTDIR)\stillvue.res" : $(SOURCE) $(DEP_RSC_STILLV) "$(INTDIR)"
  199. $(RSC) $(RSC_PROJ) $(SOURCE)
  200. SOURCE=.\winx.cpp
  201. !IF "$(CFG)" == "stillvue - Win32 Release"
  202. DEP_CPP_WINX_=\
  203. "..\..\ddk\inc\sti.h"\
  204. "..\..\ddk\inc\stierr.h"\
  205. "..\..\ddk\inc\stireg.h"\
  206. ".\stillvue.h"\
  207. ".\winx.h"\
  208. "$(INTDIR)\winx.obj" : $(SOURCE) $(DEP_CPP_WINX_) "$(INTDIR)"
  209. !ELSEIF "$(CFG)" == "stillvue - Win32 Debug"
  210. DEP_CPP_WINX_=\
  211. "..\..\ddk\inc\sti.h"\
  212. "..\..\ddk\inc\stierr.h"\
  213. "..\..\ddk\inc\stireg.h"\
  214. ".\stillvue.h"\
  215. ".\winx.h"\
  216. "$(INTDIR)\winx.obj" : $(SOURCE) $(DEP_CPP_WINX_) "$(INTDIR)"
  217. !ENDIF
  218. SOURCE=.\wsti.cpp
  219. !IF "$(CFG)" == "stillvue - Win32 Release"
  220. DEP_CPP_WSTI_=\
  221. "..\..\ddk\inc\sti.h"\
  222. "..\..\ddk\inc\stierr.h"\
  223. "..\..\ddk\inc\stireg.h"\
  224. ".\stillvue.h"\
  225. ".\stisvc.cpp"\
  226. ".\winx.h"\
  227. "$(INTDIR)\wsti.obj" : $(SOURCE) $(DEP_CPP_WSTI_) "$(INTDIR)"
  228. !ELSEIF "$(CFG)" == "stillvue - Win32 Debug"
  229. DEP_CPP_WSTI_=\
  230. "..\..\ddk\inc\sti.h"\
  231. "..\..\ddk\inc\stierr.h"\
  232. "..\..\ddk\inc\stireg.h"\
  233. ".\stillvue.h"\
  234. ".\stisvc.cpp"\
  235. ".\winx.h"\
  236. "$(INTDIR)\wsti.obj" : $(SOURCE) $(DEP_CPP_WSTI_) "$(INTDIR)"
  237. !ENDIF
  238. !ENDIF