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.

320 lines
11 KiB

  1. # Microsoft Developer Studio Project File - Name="McsMapiUtil" - 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=McsMapiUtil - Win32 OFA 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 "McsMapi.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 "McsMapi.mak" CFG="McsMapiUtil - Win32 OFA Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "McsMapiUtil - Win32 Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "McsMapiUtil - Win32 Unicode Release" (based on "Win32 (x86) Dynamic-Link Library")
  20. !MESSAGE "McsMapiUtil - Win32 OFA Debug" (based on "Win32 (x86) Dynamic-Link Library")
  21. !MESSAGE "McsMapiUtil - Win32 OFA Release" (based on "Win32 (x86) Dynamic-Link Library")
  22. !MESSAGE
  23. # Begin Project
  24. # PROP AllowPerConfigDependencies 0
  25. # PROP Scc_ProjName ""$/Dev/Raptor/McsMapiUtil", TGTCAAAA"
  26. # PROP Scc_LocalPath "."
  27. CPP=cl.exe
  28. MTL=midl.exe
  29. RSC=rc.exe
  30. !IF "$(CFG)" == "McsMapiUtil - Win32 Unicode Debug"
  31. # PROP BASE Use_MFC 0
  32. # PROP BASE Use_Debug_Libraries 1
  33. # PROP BASE Output_Dir "DebugU"
  34. # PROP BASE Intermediate_Dir "DebugU"
  35. # PROP BASE Target_Dir ""
  36. # PROP Use_MFC 0
  37. # PROP Use_Debug_Libraries 1
  38. # PROP Output_Dir "\Lib\IntelDebugUnicode"
  39. # PROP Intermediate_Dir "\temp\Debug\McsMapiUtil"
  40. # PROP Ignore_Export_Lib 0
  41. # PROP Target_Dir ""
  42. F90=fl32.exe
  43. # ADD BASE CPP /nologo /MTd /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_UNICODE" /Yu"stdafx.h" /FD /GZ /c
  44. # ADD CPP /nologo /MTd /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_UNICODE" /D "UNICODE" /Yu"stdafx.h" /FD /GZ /c
  45. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  46. # ADD RSC /l 0x409 /d "_DEBUG"
  47. BSC32=bscmake.exe
  48. # ADD BASE BSC32 /nologo
  49. # ADD BSC32 /nologo
  50. LINK32=link.exe
  51. # 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 /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
  52. # 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 /subsystem:windows /dll /debug /machine:I386 /out:"\Bin\IntelDebugUnicode/McsMapiUtil.dll" /pdbtype:sept
  53. # Begin Custom Build - Performing registration
  54. OutDir=\Lib\IntelDebugUnicode
  55. TargetPath=\Bin\IntelDebugUnicode\McsMapiUtil.dll
  56. InputPath=\Bin\IntelDebugUnicode\McsMapiUtil.dll
  57. SOURCE="$(InputPath)"
  58. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  59. if "%OS%"=="" goto NOTNT
  60. if not "%OS%"=="Windows_NT" goto NOTNT
  61. regsvr32 /s /c "$(TargetPath)"
  62. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  63. goto end
  64. :NOTNT
  65. echo Warning : Cannot register Unicode DLL on Windows 95
  66. :end
  67. # End Custom Build
  68. !ELSEIF "$(CFG)" == "McsMapiUtil - Win32 Unicode Release"
  69. # PROP BASE Use_MFC 0
  70. # PROP BASE Use_Debug_Libraries 0
  71. # PROP BASE Output_Dir "Unicode Release"
  72. # PROP BASE Intermediate_Dir "Unicode Release"
  73. # PROP BASE Target_Dir ""
  74. # PROP Use_MFC 0
  75. # PROP Use_Debug_Libraries 0
  76. # PROP Output_Dir "\Lib\IntelReleaseUnicode"
  77. # PROP Intermediate_Dir "\temp\Release\McsMapiUtil"
  78. # PROP Ignore_Export_Lib 0
  79. # PROP Target_Dir ""
  80. F90=fl32.exe
  81. # ADD BASE CPP /nologo /MT /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_UNICODE" /D "_ATL_STATIC_REGISTRY" /D "_ATL_MIN_CRT" /Yu"stdafx.h" /FD /c
  82. # ADD CPP /nologo /MT /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_UNICODE" /D "_ATL_STATIC_REGISTRY" /Yu"stdafx.h" /FD /c
  83. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  84. # ADD RSC /l 0x409 /d "NDEBUG"
  85. BSC32=bscmake.exe
  86. # ADD BASE BSC32 /nologo
  87. # ADD BSC32 /nologo
  88. LINK32=link.exe
  89. # 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 /subsystem:windows /dll /machine:I386
  90. # 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 /subsystem:windows /dll /machine:I386 /out:"\Bin\IntelReleaseUnicode/McsMapiUtil.dll"
  91. # Begin Custom Build - Performing registration
  92. OutDir=\Lib\IntelReleaseUnicode
  93. TargetPath=\Bin\IntelReleaseUnicode\McsMapiUtil.dll
  94. InputPath=\Bin\IntelReleaseUnicode\McsMapiUtil.dll
  95. SOURCE="$(InputPath)"
  96. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  97. if "%OS%"=="" goto NOTNT
  98. if not "%OS%"=="Windows_NT" goto NOTNT
  99. regsvr32 /s /c "$(TargetPath)"
  100. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  101. goto end
  102. :NOTNT
  103. echo Warning : Cannot register Unicode DLL on Windows 95
  104. :end
  105. # End Custom Build
  106. !ELSEIF "$(CFG)" == "McsMapiUtil - Win32 OFA Debug"
  107. # PROP BASE Use_MFC 0
  108. # PROP BASE Use_Debug_Libraries 1
  109. # PROP BASE Output_Dir "McsMapiUtil___Win32_OFA_Debug"
  110. # PROP BASE Intermediate_Dir "McsMapiUtil___Win32_OFA_Debug"
  111. # PROP BASE Ignore_Export_Lib 0
  112. # PROP BASE Target_Dir ""
  113. # PROP Use_MFC 0
  114. # PROP Use_Debug_Libraries 1
  115. # PROP Output_Dir "\Lib\IntelDebugUnicode"
  116. # PROP Intermediate_Dir "\temp\Debug\McsMapiUtil"
  117. # PROP Ignore_Export_Lib 0
  118. # PROP Target_Dir ""
  119. F90=fl32.exe
  120. # ADD BASE CPP /nologo /MTd /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_UNICODE" /D "UNICODE" /Yu"stdafx.h" /FD /GZ /c
  121. # ADD CPP /nologo /MTd /W3 /Gm /ZI /Od /D "_WINDOWS" /D "_USRDLL" /D "_UNICODE" /D "UNICODE" /D "_DEBUG" /D "WIN32" /D "OFA" /Yu"stdafx.h" /FD /GZ /c
  122. # ADD MTL /D "OFA"
  123. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  124. # ADD RSC /l 0x409 /d "_DEBUG" /d "OFA"
  125. BSC32=bscmake.exe
  126. # ADD BASE BSC32 /nologo
  127. # ADD BSC32 /nologo
  128. LINK32=link.exe
  129. # 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 /subsystem:windows /dll /debug /machine:I386 /out:"\Bin\IntelDebugUnicode/McsMapiUtil.dll" /pdbtype:sept
  130. # 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 /subsystem:windows /dll /debug /machine:I386 /out:"\Bin\IntelDebugUnicode/McsMapiUtil.dll" /pdbtype:sept
  131. # Begin Custom Build - Performing registration
  132. OutDir=\Lib\IntelDebugUnicode
  133. TargetPath=\Bin\IntelDebugUnicode\McsMapiUtil.dll
  134. InputPath=\Bin\IntelDebugUnicode\McsMapiUtil.dll
  135. SOURCE="$(InputPath)"
  136. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  137. if "%OS%"=="" goto NOTNT
  138. if not "%OS%"=="Windows_NT" goto NOTNT
  139. regsvr32 /s /c "$(TargetPath)"
  140. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  141. goto end
  142. :NOTNT
  143. echo Warning : Cannot register Unicode DLL on Windows 95
  144. :end
  145. # End Custom Build
  146. !ELSEIF "$(CFG)" == "McsMapiUtil - Win32 OFA Release"
  147. # PROP BASE Use_MFC 0
  148. # PROP BASE Use_Debug_Libraries 0
  149. # PROP BASE Output_Dir "McsMapiUtil___Win32_OFA_Release"
  150. # PROP BASE Intermediate_Dir "McsMapiUtil___Win32_OFA_Release"
  151. # PROP BASE Ignore_Export_Lib 0
  152. # PROP BASE Target_Dir ""
  153. # PROP Use_MFC 0
  154. # PROP Use_Debug_Libraries 0
  155. # PROP Output_Dir "\Lib\IntelReleaseUnicode"
  156. # PROP Intermediate_Dir "\temp\Release\McsMapiUtil"
  157. # PROP Ignore_Export_Lib 0
  158. # PROP Target_Dir ""
  159. F90=fl32.exe
  160. # ADD BASE CPP /nologo /MT /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_UNICODE" /D "_ATL_STATIC_REGISTRY" /Yu"stdafx.h" /FD /c
  161. # ADD CPP /nologo /MT /W3 /O1 /D "_WINDOWS" /D "_USRDLL" /D "_UNICODE" /D "_ATL_STATIC_REGISTRY" /D "NDEBUG" /D "WIN32" /D "OFA" /Yu"stdafx.h" /FD /c
  162. # ADD MTL /D "OFA"
  163. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  164. # ADD RSC /l 0x409 /d "NDEBUG" /d "OFA"
  165. BSC32=bscmake.exe
  166. # ADD BASE BSC32 /nologo
  167. # ADD BSC32 /nologo
  168. LINK32=link.exe
  169. # 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 /subsystem:windows /dll /machine:I386 /out:"\Bin\IntelReleaseUnicode/McsMapiUtil.dll"
  170. # 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 /subsystem:windows /dll /map /debug /debugtype:both /machine:I386 /out:"\Bin\IntelReleaseUnicode/McsMapiUtil.dll"
  171. # Begin Custom Build - Performing registration
  172. OutDir=\Lib\IntelReleaseUnicode
  173. TargetPath=\Bin\IntelReleaseUnicode\McsMapiUtil.dll
  174. InputPath=\Bin\IntelReleaseUnicode\McsMapiUtil.dll
  175. SOURCE="$(InputPath)"
  176. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  177. if "%OS%"=="" goto NOTNT
  178. if not "%OS%"=="Windows_NT" goto NOTNT
  179. regsvr32 /s /c "$(TargetPath)"
  180. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  181. goto end
  182. :NOTNT
  183. echo Warning : Cannot register Unicode DLL on Windows 95
  184. :end
  185. # End Custom Build
  186. !ENDIF
  187. # Begin Target
  188. # Name "McsMapiUtil - Win32 Unicode Debug"
  189. # Name "McsMapiUtil - Win32 Unicode Release"
  190. # Name "McsMapiUtil - Win32 OFA Debug"
  191. # Name "McsMapiUtil - Win32 OFA Release"
  192. # Begin Group "Source Files"
  193. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  194. # Begin Source File
  195. SOURCE=.\dlldatax.c
  196. # PROP Exclude_From_Scan -1
  197. # PROP BASE Exclude_From_Build 1
  198. # PROP Exclude_From_Build 1
  199. # End Source File
  200. # Begin Source File
  201. SOURCE=.\ListProf.cpp
  202. # End Source File
  203. # Begin Source File
  204. SOURCE=.\MapiUtil.cpp
  205. # End Source File
  206. # Begin Source File
  207. SOURCE=.\McsMapi.cpp
  208. # End Source File
  209. # Begin Source File
  210. SOURCE=.\McsMapi.def
  211. # End Source File
  212. # Begin Source File
  213. SOURCE=.\McsMapi.idl
  214. # ADD MTL /tlb ".\McsMapiUtil.tlb" /h "McsMapi.h" /iid "McsMapi_i.c" /Oicf
  215. # End Source File
  216. # Begin Source File
  217. SOURCE=.\McsMapi.rc
  218. # End Source File
  219. # Begin Source File
  220. SOURCE=.\StdAfx.cpp
  221. # ADD BASE CPP /Yc"stdafx.h"
  222. # ADD CPP /Yc"stdafx.h"
  223. # End Source File
  224. # End Group
  225. # Begin Group "Header Files"
  226. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  227. # Begin Source File
  228. SOURCE=.\Common.hpp
  229. # End Source File
  230. # Begin Source File
  231. SOURCE=.\dlldatax.h
  232. # PROP Exclude_From_Scan -1
  233. # PROP BASE Exclude_From_Build 1
  234. # PROP Exclude_From_Build 1
  235. # End Source File
  236. # Begin Source File
  237. SOURCE=.\ListProf.h
  238. # End Source File
  239. # Begin Source File
  240. SOURCE=.\MapiUtil.h
  241. # End Source File
  242. # Begin Source File
  243. SOURCE=.\Mcs.h
  244. # End Source File
  245. # Begin Source File
  246. SOURCE=.\McsDbgUs.h
  247. # End Source File
  248. # Begin Source File
  249. SOURCE=.\McsDebug.h
  250. # End Source File
  251. # Begin Source File
  252. SOURCE=.\Resource.h
  253. # End Source File
  254. # Begin Source File
  255. SOURCE=.\StdAfx.h
  256. # End Source File
  257. # Begin Source File
  258. SOURCE=.\UString.hpp
  259. # End Source File
  260. # End Group
  261. # Begin Group "Resource Files"
  262. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  263. # Begin Source File
  264. SOURCE=.\MapiUtil.rgs
  265. # End Source File
  266. # Begin Source File
  267. SOURCE=.\MapiUtilOfa.rgs
  268. # End Source File
  269. # Begin Source File
  270. SOURCE=.\Registry.rc2
  271. # End Source File
  272. # End Group
  273. # End Target
  274. # End Project