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.

234 lines
6.6 KiB

  1. # Microsoft Developer Studio Project File - Name="ExEnum" - 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=ExEnum - Win32 Unicode 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 "ExEnum.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 "ExEnum.mak" CFG="ExEnum - Win32 Unicode Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "ExEnum - Win32 Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "ExEnum - 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/ExEnum", QCTDAAAA"
  24. # PROP Scc_LocalPath "."
  25. CPP=cl.exe
  26. MTL=midl.exe
  27. RSC=rc.exe
  28. !IF "$(CFG)" == "ExEnum - 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 "\lib\IntelDebugUnicode"
  37. # PROP Intermediate_Dir "\temp\debug\ExEnum"
  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 /ZI /Od /D "WIN32" /D "_DEBUG" /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 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 /machine:I386 /out:"\bin\IntelDebugUnicode/ExEnum.dll" /pdbtype:sept
  52. # Begin Custom Build - Performing registration
  53. OutDir=\lib\IntelDebugUnicode
  54. TargetPath=\bin\IntelDebugUnicode\ExEnum.dll
  55. InputPath=\bin\IntelDebugUnicode\ExEnum.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)" == "ExEnum - Win32 Unicode Release"
  68. # PROP BASE Use_MFC 0
  69. # PROP BASE Use_Debug_Libraries 0
  70. # PROP BASE Output_Dir "Unicode Release"
  71. # PROP BASE Intermediate_Dir "Unicode Release"
  72. # PROP BASE Target_Dir ""
  73. # PROP Use_MFC 0
  74. # PROP Use_Debug_Libraries 0
  75. # PROP Output_Dir "\lib\IntelReleaseUnicode"
  76. # PROP Intermediate_Dir "\temp\Release\ExEnum"
  77. # PROP Ignore_Export_Lib 0
  78. # PROP Target_Dir ""
  79. F90=fl32.exe
  80. # 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
  81. # ADD CPP /nologo /MT /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_UNICODE" /D "_ATL_STATIC_REGISTRY" /D "_ATL_MIN_CRT" /FD /c
  82. # SUBTRACT CPP /YX /Yc /Yu
  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 /map /machine:I386 /out:"\bin\IntelReleaseUnicode/ExEnum.dll"
  91. # Begin Custom Build - Performing registration
  92. OutDir=\lib\IntelReleaseUnicode
  93. TargetPath=\bin\IntelReleaseUnicode\ExEnum.dll
  94. InputPath=\bin\IntelReleaseUnicode\ExEnum.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. !ENDIF
  107. # Begin Target
  108. # Name "ExEnum - Win32 Unicode Debug"
  109. # Name "ExEnum - Win32 Unicode Release"
  110. # Begin Group "Source Files"
  111. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  112. # Begin Source File
  113. SOURCE=.\dlldatax.c
  114. # PROP Exclude_From_Scan -1
  115. # PROP BASE Exclude_From_Build 1
  116. # PROP Exclude_From_Build 1
  117. # End Source File
  118. # Begin Source File
  119. SOURCE=.\EnumExch.cpp
  120. # End Source File
  121. # Begin Source File
  122. SOURCE=.\ExEnum.cpp
  123. # End Source File
  124. # Begin Source File
  125. SOURCE=.\ExEnum.def
  126. # End Source File
  127. # Begin Source File
  128. SOURCE=.\ExEnum.idl
  129. # ADD MTL /tlb ".\ExEnum.tlb" /h "ExEnum.h" /iid "ExEnum_i.c" /Oicf
  130. # End Source File
  131. # Begin Source File
  132. SOURCE=.\ExEnum.rc
  133. # End Source File
  134. # Begin Source File
  135. SOURCE=.\exldap.cpp
  136. # End Source File
  137. # Begin Source File
  138. SOURCE=.\McsDbgU.cpp
  139. # End Source File
  140. # Begin Source File
  141. SOURCE=.\McsDebug.cpp
  142. # End Source File
  143. # Begin Source File
  144. SOURCE=.\StdAfx.cpp
  145. # ADD BASE CPP /Yc"stdafx.h"
  146. # ADD CPP /Yc"stdafx.h"
  147. # End Source File
  148. # End Group
  149. # Begin Group "Header Files"
  150. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  151. # Begin Source File
  152. SOURCE=.\Common.hpp
  153. # End Source File
  154. # Begin Source File
  155. SOURCE=.\dlldatax.h
  156. # PROP Exclude_From_Scan -1
  157. # PROP BASE Exclude_From_Build 1
  158. # PROP Exclude_From_Build 1
  159. # End Source File
  160. # Begin Source File
  161. SOURCE=.\EaLen.hpp
  162. # End Source File
  163. # Begin Source File
  164. SOURCE=.\EnumExch.h
  165. # End Source File
  166. # Begin Source File
  167. SOURCE=.\exldap.h
  168. # End Source File
  169. # Begin Source File
  170. SOURCE=.\Mcs.h
  171. # End Source File
  172. # Begin Source File
  173. SOURCE=.\McsDbgU.h
  174. # End Source File
  175. # Begin Source File
  176. SOURCE=.\McsDebug.h
  177. # End Source File
  178. # Begin Source File
  179. SOURCE=.\Resource.h
  180. # End Source File
  181. # Begin Source File
  182. SOURCE=.\StdAfx.h
  183. # End Source File
  184. # Begin Source File
  185. SOURCE=.\UString.hpp
  186. # End Source File
  187. # End Group
  188. # Begin Group "Resource Files"
  189. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  190. # Begin Source File
  191. SOURCE=.\EnumExch.rgs
  192. # End Source File
  193. # End Group
  194. # End Target
  195. # End Project