Source code of Windows XP (NT5)
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.

413 lines
10 KiB

  1. # Microsoft Developer Studio Generated NMAKE File, Format Version 4.20
  2. # ** DO NOT EDIT **
  3. # TARGTYPE "Win32 (x86) Application" 0x0101
  4. !IF "$(CFG)" == ""
  5. CFG=nsc - Win32 Debug
  6. !MESSAGE No configuration specified. Defaulting to nsc - Win32 Debug.
  7. !ENDIF
  8. !IF "$(CFG)" != "nsc - Win32 Release" && "$(CFG)" != "nsc - Win32 Debug"
  9. !MESSAGE Invalid configuration "$(CFG)" specified.
  10. !MESSAGE You can specify a configuration when running NMAKE on this makefile
  11. !MESSAGE by defining the macro CFG on the command line. For example:
  12. !MESSAGE
  13. !MESSAGE NMAKE /f "nsc.mak" CFG="nsc - Win32 Debug"
  14. !MESSAGE
  15. !MESSAGE Possible choices for configuration are:
  16. !MESSAGE
  17. !MESSAGE "nsc - Win32 Release" (based on "Win32 (x86) Application")
  18. !MESSAGE "nsc - Win32 Debug" (based on "Win32 (x86) Application")
  19. !MESSAGE
  20. !ERROR An invalid configuration is specified.
  21. !ENDIF
  22. !IF "$(OS)" == "Windows_NT"
  23. NULL=
  24. !ELSE
  25. NULL=nul
  26. !ENDIF
  27. ################################################################################
  28. # Begin Project
  29. # PROP Target_Last_Scanned "nsc - Win32 Debug"
  30. CPP=cl.exe
  31. RSC=rc.exe
  32. MTL=mktyplib.exe
  33. !IF "$(CFG)" == "nsc - Win32 Release"
  34. # PROP BASE Use_MFC 0
  35. # PROP BASE Use_Debug_Libraries 0
  36. # PROP BASE Output_Dir "Release"
  37. # PROP BASE Intermediate_Dir "Release"
  38. # PROP BASE Target_Dir ""
  39. # PROP Use_MFC 0
  40. # PROP Use_Debug_Libraries 0
  41. # PROP Output_Dir "Release"
  42. # PROP Intermediate_Dir "Release"
  43. # PROP Target_Dir ""
  44. OUTDIR=.\Release
  45. INTDIR=.\Release
  46. ALL : "$(OUTDIR)\nsc.exe"
  47. CLEAN :
  48. -@erase "$(INTDIR)\autoscrl.obj"
  49. -@erase "$(INTDIR)\Debug.obj"
  50. -@erase "$(INTDIR)\dropsrc.obj"
  51. -@erase "$(INTDIR)\Idlist.obj"
  52. -@erase "$(INTDIR)\main.obj"
  53. -@erase "$(INTDIR)\nsc.obj"
  54. -@erase "$(INTDIR)\nsc.res"
  55. -@erase "$(INTDIR)\nscdrop.obj"
  56. -@erase "$(OUTDIR)\nsc.exe"
  57. "$(OUTDIR)" :
  58. if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  59. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
  60. # ADD CPP /nologo /Gz /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
  61. CPP_PROJ=/nologo /Gz /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS"\
  62. /Fp"$(INTDIR)/nsc.pch" /YX /Fo"$(INTDIR)/" /c
  63. CPP_OBJS=.\Release/
  64. CPP_SBRS=.\.
  65. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  66. # ADD MTL /nologo /D "NDEBUG" /win32
  67. MTL_PROJ=/nologo /D "NDEBUG" /win32
  68. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  69. # ADD RSC /l 0x409 /d "NDEBUG"
  70. RSC_PROJ=/l 0x409 /fo"$(INTDIR)/nsc.res" /d "NDEBUG"
  71. BSC32=bscmake.exe
  72. # ADD BASE BSC32 /nologo
  73. # ADD BSC32 /nologo
  74. BSC32_FLAGS=/nologo /o"$(OUTDIR)/nsc.bsc"
  75. BSC32_SBRS= \
  76. LINK32=link.exe
  77. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386
  78. # ADD LINK32 kernel32.lib user32.lib gdi32.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib uuid.lib comctl32.lib libcmt.lib /nologo /version:4.0 /subsystem:windows /machine:I386 /nodefaultlib
  79. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib comdlg32.lib advapi32.lib\
  80. shell32.lib ole32.lib uuid.lib comctl32.lib libcmt.lib /nologo /version:4.0\
  81. /subsystem:windows /incremental:no /pdb:"$(OUTDIR)/nsc.pdb" /machine:I386\
  82. /nodefaultlib /out:"$(OUTDIR)/nsc.exe"
  83. LINK32_OBJS= \
  84. "$(INTDIR)\autoscrl.obj" \
  85. "$(INTDIR)\Debug.obj" \
  86. "$(INTDIR)\dropsrc.obj" \
  87. "$(INTDIR)\Idlist.obj" \
  88. "$(INTDIR)\main.obj" \
  89. "$(INTDIR)\nsc.obj" \
  90. "$(INTDIR)\nsc.res" \
  91. "$(INTDIR)\nscdrop.obj"
  92. "$(OUTDIR)\nsc.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  93. $(LINK32) @<<
  94. $(LINK32_FLAGS) $(LINK32_OBJS)
  95. <<
  96. !ELSEIF "$(CFG)" == "nsc - Win32 Debug"
  97. # PROP BASE Use_MFC 0
  98. # PROP BASE Use_Debug_Libraries 1
  99. # PROP BASE Output_Dir "Debug"
  100. # PROP BASE Intermediate_Dir "Debug"
  101. # PROP BASE Target_Dir ""
  102. # PROP Use_MFC 0
  103. # PROP Use_Debug_Libraries 1
  104. # PROP Output_Dir "Debug"
  105. # PROP Intermediate_Dir "Debug"
  106. # PROP Target_Dir ""
  107. OUTDIR=.\Debug
  108. INTDIR=.\Debug
  109. ALL : "$(OUTDIR)\nsc.exe"
  110. CLEAN :
  111. -@erase "$(INTDIR)\autoscrl.obj"
  112. -@erase "$(INTDIR)\Debug.obj"
  113. -@erase "$(INTDIR)\dropsrc.obj"
  114. -@erase "$(INTDIR)\Idlist.obj"
  115. -@erase "$(INTDIR)\main.obj"
  116. -@erase "$(INTDIR)\nsc.obj"
  117. -@erase "$(INTDIR)\nsc.res"
  118. -@erase "$(INTDIR)\nscdrop.obj"
  119. -@erase "$(INTDIR)\vc40.idb"
  120. -@erase "$(INTDIR)\vc40.pdb"
  121. -@erase "$(OUTDIR)\nsc.exe"
  122. -@erase "$(OUTDIR)\nsc.ilk"
  123. -@erase "$(OUTDIR)\nsc.map"
  124. -@erase "$(OUTDIR)\nsc.pdb"
  125. "$(OUTDIR)" :
  126. if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  127. # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
  128. # ADD CPP /nologo /Gz /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
  129. # SUBTRACT CPP /Fr
  130. CPP_PROJ=/nologo /Gz /MLd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D\
  131. "_WINDOWS" /Fp"$(INTDIR)/nsc.pch" /YX /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c
  132. CPP_OBJS=.\Debug/
  133. CPP_SBRS=.\.
  134. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  135. # ADD MTL /nologo /D "_DEBUG" /win32
  136. MTL_PROJ=/nologo /D "_DEBUG" /win32
  137. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  138. # ADD RSC /l 0x409 /d "_DEBUG"
  139. RSC_PROJ=/l 0x409 /fo"$(INTDIR)/nsc.res" /d "_DEBUG"
  140. BSC32=bscmake.exe
  141. # ADD BASE BSC32 /nologo
  142. # ADD BSC32 /nologo
  143. BSC32_FLAGS=/nologo /o"$(OUTDIR)/nsc.bsc"
  144. BSC32_SBRS= \
  145. LINK32=link.exe
  146. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386
  147. # ADD LINK32 kernel32.lib user32.lib gdi32.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib uuid.lib comctl32.lib libcmt.lib /nologo /version:4.0 /subsystem:windows /map /debug /machine:I386 /nodefaultlib
  148. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib comdlg32.lib advapi32.lib\
  149. shell32.lib ole32.lib uuid.lib comctl32.lib libcmt.lib /nologo /version:4.0\
  150. /subsystem:windows /incremental:yes /pdb:"$(OUTDIR)/nsc.pdb"\
  151. /map:"$(INTDIR)/nsc.map" /debug /machine:I386 /nodefaultlib\
  152. /out:"$(OUTDIR)/nsc.exe"
  153. LINK32_OBJS= \
  154. "$(INTDIR)\autoscrl.obj" \
  155. "$(INTDIR)\Debug.obj" \
  156. "$(INTDIR)\dropsrc.obj" \
  157. "$(INTDIR)\Idlist.obj" \
  158. "$(INTDIR)\main.obj" \
  159. "$(INTDIR)\nsc.obj" \
  160. "$(INTDIR)\nsc.res" \
  161. "$(INTDIR)\nscdrop.obj"
  162. "$(OUTDIR)\nsc.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  163. $(LINK32) @<<
  164. $(LINK32_FLAGS) $(LINK32_OBJS)
  165. <<
  166. !ENDIF
  167. .c{$(CPP_OBJS)}.obj:
  168. $(CPP) $(CPP_PROJ) $<
  169. .cpp{$(CPP_OBJS)}.obj:
  170. $(CPP) $(CPP_PROJ) $<
  171. .cxx{$(CPP_OBJS)}.obj:
  172. $(CPP) $(CPP_PROJ) $<
  173. .c{$(CPP_SBRS)}.sbr:
  174. $(CPP) $(CPP_PROJ) $<
  175. .cpp{$(CPP_SBRS)}.sbr:
  176. $(CPP) $(CPP_PROJ) $<
  177. .cxx{$(CPP_SBRS)}.sbr:
  178. $(CPP) $(CPP_PROJ) $<
  179. ################################################################################
  180. # Begin Target
  181. # Name "nsc - Win32 Release"
  182. # Name "nsc - Win32 Debug"
  183. !IF "$(CFG)" == "nsc - Win32 Release"
  184. !ELSEIF "$(CFG)" == "nsc - Win32 Debug"
  185. !ENDIF
  186. ################################################################################
  187. # Begin Source File
  188. SOURCE=.\autoscrl.c
  189. DEP_CPP_AUTOS=\
  190. ".\autoscrl.h"\
  191. ".\common.h"\
  192. ".\Debug.h"\
  193. "$(INTDIR)\autoscrl.obj" : $(SOURCE) $(DEP_CPP_AUTOS) "$(INTDIR)"
  194. # End Source File
  195. ################################################################################
  196. # Begin Source File
  197. SOURCE=.\autoscrl.h
  198. !IF "$(CFG)" == "nsc - Win32 Release"
  199. !ELSEIF "$(CFG)" == "nsc - Win32 Debug"
  200. !ENDIF
  201. # End Source File
  202. ################################################################################
  203. # Begin Source File
  204. SOURCE=.\common.h
  205. !IF "$(CFG)" == "nsc - Win32 Release"
  206. !ELSEIF "$(CFG)" == "nsc - Win32 Debug"
  207. !ENDIF
  208. # End Source File
  209. ################################################################################
  210. # Begin Source File
  211. SOURCE=.\Debug.c
  212. DEP_CPP_DEBUG=\
  213. ".\Debug.h"\
  214. "$(INTDIR)\Debug.obj" : $(SOURCE) $(DEP_CPP_DEBUG) "$(INTDIR)"
  215. # End Source File
  216. ################################################################################
  217. # Begin Source File
  218. SOURCE=.\Debug.h
  219. !IF "$(CFG)" == "nsc - Win32 Release"
  220. !ELSEIF "$(CFG)" == "nsc - Win32 Debug"
  221. !ENDIF
  222. # End Source File
  223. ################################################################################
  224. # Begin Source File
  225. SOURCE=.\dropsrc.c
  226. DEP_CPP_DROPS=\
  227. ".\common.h"\
  228. ".\Debug.h"\
  229. ".\dropsrc.h"\
  230. "$(INTDIR)\dropsrc.obj" : $(SOURCE) $(DEP_CPP_DROPS) "$(INTDIR)"
  231. # End Source File
  232. ################################################################################
  233. # Begin Source File
  234. SOURCE=.\dropsrc.h
  235. !IF "$(CFG)" == "nsc - Win32 Release"
  236. !ELSEIF "$(CFG)" == "nsc - Win32 Debug"
  237. !ENDIF
  238. # End Source File
  239. ################################################################################
  240. # Begin Source File
  241. SOURCE=.\Idlist.c
  242. DEP_CPP_IDLIS=\
  243. ".\common.h"\
  244. ".\Debug.h"\
  245. ".\idlist.h"\
  246. "$(INTDIR)\Idlist.obj" : $(SOURCE) $(DEP_CPP_IDLIS) "$(INTDIR)"
  247. # End Source File
  248. ################################################################################
  249. # Begin Source File
  250. SOURCE=.\idlist.h
  251. !IF "$(CFG)" == "nsc - Win32 Release"
  252. !ELSEIF "$(CFG)" == "nsc - Win32 Debug"
  253. !ENDIF
  254. # End Source File
  255. ################################################################################
  256. # Begin Source File
  257. SOURCE=.\main.c
  258. DEP_CPP_MAIN_=\
  259. ".\Debug.h"\
  260. ".\nsc.H"\
  261. "$(INTDIR)\main.obj" : $(SOURCE) $(DEP_CPP_MAIN_) "$(INTDIR)"
  262. # End Source File
  263. ################################################################################
  264. # Begin Source File
  265. SOURCE=.\nsc.C
  266. DEP_CPP_NSC_C=\
  267. ".\common.h"\
  268. ".\Debug.h"\
  269. ".\dropsrc.h"\
  270. ".\idlist.h"\
  271. ".\nsc.H"\
  272. "$(INTDIR)\nsc.obj" : $(SOURCE) $(DEP_CPP_NSC_C) "$(INTDIR)"
  273. # End Source File
  274. ################################################################################
  275. # Begin Source File
  276. SOURCE=.\nsc.H
  277. !IF "$(CFG)" == "nsc - Win32 Release"
  278. !ELSEIF "$(CFG)" == "nsc - Win32 Debug"
  279. !ENDIF
  280. # End Source File
  281. ################################################################################
  282. # Begin Source File
  283. SOURCE=.\nsc.RC
  284. "$(INTDIR)\nsc.res" : $(SOURCE) "$(INTDIR)"
  285. $(RSC) $(RSC_PROJ) $(SOURCE)
  286. # End Source File
  287. ################################################################################
  288. # Begin Source File
  289. SOURCE=.\nscdrop.c
  290. DEP_CPP_NSCDR=\
  291. ".\autoscrl.h"\
  292. ".\common.h"\
  293. ".\Debug.h"\
  294. ".\nsc.H"\
  295. "$(INTDIR)\nscdrop.obj" : $(SOURCE) $(DEP_CPP_NSCDR) "$(INTDIR)"
  296. # End Source File
  297. ################################################################################
  298. # Begin Source File
  299. SOURCE=.\resource.h
  300. !IF "$(CFG)" == "nsc - Win32 Release"
  301. !ELSEIF "$(CFG)" == "nsc - Win32 Debug"
  302. !ENDIF
  303. # End Source File
  304. # End Target
  305. # End Project
  306. ################################################################################