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.

484 lines
17 KiB

  1. # Microsoft Developer Studio Project File - Name="MSWebDVD" - 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=MSWebDVD - Win32 WMPDebug
  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 "mswebdvd.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 "mswebdvd.mak" CFG="MSWebDVD - Win32 WMPDebug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "MSWebDVD - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "MSWebDVD - Win32 Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library")
  20. !MESSAGE "MSWebDVD - Win32 Release MinSize" (based on "Win32 (x86) Dynamic-Link Library")
  21. !MESSAGE "MSWebDVD - Win32 Release MinDependency" (based on "Win32 (x86) Dynamic-Link Library")
  22. !MESSAGE "MSWebDVD - Win32 Unicode Release MinSize" (based on "Win32 (x86) Dynamic-Link Library")
  23. !MESSAGE "MSWebDVD - Win32 Unicode Release MinDependency" (based on "Win32 (x86) Dynamic-Link Library")
  24. !MESSAGE "MSWebDVD - Win32 WMPDebug" (based on "Win32 (x86) Dynamic-Link Library")
  25. !MESSAGE
  26. # Begin Project
  27. # PROP AllowPerConfigDependencies 0
  28. # PROP Scc_ProjName ""$/mswebdvd", DOBAAAAA"
  29. # PROP Scc_LocalPath "."
  30. CPP=cl.exe
  31. MTL=midl.exe
  32. RSC=rc.exe
  33. !IF "$(CFG)" == "MSWebDVD - Win32 Debug"
  34. # PROP BASE Use_MFC 0
  35. # PROP BASE Use_Debug_Libraries 1
  36. # PROP BASE Output_Dir "Debug"
  37. # PROP BASE Intermediate_Dir "Debug"
  38. # PROP BASE Target_Dir ""
  39. # PROP Use_MFC 0
  40. # PROP Use_Debug_Libraries 1
  41. # PROP Output_Dir "Debug"
  42. # PROP Intermediate_Dir "Debug"
  43. # PROP Ignore_Export_Lib 0
  44. # PROP Target_Dir ""
  45. # ADD BASE CPP /nologo /MTd /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /Yu"stdafx.h" /FD /GZ /c
  46. # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /FR /Yu"stdafx.h" /FD /GZ /c
  47. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  48. # ADD RSC /l 0x409 /d "_DEBUG"
  49. BSC32=bscmake.exe
  50. # ADD BASE BSC32 /nologo
  51. # ADD BSC32 /nologo
  52. LINK32=link.exe
  53. # 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
  54. # ADD LINK32 comctl32.lib winmm.lib quartz.lib strmbase.lib strmiids.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib ddraw.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
  55. # Begin Custom Build - Performing registration
  56. OutDir=.\Debug
  57. TargetPath=.\Debug\mswebdvd.dll
  58. InputPath=.\Debug\mswebdvd.dll
  59. SOURCE="$(InputPath)"
  60. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  61. regsvr32 /s /c "$(TargetPath)"
  62. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  63. # End Custom Build
  64. !ELSEIF "$(CFG)" == "MSWebDVD - Win32 Unicode Debug"
  65. # PROP BASE Use_MFC 0
  66. # PROP BASE Use_Debug_Libraries 1
  67. # PROP BASE Output_Dir "DebugU"
  68. # PROP BASE Intermediate_Dir "DebugU"
  69. # PROP BASE Target_Dir ""
  70. # PROP Use_MFC 0
  71. # PROP Use_Debug_Libraries 1
  72. # PROP Output_Dir "DebugU"
  73. # PROP Intermediate_Dir "DebugU"
  74. # PROP Ignore_Export_Lib 0
  75. # PROP Target_Dir ""
  76. # 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
  77. # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_UNICODE" /Yu"stdafx.h" /FD /GZ /c
  78. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  79. # ADD RSC /l 0x409 /d "_DEBUG"
  80. BSC32=bscmake.exe
  81. # ADD BASE BSC32 /nologo
  82. # ADD BSC32 /nologo
  83. LINK32=link.exe
  84. # 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
  85. # ADD LINK32 comctl32.lib winmm.lib quartz.lib strmbase.lib strmiids.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib ddraw.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
  86. # Begin Custom Build - Performing registration
  87. OutDir=.\DebugU
  88. TargetPath=.\DebugU\mswebdvd.dll
  89. InputPath=.\DebugU\mswebdvd.dll
  90. SOURCE="$(InputPath)"
  91. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  92. if "%OS%"=="" goto NOTNT
  93. if not "%OS%"=="Windows_NT" goto NOTNT
  94. regsvr32 /s /c "$(TargetPath)"
  95. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  96. goto end
  97. :NOTNT
  98. echo Warning : Cannot register Unicode DLL on Windows 95
  99. :end
  100. # End Custom Build
  101. !ELSEIF "$(CFG)" == "MSWebDVD - Win32 Release MinSize"
  102. # PROP BASE Use_MFC 0
  103. # PROP BASE Use_Debug_Libraries 0
  104. # PROP BASE Output_Dir "ReleaseMinSize"
  105. # PROP BASE Intermediate_Dir "ReleaseMinSize"
  106. # PROP BASE Target_Dir ""
  107. # PROP Use_MFC 0
  108. # PROP Use_Debug_Libraries 0
  109. # PROP Output_Dir "ReleaseMinSize"
  110. # PROP Intermediate_Dir "ReleaseMinSize"
  111. # PROP Ignore_Export_Lib 0
  112. # PROP Target_Dir ""
  113. # ADD BASE CPP /nologo /MT /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "_ATL_DLL" /D "_ATL_MIN_CRT" /Yu"stdafx.h" /FD /c
  114. # ADD CPP /nologo /MT /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "_ATL_DLL" /Yu"stdafx.h" /FD /c
  115. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  116. # ADD RSC /l 0x409 /d "NDEBUG"
  117. BSC32=bscmake.exe
  118. # ADD BASE BSC32 /nologo
  119. # ADD BSC32 /nologo
  120. LINK32=link.exe
  121. # 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
  122. # ADD LINK32 comctl32.lib winmm.lib quartz.lib strmbase.lib strmiids.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib ddraw.lib /nologo /subsystem:windows /dll /machine:I386
  123. # Begin Custom Build - Performing registration
  124. OutDir=.\ReleaseMinSize
  125. TargetPath=.\ReleaseMinSize\mswebdvd.dll
  126. InputPath=.\ReleaseMinSize\mswebdvd.dll
  127. SOURCE="$(InputPath)"
  128. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  129. regsvr32 /s /c "$(TargetPath)"
  130. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  131. # End Custom Build
  132. !ELSEIF "$(CFG)" == "MSWebDVD - Win32 Release MinDependency"
  133. # PROP BASE Use_MFC 0
  134. # PROP BASE Use_Debug_Libraries 0
  135. # PROP BASE Output_Dir "ReleaseMinDependency"
  136. # PROP BASE Intermediate_Dir "ReleaseMinDependency"
  137. # PROP BASE Target_Dir ""
  138. # PROP Use_MFC 0
  139. # PROP Use_Debug_Libraries 0
  140. # PROP Output_Dir "ReleaseMinDependency"
  141. # PROP Intermediate_Dir "ReleaseMinDependency"
  142. # PROP Ignore_Export_Lib 0
  143. # PROP Target_Dir ""
  144. # ADD BASE CPP /nologo /MT /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "_ATL_STATIC_REGISTRY" /D "_ATL_MIN_CRT" /Yu"stdafx.h" /FD /c
  145. # ADD CPP /nologo /MT /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "_ATL_STATIC_REGISTRY" /FR /Yu"stdafx.h" /FD /c
  146. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  147. # ADD RSC /l 0x409 /d "NDEBUG"
  148. BSC32=bscmake.exe
  149. # ADD BASE BSC32 /nologo
  150. # ADD BSC32 /nologo
  151. LINK32=link.exe
  152. # 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
  153. # ADD LINK32 comctl32.lib winmm.lib quartz.lib strmbase.lib strmiids.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib ddraw.lib /nologo /subsystem:windows /dll /machine:I386
  154. # Begin Custom Build - Performing registration
  155. OutDir=.\ReleaseMinDependency
  156. TargetPath=.\ReleaseMinDependency\mswebdvd.dll
  157. InputPath=.\ReleaseMinDependency\mswebdvd.dll
  158. SOURCE="$(InputPath)"
  159. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  160. regsvr32 /s /c "$(TargetPath)"
  161. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  162. # End Custom Build
  163. !ELSEIF "$(CFG)" == "MSWebDVD - Win32 Unicode Release MinSize"
  164. # PROP BASE Use_MFC 0
  165. # PROP BASE Use_Debug_Libraries 0
  166. # PROP BASE Output_Dir "ReleaseUMinSize"
  167. # PROP BASE Intermediate_Dir "ReleaseUMinSize"
  168. # PROP BASE Target_Dir ""
  169. # PROP Use_MFC 0
  170. # PROP Use_Debug_Libraries 0
  171. # PROP Output_Dir "ReleaseUMinSize"
  172. # PROP Intermediate_Dir "ReleaseUMinSize"
  173. # PROP Ignore_Export_Lib 0
  174. # PROP Target_Dir ""
  175. # 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
  176. # ADD CPP /nologo /MT /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_UNICODE" /D "_ATL_DLL" /D "_ATL_MIN_CRT" /Yu"stdafx.h" /FD /c
  177. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  178. # ADD RSC /l 0x409 /d "NDEBUG"
  179. BSC32=bscmake.exe
  180. # ADD BASE BSC32 /nologo
  181. # ADD BSC32 /nologo
  182. LINK32=link.exe
  183. # 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
  184. # ADD LINK32 comctl32.lib winmm.lib quartz.lib strmbase.lib strmiids.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib ddraw.lib /nologo /subsystem:windows /dll /machine:I386
  185. # Begin Custom Build - Performing registration
  186. OutDir=.\ReleaseUMinSize
  187. TargetPath=.\ReleaseUMinSize\mswebdvd.dll
  188. InputPath=.\ReleaseUMinSize\mswebdvd.dll
  189. SOURCE="$(InputPath)"
  190. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  191. if "%OS%"=="" goto NOTNT
  192. if not "%OS%"=="Windows_NT" goto NOTNT
  193. regsvr32 /s /c "$(TargetPath)"
  194. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  195. goto end
  196. :NOTNT
  197. echo Warning : Cannot register Unicode DLL on Windows 95
  198. :end
  199. # End Custom Build
  200. !ELSEIF "$(CFG)" == "MSWebDVD - Win32 Unicode Release MinDependency"
  201. # PROP BASE Use_MFC 0
  202. # PROP BASE Use_Debug_Libraries 0
  203. # PROP BASE Output_Dir "ReleaseUMinDependency"
  204. # PROP BASE Intermediate_Dir "ReleaseUMinDependency"
  205. # PROP BASE Target_Dir ""
  206. # PROP Use_MFC 0
  207. # PROP Use_Debug_Libraries 0
  208. # PROP Output_Dir "ReleaseUMinDependency"
  209. # PROP Intermediate_Dir "ReleaseUMinDependency"
  210. # PROP Ignore_Export_Lib 0
  211. # PROP Target_Dir ""
  212. # 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
  213. # ADD CPP /nologo /MT /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_UNICODE" /D "_ATL_STATIC_REGISTRY" /Yu"stdafx.h" /FD /c
  214. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  215. # ADD RSC /l 0x409 /d "NDEBUG"
  216. BSC32=bscmake.exe
  217. # ADD BASE BSC32 /nologo
  218. # ADD BSC32 /nologo
  219. LINK32=link.exe
  220. # 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
  221. # ADD LINK32 comctl32.lib winmm.lib quartz.lib strmbase.lib strmiids.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib ddraw.lib /nologo /subsystem:windows /dll /machine:I386
  222. # Begin Custom Build - Performing registration
  223. OutDir=.\ReleaseUMinDependency
  224. TargetPath=.\ReleaseUMinDependency\mswebdvd.dll
  225. InputPath=.\ReleaseUMinDependency\mswebdvd.dll
  226. SOURCE="$(InputPath)"
  227. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  228. if "%OS%"=="" goto NOTNT
  229. if not "%OS%"=="Windows_NT" goto NOTNT
  230. regsvr32 /s /c "$(TargetPath)"
  231. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  232. goto end
  233. :NOTNT
  234. echo Warning : Cannot register Unicode DLL on Windows 95
  235. :end
  236. # End Custom Build
  237. !ELSEIF "$(CFG)" == "MSWebDVD - Win32 WMPDebug"
  238. # PROP BASE Use_MFC 0
  239. # PROP BASE Use_Debug_Libraries 1
  240. # PROP BASE Output_Dir "MSWebDVD___Win32_WMPDebug"
  241. # PROP BASE Intermediate_Dir "MSWebDVD___Win32_WMPDebug"
  242. # PROP BASE Ignore_Export_Lib 0
  243. # PROP BASE Target_Dir ""
  244. # PROP Use_MFC 0
  245. # PROP Use_Debug_Libraries 1
  246. # PROP Output_Dir "MSWebDVD___Win32_WMPDebug"
  247. # PROP Intermediate_Dir "MSWebDVD___Win32_WMPDebug"
  248. # PROP Ignore_Export_Lib 0
  249. # PROP Target_Dir ""
  250. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /FR /Yu"stdafx.h" /FD /GZ /c
  251. # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "_WMP" /FR /Yu"stdafx.h" /FD /GZ /c
  252. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  253. # ADD RSC /l 0x409 /d "_DEBUG"
  254. BSC32=bscmake.exe
  255. # ADD BASE BSC32 /nologo
  256. # ADD BSC32 /nologo
  257. LINK32=link.exe
  258. # ADD BASE LINK32 winmm.lib quartz.lib strmbase.lib strmiids.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib ddraw.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
  259. # ADD LINK32 comctl32.lib winmm.lib quartz.lib strmbase.lib strmiids.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib ddraw.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
  260. # Begin Custom Build - Performing registration
  261. OutDir=.\MSWebDVD___Win32_WMPDebug
  262. TargetPath=.\MSWebDVD___Win32_WMPDebug\mswebdvd.dll
  263. InputPath=.\MSWebDVD___Win32_WMPDebug\mswebdvd.dll
  264. SOURCE="$(InputPath)"
  265. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  266. regsvr32 /s /c "$(TargetPath)"
  267. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  268. # End Custom Build
  269. !ENDIF
  270. # Begin Target
  271. # Name "MSWebDVD - Win32 Debug"
  272. # Name "MSWebDVD - Win32 Unicode Debug"
  273. # Name "MSWebDVD - Win32 Release MinSize"
  274. # Name "MSWebDVD - Win32 Release MinDependency"
  275. # Name "MSWebDVD - Win32 Unicode Release MinSize"
  276. # Name "MSWebDVD - Win32 Unicode Release MinDependency"
  277. # Name "MSWebDVD - Win32 WMPDebug"
  278. # Begin Group "Source Files"
  279. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  280. # Begin Source File
  281. SOURCE=.\Bookmark.cpp
  282. # End Source File
  283. # Begin Source File
  284. SOURCE=.\capture.cpp
  285. # End Source File
  286. # Begin Source File
  287. SOURCE=.\ddrawobj.cpp
  288. # End Source File
  289. # Begin Source File
  290. SOURCE=.\DVDRect.cpp
  291. # End Source File
  292. # Begin Source File
  293. SOURCE=.\mediahndlr.cpp
  294. # End Source File
  295. # Begin Source File
  296. SOURCE=.\monitor.cpp
  297. # End Source File
  298. # Begin Source File
  299. SOURCE=.\MSDVD.cpp
  300. # End Source File
  301. # Begin Source File
  302. SOURCE=.\MSDVDAdm.cpp
  303. # End Source File
  304. # Begin Source File
  305. SOURCE=.\msgwindow.cpp
  306. # End Source File
  307. # Begin Source File
  308. SOURCE=.\MSLCID.cpp
  309. # End Source File
  310. # Begin Source File
  311. SOURCE=.\MSLCID.rc
  312. # PROP Exclude_From_Build 1
  313. # End Source File
  314. # Begin Source File
  315. SOURCE=.\MSWebDVD.cpp
  316. # End Source File
  317. # Begin Source File
  318. SOURCE=.\MSWebDVD.def
  319. # End Source File
  320. # Begin Source File
  321. SOURCE=.\MSWebDVD.idl
  322. # ADD MTL /tlb ".\MSWebDVD.tlb" /h "MSWebDVD.h" /iid "MSWebDVD_i.c" /Oicf
  323. # End Source File
  324. # Begin Source File
  325. SOURCE=.\MSWebDVD.rc
  326. # End Source File
  327. # Begin Source File
  328. SOURCE=.\StdAfx.cpp
  329. # ADD CPP /Yc"stdafx.h"
  330. # End Source File
  331. # Begin Source File
  332. SOURCE=.\ThunkProc.cpp
  333. # End Source File
  334. # End Group
  335. # Begin Group "Header Files"
  336. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  337. # Begin Source File
  338. SOURCE=.\Bookmark.h
  339. # End Source File
  340. # Begin Source File
  341. SOURCE=.\ddrawobj.h
  342. # End Source File
  343. # Begin Source File
  344. SOURCE=.\DVDRect.h
  345. # End Source File
  346. # Begin Source File
  347. SOURCE=.\iso3166.h
  348. # End Source File
  349. # Begin Source File
  350. SOURCE=.\mediahndlr.h
  351. # End Source File
  352. # Begin Source File
  353. SOURCE=.\MSDVD.h
  354. # End Source File
  355. # Begin Source File
  356. SOURCE=.\MSDVDAdm.h
  357. # End Source File
  358. # Begin Source File
  359. SOURCE=.\msgwindow.h
  360. # End Source File
  361. # Begin Source File
  362. SOURCE=.\MSLCID.h
  363. # End Source File
  364. # Begin Source File
  365. SOURCE=.\MSWebDVDCP.h
  366. # End Source File
  367. # Begin Source File
  368. SOURCE=.\Resource.h
  369. # End Source File
  370. # Begin Source File
  371. SOURCE=.\StdAfx.h
  372. # End Source File
  373. # Begin Source File
  374. SOURCE=.\ThunkProc.h
  375. # End Source File
  376. # Begin Source File
  377. SOURCE=.\wmp.h
  378. # End Source File
  379. # End Group
  380. # Begin Group "Resource Files"
  381. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  382. # Begin Source File
  383. SOURCE=.\DVDRect.rgs
  384. # End Source File
  385. # Begin Source File
  386. SOURCE=.\hand.CUR
  387. # End Source File
  388. # Begin Source File
  389. SOURCE=.\MAGNIFY.CUR
  390. # End Source File
  391. # Begin Source File
  392. SOURCE=.\MSDVDAdm.rgs
  393. # End Source File
  394. # Begin Source File
  395. SOURCE=.\mswebdvd.bmp
  396. # End Source File
  397. # Begin Source File
  398. SOURCE=.\mswebdvd.ico
  399. # End Source File
  400. # Begin Source File
  401. SOURCE=.\MSWebDVD.rgs
  402. # End Source File
  403. # Begin Source File
  404. SOURCE=.\ovcallbk.rgs
  405. # End Source File
  406. # End Group
  407. # End Target
  408. # End Project