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.

259 lines
5.5 KiB

  1. # Microsoft Developer Studio Generated NMAKE File, Based on pview2.dsp
  2. !IF "$(CFG)" == ""
  3. CFG=pview2 - Win32 Debug
  4. !MESSAGE No configuration specified. Defaulting to pview2 - Win32 Debug.
  5. !ENDIF
  6. !IF "$(CFG)" != "pview2 - Win32 Release" && "$(CFG)" != "pview2 - 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 "pview2.mak" CFG="pview2 - Win32 Debug"
  12. !MESSAGE
  13. !MESSAGE Possible choices for configuration are:
  14. !MESSAGE
  15. !MESSAGE "pview2 - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
  16. !MESSAGE "pview2 - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  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)" == "pview2 - 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)\pview2.dll"
  36. !ELSE
  37. ALL : "$(OUTDIR)\pview2.dll"
  38. !ENDIF
  39. CLEAN :
  40. -@erase "$(INTDIR)\miginf.obj"
  41. -@erase "$(INTDIR)\poolmem.obj"
  42. -@erase "$(INTDIR)\pviewmig.obj"
  43. -@erase "$(INTDIR)\vc50.idb"
  44. -@erase "$(OUTDIR)\pview2.dll"
  45. -@erase "$(OUTDIR)\pview2.exp"
  46. -@erase "$(OUTDIR)\pview2.lib"
  47. "$(OUTDIR)" :
  48. if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  49. CPP_PROJ=/nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS"\
  50. /Fp"$(INTDIR)\pview2.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
  51. CPP_OBJS=.\Release/
  52. CPP_SBRS=.
  53. MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
  54. BSC32=bscmake.exe
  55. BSC32_FLAGS=/nologo /o"$(OUTDIR)\pview2.bsc"
  56. BSC32_SBRS= \
  57. LINK32=link.exe
  58. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  59. advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo\
  60. /subsystem:windows /dll /incremental:no /pdb:"$(OUTDIR)\pview2.pdb"\
  61. /machine:I386 /def:".\pviewex.def" /out:"$(OUTDIR)\pview2.dll"\
  62. /implib:"$(OUTDIR)\pview2.lib"
  63. DEF_FILE= \
  64. ".\pviewex.def"
  65. LINK32_OBJS= \
  66. "$(INTDIR)\miginf.obj" \
  67. "$(INTDIR)\poolmem.obj" \
  68. "$(INTDIR)\pviewmig.obj"
  69. "$(OUTDIR)\pview2.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  70. $(LINK32) @<<
  71. $(LINK32_FLAGS) $(LINK32_OBJS)
  72. <<
  73. !ELSEIF "$(CFG)" == "pview2 - Win32 Debug"
  74. OUTDIR=.\Debug
  75. INTDIR=.\Debug
  76. # Begin Custom Macros
  77. OutDir=.\Debug
  78. # End Custom Macros
  79. !IF "$(RECURSE)" == "0"
  80. ALL : "$(OUTDIR)\migrate.dll"
  81. !ELSE
  82. ALL : "$(OUTDIR)\migrate.dll"
  83. !ENDIF
  84. CLEAN :
  85. -@erase "$(INTDIR)\miginf.obj"
  86. -@erase "$(INTDIR)\poolmem.obj"
  87. -@erase "$(INTDIR)\pviewmig.obj"
  88. -@erase "$(INTDIR)\vc50.idb"
  89. -@erase "$(INTDIR)\vc50.pdb"
  90. -@erase "$(OUTDIR)\migrate.dll"
  91. -@erase "$(OUTDIR)\migrate.exp"
  92. -@erase "$(OUTDIR)\migrate.ilk"
  93. -@erase "$(OUTDIR)\migrate.lib"
  94. -@erase "$(OUTDIR)\migrate.pdb"
  95. "$(OUTDIR)" :
  96. if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  97. CPP_PROJ=/nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
  98. /Fp"$(INTDIR)\pview2.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
  99. CPP_OBJS=.\Debug/
  100. CPP_SBRS=.
  101. MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
  102. BSC32=bscmake.exe
  103. BSC32_FLAGS=/nologo /o"$(OUTDIR)\pview2.bsc"
  104. BSC32_SBRS= \
  105. LINK32=link.exe
  106. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  107. advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib setupapi.lib /nologo\
  108. /subsystem:windows /dll /incremental:yes /pdb:"$(OUTDIR)\migrate.pdb" /debug\
  109. /machine:I386 /def:".\pviewex.def" /out:"$(OUTDIR)\migrate.dll"\
  110. /implib:"$(OUTDIR)\migrate.lib" /pdbtype:sept
  111. DEF_FILE= \
  112. ".\pviewex.def"
  113. LINK32_OBJS= \
  114. "$(INTDIR)\miginf.obj" \
  115. "$(INTDIR)\poolmem.obj" \
  116. "$(INTDIR)\pviewmig.obj"
  117. "$(OUTDIR)\migrate.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  118. $(LINK32) @<<
  119. $(LINK32_FLAGS) $(LINK32_OBJS)
  120. <<
  121. !ENDIF
  122. .c{$(CPP_OBJS)}.obj::
  123. $(CPP) @<<
  124. $(CPP_PROJ) $<
  125. <<
  126. .cpp{$(CPP_OBJS)}.obj::
  127. $(CPP) @<<
  128. $(CPP_PROJ) $<
  129. <<
  130. .cxx{$(CPP_OBJS)}.obj::
  131. $(CPP) @<<
  132. $(CPP_PROJ) $<
  133. <<
  134. .c{$(CPP_SBRS)}.sbr::
  135. $(CPP) @<<
  136. $(CPP_PROJ) $<
  137. <<
  138. .cpp{$(CPP_SBRS)}.sbr::
  139. $(CPP) @<<
  140. $(CPP_PROJ) $<
  141. <<
  142. .cxx{$(CPP_SBRS)}.sbr::
  143. $(CPP) @<<
  144. $(CPP_PROJ) $<
  145. <<
  146. !IF "$(CFG)" == "pview2 - Win32 Release" || "$(CFG)" == "pview2 - Win32 Debug"
  147. SOURCE=.\miginf.c
  148. !IF "$(CFG)" == "pview2 - Win32 Release"
  149. DEP_CPP_MIGIN=\
  150. ".\miginf.h"\
  151. ".\poolmem.h"\
  152. "$(INTDIR)\miginf.obj" : $(SOURCE) $(DEP_CPP_MIGIN) "$(INTDIR)"
  153. !ELSEIF "$(CFG)" == "pview2 - Win32 Debug"
  154. DEP_CPP_MIGIN=\
  155. "..\..\..\..\..\..\public\sdk\inc\msxml.h"\
  156. "..\..\..\..\..\..\public\sdk\inc\rpcasync.h"\
  157. ".\miginf.h"\
  158. ".\poolmem.h"\
  159. "$(INTDIR)\miginf.obj" : $(SOURCE) $(DEP_CPP_MIGIN) "$(INTDIR)"
  160. !ENDIF
  161. SOURCE=.\poolmem.c
  162. !IF "$(CFG)" == "pview2 - Win32 Release"
  163. DEP_CPP_POOLM=\
  164. ".\poolmem.h"\
  165. "$(INTDIR)\poolmem.obj" : $(SOURCE) $(DEP_CPP_POOLM) "$(INTDIR)"
  166. !ELSEIF "$(CFG)" == "pview2 - Win32 Debug"
  167. DEP_CPP_POOLM=\
  168. "..\..\..\..\..\..\public\sdk\inc\msxml.h"\
  169. "..\..\..\..\..\..\public\sdk\inc\rpcasync.h"\
  170. ".\poolmem.h"\
  171. "$(INTDIR)\poolmem.obj" : $(SOURCE) $(DEP_CPP_POOLM) "$(INTDIR)"
  172. !ENDIF
  173. SOURCE=.\pviewmig.c
  174. !IF "$(CFG)" == "pview2 - Win32 Release"
  175. DEP_CPP_PVIEW=\
  176. ".\miginf.h"\
  177. "$(INTDIR)\pviewmig.obj" : $(SOURCE) $(DEP_CPP_PVIEW) "$(INTDIR)"
  178. !ELSEIF "$(CFG)" == "pview2 - Win32 Debug"
  179. DEP_CPP_PVIEW=\
  180. "..\..\..\..\..\..\public\sdk\inc\msxml.h"\
  181. "..\..\..\..\..\..\public\sdk\inc\rpcasync.h"\
  182. ".\miginf.h"\
  183. "$(INTDIR)\pviewmig.obj" : $(SOURCE) $(DEP_CPP_PVIEW) "$(INTDIR)"
  184. !ENDIF
  185. !ENDIF