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.

266 lines
7.4 KiB

  1. # Microsoft Developer Studio Project File - Name="McsEnumTrustRelations" - 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=MCSENUMTRUSTRELATIONS - WIN32 UNICODE RELEASE
  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 "EnumTrst.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 "EnumTrst.mak" CFG="MCSENUMTRUSTRELATIONS - WIN32 UNICODE RELEASE"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "McsEnumTrustRelations - Win32 Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "McsEnumTrustRelations - Win32 Unicode Release" (based on "Win32 (x86) Dynamic-Link Library")
  20. !MESSAGE
  21. # Begin Project
  22. # PROP AllowPerConfigDependencies 0
  23. # PROP Scc_ProjName ""$/Dev/Raptor/McsEnumTrustRelations", GOUCAAAA"
  24. # PROP Scc_LocalPath "."
  25. CPP=cl.exe
  26. MTL=midl.exe
  27. RSC=rc.exe
  28. !IF "$(CFG)" == "McsEnumTrustRelations - Win32 Unicode Debug"
  29. # PROP BASE Use_MFC 0
  30. # PROP BASE Use_Debug_Libraries 1
  31. # PROP BASE Output_Dir "DebugU"
  32. # PROP BASE Intermediate_Dir "DebugU"
  33. # PROP BASE Target_Dir ""
  34. # PROP Use_MFC 0
  35. # PROP Use_Debug_Libraries 1
  36. # PROP Output_Dir "DebugU"
  37. # PROP Intermediate_Dir "DebugU"
  38. # PROP Ignore_Export_Lib 0
  39. # PROP Target_Dir ""
  40. F90=fl32.exe
  41. # 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
  42. # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "..\Common\Include" /D "_DEBUG" /D "_UNICODE" /D "WIN32" /D "_WINDOWS" /D "_USRDLL" /D "UNICODE" /FR /FD /GZ /c
  43. # SUBTRACT CPP /YX /Yc /Yu
  44. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  45. # ADD RSC /l 0x409 /d "_DEBUG"
  46. BSC32=bscmake.exe
  47. # ADD BASE BSC32 /nologo
  48. # ADD BSC32 /nologo
  49. LINK32=link.exe
  50. # 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
  51. # ADD LINK32 netapi32.lib rpcrt4.lib activeds.lib adsiid.lib 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. # Begin Custom Build - Performing registration
  53. OutDir=.\DebugU
  54. TargetPath=.\DebugU\EnumTrst.dll
  55. InputPath=.\DebugU\EnumTrst.dll
  56. SOURCE="$(InputPath)"
  57. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  58. if "%OS%"=="" goto NOTNT
  59. if not "%OS%"=="Windows_NT" goto NOTNT
  60. regsvr32 /s /c "$(TargetPath)"
  61. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  62. goto end
  63. :NOTNT
  64. echo Warning : Cannot register Unicode DLL on Windows 95
  65. :end
  66. # End Custom Build
  67. !ELSEIF "$(CFG)" == "McsEnumTrustRelations - Win32 Unicode Release"
  68. # PROP BASE Use_MFC 0
  69. # PROP BASE Use_Debug_Libraries 0
  70. # PROP BASE Output_Dir "McsEnumTrustRelations___Win32_Unicode_Release"
  71. # PROP BASE Intermediate_Dir "McsEnumTrustRelations___Win32_Unicode_Release"
  72. # PROP BASE Ignore_Export_Lib 0
  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\McsEnumTrustRelations"
  78. # PROP Ignore_Export_Lib 0
  79. # PROP Target_Dir ""
  80. F90=fl32.exe
  81. # ADD BASE CPP /nologo /MT /W3 /GX /O1 /D "_UNICODE" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_ATL_STATIC_REGISTRY" /Yu"stdafx.h" /FD /c
  82. # ADD CPP /nologo /MT /W3 /GX /O1 /I "..\Common\Include" /D "NDEBUG" /D "_ATL_STATIC_REGISTRY" /D "_UNICODE" /D "WIN32" /D "_WINDOWS" /D "_USRDLL" /D "UNICODE" /FD /c
  83. # SUBTRACT CPP /YX /Yc /Yu
  84. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  85. # ADD RSC /l 0x409 /d "NDEBUG"
  86. BSC32=bscmake.exe
  87. # ADD BASE BSC32 /nologo
  88. # ADD BSC32 /nologo
  89. LINK32=link.exe
  90. # ADD BASE LINK32 activeds.lib adsiid.lib 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
  91. # ADD LINK32 rpcrt4.lib activeds.lib adsiid.lib 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/McsEnumTrustRelations.dll"
  92. # Begin Custom Build - Performing registration
  93. OutDir=\lib\IntelReleaseUnicode
  94. TargetPath=\bin\IntelReleaseUnicode\McsEnumTrustRelations.dll
  95. InputPath=\bin\IntelReleaseUnicode\McsEnumTrustRelations.dll
  96. SOURCE="$(InputPath)"
  97. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  98. if "%OS%"=="" goto NOTNT
  99. if not "%OS%"=="Windows_NT" goto NOTNT
  100. regsvr32 /s /c "$(TargetPath)"
  101. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  102. goto end
  103. :NOTNT
  104. echo Warning : Cannot register Unicode DLL on Windows 95
  105. :end
  106. # End Custom Build
  107. !ENDIF
  108. # Begin Target
  109. # Name "McsEnumTrustRelations - Win32 Unicode Debug"
  110. # Name "McsEnumTrustRelations - Win32 Unicode Release"
  111. # Begin Group "Source Files"
  112. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  113. # Begin Source File
  114. SOURCE=.\Common.cpp
  115. # End Source File
  116. # Begin Source File
  117. SOURCE=.\EnumTr.idl
  118. !IF "$(CFG)" == "McsEnumTrustRelations - Win32 Unicode Debug"
  119. # ADD MTL /tlb "\Bin\EnumTr.tlb" /h "EnumTr.h" /iid "EnumTr_i.c"
  120. !ELSEIF "$(CFG)" == "McsEnumTrustRelations - Win32 Unicode Release"
  121. # ADD MTL /tlb "\Bin\McsEnumTrustRelations.tlb" /h "McsEnumTrustRelations.h" /iid "McsEnumTrustRelations_i.c"
  122. !ENDIF
  123. # End Source File
  124. # Begin Source File
  125. SOURCE=.\EnumTrst.cpp
  126. # End Source File
  127. # Begin Source File
  128. SOURCE=.\EnumTrst.def
  129. # End Source File
  130. # Begin Source File
  131. SOURCE=.\EnumTrst.rc
  132. # End Source File
  133. # Begin Source File
  134. SOURCE=.\Err.cpp
  135. # End Source File
  136. # Begin Source File
  137. SOURCE=.\ErrDct.cpp
  138. # End Source File
  139. # Begin Source File
  140. SOURCE=.\LSAUtils.cpp
  141. # End Source File
  142. # Begin Source File
  143. SOURCE=.\McsDbgU.cpp
  144. # End Source File
  145. # Begin Source File
  146. SOURCE=.\McsDebug.cpp
  147. # End Source File
  148. # Begin Source File
  149. SOURCE=.\StdAfx.cpp
  150. # ADD CPP /Yc"stdafx.h"
  151. # End Source File
  152. # Begin Source File
  153. SOURCE=.\TrEnum.cpp
  154. # End Source File
  155. # Begin Source File
  156. SOURCE=.\TSync.cpp
  157. # End Source File
  158. # End Group
  159. # Begin Group "Header Files"
  160. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  161. # Begin Source File
  162. SOURCE=.\Common.hpp
  163. # End Source File
  164. # Begin Source File
  165. SOURCE=.\EaLen.hpp
  166. # End Source File
  167. # Begin Source File
  168. SOURCE=.\Err.hpp
  169. # End Source File
  170. # Begin Source File
  171. SOURCE=.\ErrDct.hpp
  172. # End Source File
  173. # Begin Source File
  174. SOURCE=.\LSAUtils.h
  175. # End Source File
  176. # Begin Source File
  177. SOURCE=.\Mcs.h
  178. # End Source File
  179. # Begin Source File
  180. SOURCE=.\McsDbgU.h
  181. # End Source File
  182. # Begin Source File
  183. SOURCE=.\McsDebug.h
  184. # End Source File
  185. # Begin Source File
  186. SOURCE=.\McsRes.h
  187. # End Source File
  188. # Begin Source File
  189. SOURCE=.\Resource.h
  190. # End Source File
  191. # Begin Source File
  192. SOURCE=.\ResStr.h
  193. # End Source File
  194. # Begin Source File
  195. SOURCE=.\StdAfx.h
  196. # End Source File
  197. # Begin Source File
  198. SOURCE=.\TrEnum.h
  199. # End Source File
  200. # Begin Source File
  201. SOURCE=.\TSync.hpp
  202. # End Source File
  203. # Begin Source File
  204. SOURCE=.\UString.hpp
  205. # End Source File
  206. # End Group
  207. # Begin Group "Resource Files"
  208. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  209. # Begin Source File
  210. SOURCE=.\TrEnum.rgs
  211. # End Source File
  212. # End Group
  213. # End Target
  214. # End Project