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.

211 lines
4.7 KiB

  1. # Microsoft Developer Studio Generated NMAKE File, Based on ptt.dsp
  2. !IF "$(CFG)" == ""
  3. CFG=ptt - Win32 Debug
  4. !MESSAGE No configuration specified. Defaulting to ptt - Win32 Debug.
  5. !ENDIF
  6. !IF "$(CFG)" != "ptt - Win32 Profile" && "$(CFG)" != "ptt - Win32 Release" && "$(CFG)" != "ptt - 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 "ptt.mak" CFG="ptt - Win32 Debug"
  12. !MESSAGE
  13. !MESSAGE Possible choices for configuration are:
  14. !MESSAGE
  15. !MESSAGE "ptt - Win32 Profile" (based on "Win32 (x86) Static Library")
  16. !MESSAGE "ptt - Win32 Release" (based on "Win32 (x86) Static Library")
  17. !MESSAGE "ptt - Win32 Debug" (based on "Win32 (x86) Static Library")
  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. CPP=cl.exe
  27. RSC=rc.exe
  28. !IF "$(CFG)" == "ptt - Win32 Profile"
  29. OUTDIR=.\Profile
  30. INTDIR=.\Profile
  31. ALL : "..\Profile\ptt.lib"
  32. CLEAN :
  33. -@erase "$(INTDIR)\cdwtt.obj"
  34. -@erase "$(INTDIR)\dbg.obj"
  35. -@erase "$(INTDIR)\ptt.obj"
  36. -@erase "$(INTDIR)\vc60.idb"
  37. -@erase "$(INTDIR)\vc60.pdb"
  38. -@erase "..\Profile\ptt.lib"
  39. "$(OUTDIR)" :
  40. if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  41. CPP_PROJ=/nologo /Gz /MTd /W4 /WX /GX /ZI /Od /I "." /I "../../common" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /Fp"$(INTDIR)\ptt.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
  42. BSC32=bscmake.exe
  43. BSC32_FLAGS=/nologo /o"../Profile/ptt.bsc"
  44. BSC32_SBRS= \
  45. LIB32=link.exe -lib
  46. LIB32_FLAGS=/nologo /out:"../Profile/ptt.lib"
  47. LIB32_OBJS= \
  48. "$(INTDIR)\cdwtt.obj" \
  49. "$(INTDIR)\dbg.obj" \
  50. "$(INTDIR)\ptt.obj"
  51. "..\Profile\ptt.lib" : "$(OUTDIR)" $(DEF_FILE) $(LIB32_OBJS)
  52. $(LIB32) @<<
  53. $(LIB32_FLAGS) $(DEF_FLAGS) $(LIB32_OBJS)
  54. <<
  55. !ELSEIF "$(CFG)" == "ptt - Win32 Release"
  56. OUTDIR=.\Release
  57. INTDIR=.\Release
  58. ALL : "..\Release\ptt.lib"
  59. CLEAN :
  60. -@erase "$(INTDIR)\cdwtt.obj"
  61. -@erase "$(INTDIR)\ptt.obj"
  62. -@erase "$(INTDIR)\vc60.idb"
  63. -@erase "$(INTDIR)\vc60.pdb"
  64. -@erase "..\Release\ptt.lib"
  65. "$(OUTDIR)" :
  66. if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  67. CPP_PROJ=/nologo /Gz /MT /W4 /WX /GX /Zi /O1 /I "." /I "../../common" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /Fp"$(INTDIR)\ptt.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
  68. BSC32=bscmake.exe
  69. BSC32_FLAGS=/nologo /o"../Release/ptt.bsc"
  70. BSC32_SBRS= \
  71. LIB32=link.exe -lib
  72. LIB32_FLAGS=/nologo /out:"../Release/ptt.lib"
  73. LIB32_OBJS= \
  74. "$(INTDIR)\cdwtt.obj" \
  75. "$(INTDIR)\ptt.obj"
  76. "..\Release\ptt.lib" : "$(OUTDIR)" $(DEF_FILE) $(LIB32_OBJS)
  77. $(LIB32) @<<
  78. $(LIB32_FLAGS) $(DEF_FLAGS) $(LIB32_OBJS)
  79. <<
  80. !ELSEIF "$(CFG)" == "ptt - Win32 Debug"
  81. OUTDIR=.\Debug
  82. INTDIR=.\Debug
  83. ALL : "..\Debug\ptt.lib"
  84. CLEAN :
  85. -@erase "$(INTDIR)\cdwtt.obj"
  86. -@erase "$(INTDIR)\dbg.obj"
  87. -@erase "$(INTDIR)\ptt.obj"
  88. -@erase "$(INTDIR)\vc60.idb"
  89. -@erase "$(INTDIR)\vc60.pdb"
  90. -@erase "..\Debug\ptt.lib"
  91. "$(OUTDIR)" :
  92. if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  93. CPP_PROJ=/nologo /Gz /MTd /W4 /WX /GX /ZI /Od /I "." /I "../../common" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /Fp"$(INTDIR)\ptt.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
  94. BSC32=bscmake.exe
  95. BSC32_FLAGS=/nologo /o"../Debug/ptt.bsc"
  96. BSC32_SBRS= \
  97. LIB32=link.exe -lib
  98. LIB32_FLAGS=/nologo /out:"../Debug/ptt.lib"
  99. LIB32_OBJS= \
  100. "$(INTDIR)\cdwtt.obj" \
  101. "$(INTDIR)\dbg.obj" \
  102. "$(INTDIR)\ptt.obj"
  103. "..\Debug\ptt.lib" : "$(OUTDIR)" $(DEF_FILE) $(LIB32_OBJS)
  104. $(LIB32) @<<
  105. $(LIB32_FLAGS) $(DEF_FLAGS) $(LIB32_OBJS)
  106. <<
  107. !ENDIF
  108. .c{$(INTDIR)}.obj::
  109. $(CPP) @<<
  110. $(CPP_PROJ) $<
  111. <<
  112. .cpp{$(INTDIR)}.obj::
  113. $(CPP) @<<
  114. $(CPP_PROJ) $<
  115. <<
  116. .cxx{$(INTDIR)}.obj::
  117. $(CPP) @<<
  118. $(CPP_PROJ) $<
  119. <<
  120. .c{$(INTDIR)}.sbr::
  121. $(CPP) @<<
  122. $(CPP_PROJ) $<
  123. <<
  124. .cpp{$(INTDIR)}.sbr::
  125. $(CPP) @<<
  126. $(CPP_PROJ) $<
  127. <<
  128. .cxx{$(INTDIR)}.sbr::
  129. $(CPP) @<<
  130. $(CPP_PROJ) $<
  131. <<
  132. !IF "$(NO_EXTERNAL_DEPS)" != "1"
  133. !IF EXISTS("ptt.dep")
  134. !INCLUDE "ptt.dep"
  135. !ELSE
  136. !MESSAGE Warning: cannot find "ptt.dep"
  137. !ENDIF
  138. !ENDIF
  139. !IF "$(CFG)" == "ptt - Win32 Profile" || "$(CFG)" == "ptt - Win32 Release" || "$(CFG)" == "ptt - Win32 Debug"
  140. SOURCE=.\cdwtt.cpp
  141. "$(INTDIR)\cdwtt.obj" : $(SOURCE) "$(INTDIR)"
  142. SOURCE=.\dbg.cpp
  143. !IF "$(CFG)" == "ptt - Win32 Profile"
  144. "$(INTDIR)\dbg.obj" : $(SOURCE) "$(INTDIR)"
  145. !ELSEIF "$(CFG)" == "ptt - Win32 Release"
  146. !ELSEIF "$(CFG)" == "ptt - Win32 Debug"
  147. "$(INTDIR)\dbg.obj" : $(SOURCE) "$(INTDIR)"
  148. !ENDIF
  149. SOURCE=.\ptt.cpp
  150. "$(INTDIR)\ptt.obj" : $(SOURCE) "$(INTDIR)"
  151. !ENDIF