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.

338 lines
7.3 KiB

  1. # Microsoft Developer Studio Project File - Name="mark" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
  5. CFG=mark - Win32 Debug
  6. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  7. !MESSAGE use the Export Makefile command and run
  8. !MESSAGE
  9. !MESSAGE NMAKE /f "mark.mak".
  10. !MESSAGE
  11. !MESSAGE You can specify a configuration when running NMAKE
  12. !MESSAGE by defining the macro CFG on the command line. For example:
  13. !MESSAGE
  14. !MESSAGE NMAKE /f "mark.mak" CFG="mark - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "mark - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "mark - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  20. !MESSAGE
  21. # Begin Project
  22. # PROP AllowPerConfigDependencies 0
  23. # PROP Scc_ProjName ""
  24. # PROP Scc_LocalPath ""
  25. CPP=cl.exe
  26. MTL=midl.exe
  27. RSC=rc.exe
  28. !IF "$(CFG)" == "mark - Win32 Release"
  29. # PROP BASE Use_MFC 0
  30. # PROP BASE Use_Debug_Libraries 0
  31. # PROP BASE Output_Dir "Release"
  32. # PROP BASE Intermediate_Dir "Release"
  33. # PROP BASE Target_Dir ""
  34. # PROP Use_MFC 0
  35. # PROP Use_Debug_Libraries 0
  36. # PROP Output_Dir "Release"
  37. # PROP Intermediate_Dir "Release"
  38. # PROP Target_Dir ""
  39. # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MARK_EXPORTS" /YX /FD /c
  40. # ADD CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MARK_EXPORTS" /YX /FD /c
  41. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  42. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  43. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  44. # ADD RSC /l 0x409 /d "NDEBUG"
  45. BSC32=bscmake.exe
  46. # ADD BASE BSC32 /nologo
  47. # ADD BSC32 /nologo
  48. LINK32=link.exe
  49. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
  50. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
  51. !ELSEIF "$(CFG)" == "mark - Win32 Debug"
  52. # PROP BASE Use_MFC 0
  53. # PROP BASE Use_Debug_Libraries 1
  54. # PROP BASE Output_Dir "mark___Win32_Debug"
  55. # PROP BASE Intermediate_Dir "mark___Win32_Debug"
  56. # PROP BASE Target_Dir ""
  57. # PROP Use_MFC 0
  58. # PROP Use_Debug_Libraries 1
  59. # PROP Output_Dir "Debug"
  60. # PROP Intermediate_Dir "Debug"
  61. # PROP Ignore_Export_Lib 0
  62. # PROP Target_Dir ""
  63. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MARK_EXPORTS" /YX /FD /GZ /c
  64. # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MARK_EXPORTS" /YX /FD /GZ /c
  65. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  66. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  67. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  68. # ADD RSC /l 0x409 /d "_DEBUG"
  69. BSC32=bscmake.exe
  70. # ADD BASE BSC32 /nologo
  71. # ADD BSC32 /nologo
  72. LINK32=link.exe
  73. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
  74. # ADD LINK32 kernel32.lib user32.lib gdi32.lib advapi32.lib ole32.lib oleaut32.lib uuid.lib uimuuid.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
  75. !ENDIF
  76. # Begin Target
  77. # Name "mark - Win32 Release"
  78. # Name "mark - Win32 Debug"
  79. # Begin Group "Source Files"
  80. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  81. # Begin Source File
  82. SOURCE=.\cleanup.cpp
  83. !IF "$(CFG)" == "mark - Win32 Release"
  84. !ELSEIF "$(CFG)" == "mark - Win32 Debug"
  85. # ADD CPP /Yu"globals.h"
  86. !ENDIF
  87. # End Source File
  88. # Begin Source File
  89. SOURCE=.\compart.cpp
  90. !IF "$(CFG)" == "mark - Win32 Release"
  91. !ELSEIF "$(CFG)" == "mark - Win32 Debug"
  92. # ADD CPP /Yu"globals.h"
  93. !ENDIF
  94. # End Source File
  95. # Begin Source File
  96. SOURCE=.\compose.cpp
  97. !IF "$(CFG)" == "mark - Win32 Release"
  98. !ELSEIF "$(CFG)" == "mark - Win32 Debug"
  99. # ADD CPP /Yu"globals.h"
  100. !ENDIF
  101. # End Source File
  102. # Begin Source File
  103. SOURCE=.\dap.cpp
  104. !IF "$(CFG)" == "mark - Win32 Release"
  105. !ELSEIF "$(CFG)" == "mark - Win32 Debug"
  106. # ADD CPP /Yu"globals.h"
  107. !ENDIF
  108. # End Source File
  109. # Begin Source File
  110. SOURCE=.\dllmain.cpp
  111. !IF "$(CFG)" == "mark - Win32 Release"
  112. !ELSEIF "$(CFG)" == "mark - Win32 Debug"
  113. # ADD CPP /Yu"globals.h"
  114. !ENDIF
  115. # End Source File
  116. # Begin Source File
  117. SOURCE=.\editsink.cpp
  118. !IF "$(CFG)" == "mark - Win32 Release"
  119. !ELSEIF "$(CFG)" == "mark - Win32 Debug"
  120. # ADD CPP /Yu"globals.h"
  121. !ENDIF
  122. # End Source File
  123. # Begin Source File
  124. SOURCE=.\globals.cpp
  125. !IF "$(CFG)" == "mark - Win32 Release"
  126. !ELSEIF "$(CFG)" == "mark - Win32 Debug"
  127. # ADD CPP /Yu"globals.h"
  128. !ENDIF
  129. # End Source File
  130. # Begin Source File
  131. SOURCE=.\keys.cpp
  132. !IF "$(CFG)" == "mark - Win32 Release"
  133. !ELSEIF "$(CFG)" == "mark - Win32 Debug"
  134. # ADD CPP /Yu"globals.h"
  135. !ENDIF
  136. # End Source File
  137. # Begin Source File
  138. SOURCE=.\langbar.cpp
  139. !IF "$(CFG)" == "mark - Win32 Release"
  140. !ELSEIF "$(CFG)" == "mark - Win32 Debug"
  141. # ADD CPP /Yu"globals.h"
  142. !ENDIF
  143. # End Source File
  144. # Begin Source File
  145. SOURCE=.\mark.cpp
  146. !IF "$(CFG)" == "mark - Win32 Release"
  147. !ELSEIF "$(CFG)" == "mark - Win32 Debug"
  148. # ADD CPP /Yu"globals.h"
  149. !ENDIF
  150. # End Source File
  151. # Begin Source File
  152. SOURCE=.\mark.def
  153. # End Source File
  154. # Begin Source File
  155. SOURCE=.\mark.rc
  156. # End Source File
  157. # Begin Source File
  158. SOURCE=.\precomp.cpp
  159. !IF "$(CFG)" == "mark - Win32 Release"
  160. !ELSEIF "$(CFG)" == "mark - Win32 Debug"
  161. # ADD CPP /Yc"globals.h"
  162. !ENDIF
  163. # End Source File
  164. # Begin Source File
  165. SOURCE=.\property.cpp
  166. !IF "$(CFG)" == "mark - Win32 Release"
  167. !ELSEIF "$(CFG)" == "mark - Win32 Debug"
  168. # ADD CPP /Yu"globals.h"
  169. !ENDIF
  170. # End Source File
  171. # Begin Source File
  172. SOURCE=.\pstore.cpp
  173. !IF "$(CFG)" == "mark - Win32 Release"
  174. !ELSEIF "$(CFG)" == "mark - Win32 Debug"
  175. # ADD CPP /Yu"globals.h"
  176. !ENDIF
  177. # End Source File
  178. # Begin Source File
  179. SOURCE=.\register.cpp
  180. !IF "$(CFG)" == "mark - Win32 Release"
  181. !ELSEIF "$(CFG)" == "mark - Win32 Debug"
  182. # ADD CPP /Yu"globals.h"
  183. !ENDIF
  184. # End Source File
  185. # Begin Source File
  186. SOURCE=.\server.cpp
  187. !IF "$(CFG)" == "mark - Win32 Release"
  188. !ELSEIF "$(CFG)" == "mark - Win32 Debug"
  189. # ADD CPP /Yu"globals.h"
  190. !ENDIF
  191. # End Source File
  192. # Begin Source File
  193. SOURCE=.\tmgrsink.cpp
  194. !IF "$(CFG)" == "mark - Win32 Release"
  195. !ELSEIF "$(CFG)" == "mark - Win32 Debug"
  196. # ADD CPP /Yu"globals.h"
  197. !ENDIF
  198. # End Source File
  199. # End Group
  200. # Begin Group "Header Files"
  201. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  202. # Begin Source File
  203. SOURCE=.\editsess.h
  204. # End Source File
  205. # Begin Source File
  206. SOURCE=.\globals.h
  207. # End Source File
  208. # Begin Source File
  209. SOURCE=.\mark.h
  210. # End Source File
  211. # Begin Source File
  212. SOURCE=.\pstore.h
  213. # End Source File
  214. # Begin Source File
  215. SOURCE=.\resource.h
  216. # End Source File
  217. # End Group
  218. # Begin Group "Resource Files"
  219. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  220. # End Group
  221. # End Target
  222. # End Project