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.

285 lines
5.7 KiB

  1. # Microsoft Developer Studio Generated NMAKE File, Based on mmfw.dsp
  2. !IF "$(CFG)" == ""
  3. CFG=mmfw - Win32 Debug
  4. !MESSAGE No configuration specified. Defaulting to mmfw - Win32 Debug.
  5. !ENDIF
  6. !IF "$(CFG)" != "mmfw - Win32 Release" && "$(CFG)" != "mmfw - Win32 Debug"
  7. !MESSAGE Invalid configuration "$(CFG)" specified.
  8. !MESSAGE You can specify a configuration when running NMAKE
  9. !MESSAGE by defining the macro CFG on the command line. For example:
  10. !MESSAGE
  11. !MESSAGE NMAKE /f "mmfw.mak" CFG="mmfw - Win32 Debug"
  12. !MESSAGE
  13. !MESSAGE Possible choices for configuration are:
  14. !MESSAGE
  15. !MESSAGE "mmfw - Win32 Release" (based on "Win32 (x86) Application")
  16. !MESSAGE "mmfw - Win32 Debug" (based on "Win32 (x86) Application")
  17. !MESSAGE
  18. !ERROR An invalid configuration is specified.
  19. !ENDIF
  20. !IF "$(OS)" == "Windows_NT"
  21. NULL=
  22. !ELSE
  23. NULL=nul
  24. !ENDIF
  25. CPP=cl.exe
  26. MTL=midl.exe
  27. RSC=rc.exe
  28. !IF "$(CFG)" == "mmfw - Win32 Release"
  29. OUTDIR=.\Release
  30. INTDIR=.\Release
  31. # Begin Custom Macros
  32. OutDir=.\Release
  33. # End Custom Macros
  34. !IF "$(RECURSE)" == "0"
  35. ALL : "$(OUTDIR)\mmfw.exe"
  36. !ELSE
  37. ALL : "$(OUTDIR)\mmfw.exe"
  38. !ENDIF
  39. CLEAN :
  40. -@erase "$(INTDIR)\dib.obj"
  41. -@erase "$(INTDIR)\knob.obj"
  42. -@erase "$(INTDIR)\main.obj"
  43. -@erase "$(INTDIR)\mbutton.obj"
  44. -@erase "$(INTDIR)\mmfw.res"
  45. -@erase "$(INTDIR)\sink.obj"
  46. -@erase "$(INTDIR)\vc50.idb"
  47. -@erase "$(OUTDIR)\mmfw.exe"
  48. "$(OUTDIR)" :
  49. if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  50. CPP_PROJ=/nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS"\
  51. /Fp"$(INTDIR)\mmfw.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
  52. CPP_OBJS=.\Release/
  53. CPP_SBRS=.
  54. MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
  55. RSC_PROJ=/l 0x409 /fo"$(INTDIR)\mmfw.res" /d "NDEBUG"
  56. BSC32=bscmake.exe
  57. BSC32_FLAGS=/nologo /o"$(OUTDIR)\mmfw.bsc"
  58. BSC32_SBRS= \
  59. LINK32=link.exe
  60. LINK32_FLAGS=winspool.lib comdlg32.lib shell32.lib oleaut32.lib uuid.lib\
  61. comctl32.lib kernel32.lib user32.lib gdi32.lib advapi32.lib ole32.lib\
  62. d:\nt\public\sdk\lib\i386\msimg32.lib winmm.lib /nologo /subsystem:windows\
  63. /incremental:no /pdb:"$(OUTDIR)\mmfw.pdb" /machine:I386\
  64. /out:"$(OUTDIR)\mmfw.exe"
  65. LINK32_OBJS= \
  66. "$(INTDIR)\dib.obj" \
  67. "$(INTDIR)\knob.obj" \
  68. "$(INTDIR)\main.obj" \
  69. "$(INTDIR)\mbutton.obj" \
  70. "$(INTDIR)\mmfw.res" \
  71. "$(INTDIR)\sink.obj"
  72. "$(OUTDIR)\mmfw.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  73. $(LINK32) @<<
  74. $(LINK32_FLAGS) $(LINK32_OBJS)
  75. <<
  76. !ELSEIF "$(CFG)" == "mmfw - Win32 Debug"
  77. OUTDIR=.\Debug
  78. INTDIR=.\Debug
  79. # Begin Custom Macros
  80. OutDir=.\Debug
  81. # End Custom Macros
  82. !IF "$(RECURSE)" == "0"
  83. ALL : "$(OUTDIR)\mmfw.exe"
  84. !ELSE
  85. ALL : "$(OUTDIR)\mmfw.exe"
  86. !ENDIF
  87. CLEAN :
  88. -@erase "$(INTDIR)\dib.obj"
  89. -@erase "$(INTDIR)\knob.obj"
  90. -@erase "$(INTDIR)\main.obj"
  91. -@erase "$(INTDIR)\mbutton.obj"
  92. -@erase "$(INTDIR)\mmfw.res"
  93. -@erase "$(INTDIR)\sink.obj"
  94. -@erase "$(INTDIR)\vc50.idb"
  95. -@erase "$(INTDIR)\vc50.pdb"
  96. -@erase "$(OUTDIR)\mmfw.exe"
  97. -@erase "$(OUTDIR)\mmfw.ilk"
  98. -@erase "$(OUTDIR)\mmfw.pdb"
  99. "$(OUTDIR)" :
  100. if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  101. CPP_PROJ=/nologo /MLd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
  102. /Fp"$(INTDIR)\mmfw.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
  103. CPP_OBJS=.\Debug/
  104. CPP_SBRS=.
  105. MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
  106. RSC_PROJ=/l 0x409 /fo"$(INTDIR)\mmfw.res" /d "_DEBUG"
  107. BSC32=bscmake.exe
  108. BSC32_FLAGS=/nologo /o"$(OUTDIR)\mmfw.bsc"
  109. BSC32_SBRS= \
  110. LINK32=link.exe
  111. LINK32_FLAGS=comctl32.lib kernel32.lib user32.lib gdi32.lib advapi32.lib\
  112. ole32.lib d:\nt\public\sdk\lib\i386\msimg32.lib winmm.lib /nologo\
  113. /subsystem:windows /incremental:yes /pdb:"$(OUTDIR)\mmfw.pdb" /debug\
  114. /machine:I386 /out:"$(OUTDIR)\mmfw.exe" /pdbtype:sept
  115. LINK32_OBJS= \
  116. "$(INTDIR)\dib.obj" \
  117. "$(INTDIR)\knob.obj" \
  118. "$(INTDIR)\main.obj" \
  119. "$(INTDIR)\mbutton.obj" \
  120. "$(INTDIR)\mmfw.res" \
  121. "$(INTDIR)\sink.obj"
  122. "$(OUTDIR)\mmfw.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  123. $(LINK32) @<<
  124. $(LINK32_FLAGS) $(LINK32_OBJS)
  125. <<
  126. !ENDIF
  127. .c{$(CPP_OBJS)}.obj::
  128. $(CPP) @<<
  129. $(CPP_PROJ) $<
  130. <<
  131. .cpp{$(CPP_OBJS)}.obj::
  132. $(CPP) @<<
  133. $(CPP_PROJ) $<
  134. <<
  135. .cxx{$(CPP_OBJS)}.obj::
  136. $(CPP) @<<
  137. $(CPP_PROJ) $<
  138. <<
  139. .c{$(CPP_SBRS)}.sbr::
  140. $(CPP) @<<
  141. $(CPP_PROJ) $<
  142. <<
  143. .cpp{$(CPP_SBRS)}.sbr::
  144. $(CPP) @<<
  145. $(CPP_PROJ) $<
  146. <<
  147. .cxx{$(CPP_SBRS)}.sbr::
  148. $(CPP) @<<
  149. $(CPP_PROJ) $<
  150. <<
  151. !IF "$(CFG)" == "mmfw - Win32 Release" || "$(CFG)" == "mmfw - Win32 Debug"
  152. SOURCE=.\dib.cpp
  153. DEP_CPP_DIB_C=\
  154. ".\dib.h"\
  155. "$(INTDIR)\dib.obj" : $(SOURCE) $(DEP_CPP_DIB_C) "$(INTDIR)"
  156. SOURCE=.\knob.cpp
  157. DEP_CPP_KNOB_=\
  158. ".\dib.h"\
  159. ".\knob.h"\
  160. "$(INTDIR)\knob.obj" : $(SOURCE) $(DEP_CPP_KNOB_) "$(INTDIR)"
  161. SOURCE=.\main.cpp
  162. !IF "$(CFG)" == "mmfw - Win32 Release"
  163. DEP_CPP_MAIN_=\
  164. ".\dib.h"\
  165. ".\knob.h"\
  166. ".\mbutton.h"\
  167. ".\mmfw.h"\
  168. ".\sink.h"\
  169. "$(INTDIR)\main.obj" : $(SOURCE) $(DEP_CPP_MAIN_) "$(INTDIR)"
  170. !ELSEIF "$(CFG)" == "mmfw - Win32 Debug"
  171. DEP_CPP_MAIN_=\
  172. ".\dib.h"\
  173. ".\knob.h"\
  174. ".\mbutton.h"\
  175. ".\mmfw.h"\
  176. ".\sink.h"\
  177. "$(INTDIR)\main.obj" : $(SOURCE) $(DEP_CPP_MAIN_) "$(INTDIR)"
  178. !ENDIF
  179. SOURCE=.\mbutton.cpp
  180. DEP_CPP_MBUTT=\
  181. ".\dib.h"\
  182. ".\mbutton.h"\
  183. "$(INTDIR)\mbutton.obj" : $(SOURCE) $(DEP_CPP_MBUTT) "$(INTDIR)"
  184. SOURCE=.\mmfw.rc
  185. DEP_RSC_MMFW_=\
  186. ".\icon1.ico"\
  187. ".\icon_cov.ico"\
  188. ".\icon_eje.ico"\
  189. ".\icon_ffw.ico"\
  190. ".\icon_min.ico"\
  191. ".\icon_mod.ico"\
  192. ".\icon_net.ico"\
  193. ".\icon_nex.ico"\
  194. ".\icon_pau.ico"\
  195. ".\icon_ply.ico"\
  196. ".\icon_pre.ico"\
  197. ".\icon_rew.ico"\
  198. ".\icon_sto.ico"\
  199. ".\icon_sys.ico"\
  200. ".\icon_vmi.ico"\
  201. ".\icon_vpl.ico"\
  202. ".\light.bmp"\
  203. ".\litemask.bmp"\
  204. ".\main24.bmp"\
  205. ".\mainre24.bmp"\
  206. ".\tools.bmp"\
  207. ".\volknob.bmp"\
  208. "$(INTDIR)\mmfw.res" : $(SOURCE) $(DEP_RSC_MMFW_) "$(INTDIR)"
  209. $(RSC) $(RSC_PROJ) $(SOURCE)
  210. SOURCE=.\sink.cpp
  211. DEP_CPP_SINK_=\
  212. ".\mmfw.h"\
  213. ".\sink.h"\
  214. "$(INTDIR)\sink.obj" : $(SOURCE) $(DEP_CPP_SINK_) "$(INTDIR)"
  215. !ENDIF