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.

412 lines
11 KiB

  1. # Microsoft Developer Studio Project File - Name="DevCon2" - 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=DevCon2 - 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 "DevCon2.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 "DevCon2.mak" CFG="DevCon2 - Win32 Unicode Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "DevCon2 - Win32 Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "DevCon2 - Win32 Unicode Release MinSize" (based on "Win32 (x86) Dynamic-Link Library")
  20. !MESSAGE "DevCon2 - Win32 Unicode Release MinDependency" (based on "Win32 (x86) Dynamic-Link Library")
  21. !MESSAGE
  22. # Begin Project
  23. # PROP AllowPerConfigDependencies 0
  24. # PROP Scc_ProjName ""
  25. # PROP Scc_LocalPath ""
  26. CPP=cl.exe
  27. MTL=midl.exe
  28. RSC=rc.exe
  29. !IF "$(CFG)" == "DevCon2 - Win32 Unicode Debug"
  30. # PROP BASE Use_MFC 0
  31. # PROP BASE Use_Debug_Libraries 1
  32. # PROP BASE Output_Dir "DebugU"
  33. # PROP BASE Intermediate_Dir "DebugU"
  34. # PROP BASE Target_Dir ""
  35. # PROP Use_MFC 0
  36. # PROP Use_Debug_Libraries 1
  37. # PROP Output_Dir "DebugU"
  38. # PROP Intermediate_Dir "DebugU"
  39. # PROP Ignore_Export_Lib 0
  40. # PROP Target_Dir ""
  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 "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_USRDLL" /D "_UNICODE" /D "_MERGE_PROXYSTUB" /Yu"stdafx.h" /FD /GZ /c
  43. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  44. # ADD RSC /l 0x409 /d "_DEBUG"
  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 /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
  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 setupapi.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
  51. # Begin Custom Build - Performing registration
  52. OutDir=.\DebugU
  53. TargetPath=.\DebugU\DevCon2.dll
  54. InputPath=.\DebugU\DevCon2.dll
  55. SOURCE="$(InputPath)"
  56. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  57. if "%OS%"=="" goto NOTNT
  58. if not "%OS%"=="Windows_NT" goto NOTNT
  59. regsvr32 /s /c "$(TargetPath)"
  60. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  61. goto end
  62. :NOTNT
  63. echo Warning : Cannot register Unicode DLL on Windows 95
  64. :end
  65. # End Custom Build
  66. !ELSEIF "$(CFG)" == "DevCon2 - Win32 Unicode Release MinSize"
  67. # PROP BASE Use_MFC 0
  68. # PROP BASE Use_Debug_Libraries 0
  69. # PROP BASE Output_Dir "ReleaseUMinSize"
  70. # PROP BASE Intermediate_Dir "ReleaseUMinSize"
  71. # PROP BASE Target_Dir ""
  72. # PROP Use_MFC 0
  73. # PROP Use_Debug_Libraries 0
  74. # PROP Output_Dir "ReleaseUMinSize"
  75. # PROP Intermediate_Dir "ReleaseUMinSize"
  76. # PROP Ignore_Export_Lib 0
  77. # PROP Target_Dir ""
  78. # ADD BASE CPP /nologo /MT /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_UNICODE" /D "_ATL_DLL" /D "_ATL_MIN_CRT" /Yu"stdafx.h" /FD /c
  79. # ADD CPP /nologo /MT /W3 /O1 /D "NDEBUG" /D "_ATL_DLL" /D "_ATL_MIN_CRT" /D "WIN32" /D "_WINDOWS" /D "_USRDLL" /D "_UNICODE" /D "_MERGE_PROXYSTUB" /Yu"stdafx.h" /FD /c
  80. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  81. # ADD RSC /l 0x409 /d "NDEBUG"
  82. BSC32=bscmake.exe
  83. # ADD BASE BSC32 /nologo
  84. # ADD BSC32 /nologo
  85. LINK32=link.exe
  86. # 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
  87. # 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 setupapi.lib /nologo /subsystem:windows /dll /machine:I386
  88. # Begin Custom Build - Performing registration
  89. OutDir=.\ReleaseUMinSize
  90. TargetPath=.\ReleaseUMinSize\DevCon2.dll
  91. InputPath=.\ReleaseUMinSize\DevCon2.dll
  92. SOURCE="$(InputPath)"
  93. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  94. if "%OS%"=="" goto NOTNT
  95. if not "%OS%"=="Windows_NT" goto NOTNT
  96. regsvr32 /s /c "$(TargetPath)"
  97. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  98. goto end
  99. :NOTNT
  100. echo Warning : Cannot register Unicode DLL on Windows 95
  101. :end
  102. # End Custom Build
  103. !ELSEIF "$(CFG)" == "DevCon2 - Win32 Unicode Release MinDependency"
  104. # PROP BASE Use_MFC 0
  105. # PROP BASE Use_Debug_Libraries 0
  106. # PROP BASE Output_Dir "ReleaseUMinDependency"
  107. # PROP BASE Intermediate_Dir "ReleaseUMinDependency"
  108. # PROP BASE Target_Dir ""
  109. # PROP Use_MFC 0
  110. # PROP Use_Debug_Libraries 0
  111. # PROP Output_Dir "ReleaseUMinDependency"
  112. # PROP Intermediate_Dir "ReleaseUMinDependency"
  113. # PROP Ignore_Export_Lib 0
  114. # PROP Target_Dir ""
  115. # 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
  116. # ADD CPP /nologo /MT /W3 /O1 /D "NDEBUG" /D "_ATL_STATIC_REGISTRY" /D "_ATL_MIN_CRT" /D "WIN32" /D "_WINDOWS" /D "_USRDLL" /D "_UNICODE" /D "_MERGE_PROXYSTUB" /Yu"stdafx.h" /FD /c
  117. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  118. # ADD RSC /l 0x409 /d "NDEBUG"
  119. BSC32=bscmake.exe
  120. # ADD BASE BSC32 /nologo
  121. # ADD BSC32 /nologo
  122. LINK32=link.exe
  123. # 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
  124. # 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 setupapi.lib /nologo /subsystem:windows /dll /machine:I386
  125. # Begin Custom Build - Performing registration
  126. OutDir=.\ReleaseUMinDependency
  127. TargetPath=.\ReleaseUMinDependency\DevCon2.dll
  128. InputPath=.\ReleaseUMinDependency\DevCon2.dll
  129. SOURCE="$(InputPath)"
  130. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  131. if "%OS%"=="" goto NOTNT
  132. if not "%OS%"=="Windows_NT" goto NOTNT
  133. regsvr32 /s /c "$(TargetPath)"
  134. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  135. goto end
  136. :NOTNT
  137. echo Warning : Cannot register Unicode DLL on Windows 95
  138. :end
  139. # End Custom Build
  140. !ENDIF
  141. # Begin Target
  142. # Name "DevCon2 - Win32 Unicode Debug"
  143. # Name "DevCon2 - Win32 Unicode Release MinSize"
  144. # Name "DevCon2 - Win32 Unicode Release MinDependency"
  145. # Begin Group "Source Files"
  146. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  147. # Begin Source File
  148. SOURCE=.\DevCon2.cpp
  149. # End Source File
  150. # Begin Source File
  151. SOURCE=.\DevCon2.def
  152. # End Source File
  153. # Begin Source File
  154. SOURCE=.\DevCon2.idl
  155. # ADD MTL /tlb ".\DevCon2.tlb" /h "DevCon2.h" /iid "DevCon2_i.c" /Oicf
  156. # End Source File
  157. # Begin Source File
  158. SOURCE=.\DevCon2.rc
  159. # End Source File
  160. # Begin Source File
  161. SOURCE=.\Device.cpp
  162. # End Source File
  163. # Begin Source File
  164. SOURCE=.\DeviceConsole.cpp
  165. # End Source File
  166. # Begin Source File
  167. SOURCE=.\DeviceIcon.cpp
  168. # End Source File
  169. # Begin Source File
  170. SOURCE=.\Devices.cpp
  171. # End Source File
  172. # Begin Source File
  173. SOURCE=.\DevicesEnum.cpp
  174. # End Source File
  175. # Begin Source File
  176. SOURCE=.\DevInfoSet.cpp
  177. # End Source File
  178. # Begin Source File
  179. SOURCE=.\dlldatax.c
  180. # PROP Exclude_From_Scan -1
  181. # PROP BASE Exclude_From_Build 1
  182. # SUBTRACT CPP /YX /Yc /Yu
  183. # End Source File
  184. # Begin Source File
  185. SOURCE=.\Driver.cpp
  186. # End Source File
  187. # Begin Source File
  188. SOURCE=.\Drivers.cpp
  189. # End Source File
  190. # Begin Source File
  191. SOURCE=.\DriversEnum.cpp
  192. # End Source File
  193. # Begin Source File
  194. SOURCE=.\DrvSearchSet.cpp
  195. # End Source File
  196. # Begin Source File
  197. SOURCE=.\SetupClass.cpp
  198. # End Source File
  199. # Begin Source File
  200. SOURCE=.\SetupClassEnum.cpp
  201. # End Source File
  202. # Begin Source File
  203. SOURCE=.\SetupClasses.cpp
  204. # End Source File
  205. # Begin Source File
  206. SOURCE=.\StdAfx.cpp
  207. # ADD CPP /Yc"stdafx.h"
  208. # End Source File
  209. # Begin Source File
  210. SOURCE=.\Strings.cpp
  211. # End Source File
  212. # Begin Source File
  213. SOURCE=.\StringsEnum.cpp
  214. # End Source File
  215. # End Group
  216. # Begin Group "Header Files"
  217. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  218. # Begin Source File
  219. SOURCE=.\Device.h
  220. # End Source File
  221. # Begin Source File
  222. SOURCE=.\DeviceConsole.h
  223. # End Source File
  224. # Begin Source File
  225. SOURCE=.\DeviceIcon.h
  226. # End Source File
  227. # Begin Source File
  228. SOURCE=.\Devices.h
  229. # End Source File
  230. # Begin Source File
  231. SOURCE=.\DevicesEnum.h
  232. # End Source File
  233. # Begin Source File
  234. SOURCE=.\DevInfoSet.h
  235. # End Source File
  236. # Begin Source File
  237. SOURCE=.\dlldatax.h
  238. # PROP Exclude_From_Scan -1
  239. # PROP BASE Exclude_From_Build 1
  240. # PROP Exclude_From_Build 1
  241. # End Source File
  242. # Begin Source File
  243. SOURCE=.\Driver.h
  244. # End Source File
  245. # Begin Source File
  246. SOURCE=.\Drivers.h
  247. # End Source File
  248. # Begin Source File
  249. SOURCE=.\DriversEnum.h
  250. # End Source File
  251. # Begin Source File
  252. SOURCE=.\DrvSearchSet.h
  253. # End Source File
  254. # Begin Source File
  255. SOURCE=.\Resource.h
  256. # End Source File
  257. # Begin Source File
  258. SOURCE=.\SetupClass.h
  259. # End Source File
  260. # Begin Source File
  261. SOURCE=.\SetupClassEnum.h
  262. # End Source File
  263. # Begin Source File
  264. SOURCE=.\SetupClasses.h
  265. # End Source File
  266. # Begin Source File
  267. SOURCE=.\StdAfx.h
  268. # End Source File
  269. # Begin Source File
  270. SOURCE=.\StringsEnum.h
  271. # End Source File
  272. # Begin Source File
  273. SOURCE=.\utils.h
  274. # End Source File
  275. # Begin Source File
  276. SOURCE=.\xStrings.h
  277. # End Source File
  278. # End Group
  279. # Begin Group "Resource Files"
  280. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  281. # Begin Source File
  282. SOURCE=.\DevCon2.rgs
  283. # End Source File
  284. # Begin Source File
  285. SOURCE=.\DeviceConsole.rgs
  286. # End Source File
  287. # Begin Source File
  288. SOURCE=.\DeviceIcon.rgs
  289. # End Source File
  290. # Begin Source File
  291. SOURCE=.\Devices.rgs
  292. # End Source File
  293. # Begin Source File
  294. SOURCE=.\SetupClasses.rgs
  295. # End Source File
  296. # Begin Source File
  297. SOURCE=.\Strings.rgs
  298. # End Source File
  299. # End Group
  300. # Begin Group "Scripts"
  301. # PROP Default_Filter ".vbs"
  302. # Begin Source File
  303. SOURCE=.\scripts\serialports.vbs
  304. # End Source File
  305. # Begin Source File
  306. SOURCE=.\scripts\test1.vbs
  307. # End Source File
  308. # Begin Source File
  309. SOURCE=.\scripts\test1a.vbs
  310. # End Source File
  311. # Begin Source File
  312. SOURCE=.\scripts\test2.vbs
  313. # End Source File
  314. # Begin Source File
  315. SOURCE=.\scripts\test3.vbs
  316. # End Source File
  317. # Begin Source File
  318. SOURCE=.\scripts\test4.vbs
  319. # End Source File
  320. # Begin Source File
  321. SOURCE=.\scripts\test5.vbs
  322. # End Source File
  323. # Begin Source File
  324. SOURCE=.\scripts\test6.vbs
  325. # End Source File
  326. # Begin Source File
  327. SOURCE=.\scripts\test7.vbs
  328. # End Source File
  329. # Begin Source File
  330. SOURCE=.\scripts\test8.vbs
  331. # End Source File
  332. # End Group
  333. # End Target
  334. # End Project