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.

679 lines
14 KiB

  1. # Microsoft Developer Studio Project File - Name="Direct" - 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=Direct - Win32 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 "DIRECT.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 "DIRECT.mak" CFG="Direct - Win32 Release"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "Direct - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "Direct - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  20. !MESSAGE
  21. # Begin Project
  22. # PROP AllowPerConfigDependencies 0
  23. # PROP Scc_ProjName ""
  24. # PROP Scc_LocalPath ""
  25. CPP=cl.exe
  26. MTL=midl.exe
  27. RSC=rc.exe
  28. !IF "$(CFG)" == "Direct - Win32 Release"
  29. # PROP BASE Use_MFC 2
  30. # PROP BASE Use_Debug_Libraries 0
  31. # PROP BASE Output_Dir ".\Release"
  32. # PROP BASE Intermediate_Dir ".\Release"
  33. # PROP BASE Target_Dir ""
  34. # PROP Use_MFC 0
  35. # PROP Use_Debug_Libraries 0
  36. # PROP Output_Dir ".\Release"
  37. # PROP Intermediate_Dir ".\Release"
  38. # PROP Ignore_Export_Lib 0
  39. # PROP Target_Dir ""
  40. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  41. # ADD CPP /nologo /MT /W3 /O2 /D "NDEBUG" /D "_WIN32" /D "WIN32" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL." /D "DX7" /D "OLDDSENUM" /FR /FD /c
  42. # SUBTRACT CPP /YX /Yc /Yu
  43. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  44. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  45. # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  46. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  47. BSC32=bscmake.exe
  48. # ADD BASE BSC32 /nologo
  49. # ADD BSC32 /nologo
  50. LINK32=link.exe
  51. # ADD BASE LINK32 /nologo /subsystem:windows /dll /machine:I386
  52. # ADD LINK32 gdi32.lib winmm.lib dinput.lib msacm32.lib d3drm.lib d3dxof.lib dxguid.lib dvoice.lib /nologo /entry:"DllMain" /subsystem:windows /dll /machine:I386 /out:".\Release\DX8VB.DLL"
  53. # SUBTRACT LINK32 /pdb:none /incremental:yes /nodefaultlib
  54. # Begin Custom Build - Registering OLE server
  55. OutDir=.\Release
  56. TargetPath=.\Release\DX8VB.DLL
  57. InputPath=.\Release\DX8VB.DLL
  58. SOURCE="$(InputPath)"
  59. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  60. regsvr32 /s /c "$(TARGETPATH)"
  61. echo regsrv32 exec. time >"$(OutDir)\regsvr32.trg"
  62. # End Custom Build
  63. !ELSEIF "$(CFG)" == "Direct - Win32 Debug"
  64. # PROP BASE Use_MFC 2
  65. # PROP BASE Use_Debug_Libraries 1
  66. # PROP BASE Output_Dir ".\Debug"
  67. # PROP BASE Intermediate_Dir ".\Debug"
  68. # PROP BASE Target_Dir ""
  69. # PROP Use_MFC 0
  70. # PROP Use_Debug_Libraries 1
  71. # PROP Output_Dir ".\Debug"
  72. # PROP Intermediate_Dir ".\Debug"
  73. # PROP Ignore_Export_Lib 0
  74. # PROP Target_Dir ""
  75. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  76. # ADD CPP /nologo /MTd /W3 /Gm /ZI /Od /D "_DEBUG" /D "_WIN32" /D "WIN32" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /YX"stdafx.h" /FD /c
  77. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  78. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  79. # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  80. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  81. BSC32=bscmake.exe
  82. # ADD BASE BSC32 /nologo
  83. # ADD BSC32 /nologo
  84. LINK32=link.exe
  85. # ADD BASE LINK32 /nologo /subsystem:windows /dll /debug /machine:I386
  86. # ADD LINK32 gdi32.lib winmm.lib dinput.lib msacm32.lib d3dxof.lib d3dx8.lib d3d8.lib /nologo /subsystem:windows /dll /map /debug /machine:I386 /out:".\Debug\DX8VB.DLL"
  87. # SUBTRACT LINK32 /pdb:none
  88. # Begin Custom Build - Registering OLE server
  89. OutDir=.\Debug
  90. TargetPath=.\Debug\DX8VB.DLL
  91. InputPath=.\Debug\DX8VB.DLL
  92. SOURCE="$(InputPath)"
  93. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  94. regsvr32 /s /c "$(TARGETPATH)"
  95. echo regsrv32 exec. time >"$(OutDir)\regsvr32.trg"
  96. copy $(TARGETPATH) F:\WINNT\SYSTEM32
  97. # End Custom Build
  98. !ENDIF
  99. # Begin Target
  100. # Name "Direct - Win32 Release"
  101. # Name "Direct - Win32 Debug"
  102. # Begin Group "Source Files"
  103. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
  104. # Begin Source File
  105. SOURCE=.\d3dx8obj.cpp
  106. # End Source File
  107. # Begin Source File
  108. SOURCE=.\d3dxmathvb.cpp
  109. # End Source File
  110. # Begin Source File
  111. SOURCE=.\d3dxtexvb.cpp
  112. # End Source File
  113. # Begin Source File
  114. SOURCE=.\diDevInstObj.cpp
  115. # End Source File
  116. # Begin Source File
  117. SOURCE=.\diDevObjInstObj.cpp
  118. # End Source File
  119. # Begin Source File
  120. SOURCE=.\DIEnumDeviceObjectsObj.cpp
  121. # End Source File
  122. # Begin Source File
  123. SOURCE=.\DIEnumDevicesObj.cpp
  124. # End Source File
  125. # Begin Source File
  126. SOURCE=.\dienumEffectsobj.cpp
  127. # End Source File
  128. # Begin Source File
  129. SOURCE=.\dInput1Obj.cpp
  130. # End Source File
  131. # Begin Source File
  132. SOURCE=.\dInputDeviceObj.cpp
  133. # End Source File
  134. # Begin Source File
  135. SOURCE=.\dinputeffectobj.cpp
  136. # End Source File
  137. # Begin Source File
  138. SOURCE=.\Direct.cpp
  139. # End Source File
  140. # Begin Source File
  141. SOURCE=.\Direct.def
  142. # End Source File
  143. # Begin Source File
  144. SOURCE=.\Direct.idl
  145. !IF "$(CFG)" == "Direct - Win32 Release"
  146. # PROP Ignore_Default_Tool 1
  147. # Begin Custom Build - Running MIDL
  148. InputPath=.\Direct.idl
  149. BuildCmds= \
  150. midl Direct.idl
  151. "direct.tlb" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  152. $(BuildCmds)
  153. "direct.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  154. $(BuildCmds)
  155. "direct_i.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  156. $(BuildCmds)
  157. # End Custom Build
  158. !ELSEIF "$(CFG)" == "Direct - Win32 Debug"
  159. # PROP Ignore_Default_Tool 1
  160. # Begin Custom Build - Running MIDL
  161. InputPath=.\Direct.idl
  162. BuildCmds= \
  163. midl Direct.idl
  164. "direct.tlb" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  165. $(BuildCmds)
  166. "direct.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  167. $(BuildCmds)
  168. "direct_i.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  169. $(BuildCmds)
  170. # End Custom Build
  171. !ENDIF
  172. # End Source File
  173. # Begin Source File
  174. SOURCE=.\Direct.rc
  175. # End Source File
  176. # Begin Source File
  177. SOURCE=.\dmBandObj.cpp
  178. # End Source File
  179. # Begin Source File
  180. SOURCE=.\dmChordMapObj.cpp
  181. # End Source File
  182. # Begin Source File
  183. SOURCE=.\dmCollectionObj.cpp
  184. # End Source File
  185. # Begin Source File
  186. SOURCE=.\dmComposerObj.cpp
  187. # End Source File
  188. # Begin Source File
  189. SOURCE=.\dmLoaderObj.cpp
  190. # End Source File
  191. # Begin Source File
  192. SOURCE=.\dmPerformanceObj.cpp
  193. # End Source File
  194. # Begin Source File
  195. SOURCE=.\dmSegmentObj.cpp
  196. # End Source File
  197. # Begin Source File
  198. SOURCE=.\dmSegmentStateObj.cpp
  199. # End Source File
  200. # Begin Source File
  201. SOURCE=.\dmStyleObj.cpp
  202. # End Source File
  203. # Begin Source File
  204. SOURCE=.\DMusAudioPathObj.cpp
  205. # End Source File
  206. # Begin Source File
  207. SOURCE=.\DMusSongObj.cpp
  208. # End Source File
  209. # Begin Source File
  210. SOURCE=.\DPlayAddressObj.cpp
  211. # End Source File
  212. # Begin Source File
  213. SOURCE=.\DPlayBufHelp.cpp
  214. # End Source File
  215. # Begin Source File
  216. SOURCE=.\DPlayClientObj.cpp
  217. # End Source File
  218. # Begin Source File
  219. SOURCE=.\DPlayLobbiedAppObj.cpp
  220. # End Source File
  221. # Begin Source File
  222. SOURCE=.\DPlayLobbyClientObj.cpp
  223. # End Source File
  224. # Begin Source File
  225. SOURCE=.\DPlayPeerObj.cpp
  226. # End Source File
  227. # Begin Source File
  228. SOURCE=.\DPlayServerObj.cpp
  229. # End Source File
  230. # Begin Source File
  231. SOURCE=.\dplayvoiceclientobj.cpp
  232. # End Source File
  233. # Begin Source File
  234. SOURCE=.\dplayvoiceserverobj.cpp
  235. # End Source File
  236. # Begin Source File
  237. SOURCE=.\dplayvoicesetupobj.cpp
  238. # End Source File
  239. # Begin Source File
  240. SOURCE=.\DSEnumObj.cpp
  241. # End Source File
  242. # Begin Source File
  243. SOURCE=.\dSound3DBuffer.cpp
  244. # End Source File
  245. # Begin Source File
  246. SOURCE=.\dSound3DListener.cpp
  247. # End Source File
  248. # Begin Source File
  249. SOURCE=.\dSoundBufferObj.cpp
  250. # End Source File
  251. # Begin Source File
  252. SOURCE=.\dSoundCaptureBufferObj.cpp
  253. # End Source File
  254. # Begin Source File
  255. SOURCE=.\dSoundCaptureObj.cpp
  256. # End Source File
  257. # Begin Source File
  258. SOURCE=.\dsoundfxchorusobj.cpp
  259. # End Source File
  260. # Begin Source File
  261. SOURCE=.\dsoundfxcompressorobj.cpp
  262. # End Source File
  263. # Begin Source File
  264. SOURCE=.\dsoundfxdistortionobj.cpp
  265. # End Source File
  266. # Begin Source File
  267. SOURCE=.\dsoundfxechoobj.cpp
  268. # End Source File
  269. # Begin Source File
  270. SOURCE=.\dsoundfxflangerobj.cpp
  271. # End Source File
  272. # Begin Source File
  273. SOURCE=.\DSoundFXGargleObj.cpp
  274. # End Source File
  275. # Begin Source File
  276. SOURCE=.\dsoundfxi3dl2reverbobj.cpp
  277. # End Source File
  278. # Begin Source File
  279. SOURCE=.\dsoundfxi3dl2sourceobj.cpp
  280. # End Source File
  281. # Begin Source File
  282. SOURCE=.\dSoundFXParamEqObj.cpp
  283. # End Source File
  284. # Begin Source File
  285. SOURCE=.\dSoundFXSendObj.cpp
  286. # End Source File
  287. # Begin Source File
  288. SOURCE=.\dSoundFXWavesReverbObj.cpp
  289. # End Source File
  290. # Begin Source File
  291. SOURCE=.\dSoundObj.cpp
  292. # End Source File
  293. # Begin Source File
  294. SOURCE=.\DSoundPrimaryBufferObj.cpp
  295. # End Source File
  296. # Begin Source File
  297. SOURCE=.\dxGlob7Obj.cpp
  298. # End Source File
  299. # Begin Source File
  300. SOURCE=.\guids.cpp
  301. # End Source File
  302. # Begin Source File
  303. SOURCE=.\resource.h
  304. # End Source File
  305. # Begin Source File
  306. SOURCE=.\StdAfx.cpp
  307. # ADD CPP /Yc"stdafx.h"
  308. # End Source File
  309. # Begin Source File
  310. SOURCE=.\wave.cpp
  311. # End Source File
  312. # Begin Source File
  313. SOURCE=.\xfilebinaryobj.cpp
  314. # End Source File
  315. # Begin Source File
  316. SOURCE=.\xfiledataobj.cpp
  317. # End Source File
  318. # Begin Source File
  319. SOURCE=.\xfileenumobj.cpp
  320. # End Source File
  321. # Begin Source File
  322. SOURCE=.\xfileobj.cpp
  323. # End Source File
  324. # Begin Source File
  325. SOURCE=.\xfilereferenceobj.cpp
  326. # End Source File
  327. # Begin Source File
  328. SOURCE=.\xfilesaveobj.cpp
  329. # End Source File
  330. # End Group
  331. # Begin Group "Header Files"
  332. # PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
  333. # Begin Source File
  334. SOURCE=.\d3dx8obj.h
  335. # End Source File
  336. # Begin Source File
  337. SOURCE=.\d3dxerr.h
  338. # End Source File
  339. # Begin Source File
  340. SOURCE=.\d3dxmath.h
  341. # End Source File
  342. # Begin Source File
  343. SOURCE=.\d3dxmathvb.h
  344. # End Source File
  345. # Begin Source File
  346. SOURCE=.\didevinstobj.h
  347. # End Source File
  348. # Begin Source File
  349. SOURCE=.\didevobjinstobj.h
  350. # End Source File
  351. # Begin Source File
  352. SOURCE=.\dienumdeviceobjectsobj.h
  353. # End Source File
  354. # Begin Source File
  355. SOURCE=.\dienumdevicesobj.h
  356. # End Source File
  357. # Begin Source File
  358. SOURCE=.\dienumeffectsobj.h
  359. # End Source File
  360. # Begin Source File
  361. SOURCE=.\inc\dinput.h
  362. # End Source File
  363. # Begin Source File
  364. SOURCE=.\dinputdeviceobj.h
  365. # End Source File
  366. # Begin Source File
  367. SOURCE=.\dinputeffectobj.h
  368. # End Source File
  369. # Begin Source File
  370. SOURCE=.\Direct.h
  371. # End Source File
  372. # Begin Source File
  373. SOURCE=.\directinput.h
  374. # End Source File
  375. # Begin Source File
  376. SOURCE=.\dmchordmapobj.h
  377. # End Source File
  378. # Begin Source File
  379. SOURCE=.\dmcollectionobj.h
  380. # End Source File
  381. # Begin Source File
  382. SOURCE=.\dmcomposerobj.h
  383. # End Source File
  384. # Begin Source File
  385. SOURCE=.\dmloaderobj.h
  386. # End Source File
  387. # Begin Source File
  388. SOURCE=.\dmperformanceobj.h
  389. # End Source File
  390. # Begin Source File
  391. SOURCE=.\Dms.h
  392. # End Source File
  393. # Begin Source File
  394. SOURCE=.\dmsegmentobj.h
  395. # End Source File
  396. # Begin Source File
  397. SOURCE=.\dmsegmentstateobj.h
  398. # End Source File
  399. # Begin Source File
  400. SOURCE=.\dmstyleobj.h
  401. # End Source File
  402. # Begin Source File
  403. SOURCE=.\DMusAudioPathObj.h
  404. # End Source File
  405. # Begin Source File
  406. SOURCE=.\DMusSongObj.h
  407. # End Source File
  408. # Begin Source File
  409. SOURCE=.\DPlayAddressObj.h
  410. # End Source File
  411. # Begin Source File
  412. SOURCE=.\DPlayClientObj.h
  413. # End Source File
  414. # Begin Source File
  415. SOURCE=.\DPlayLobbiedAppObj.h
  416. # End Source File
  417. # Begin Source File
  418. SOURCE=.\DPlayLobbyClientObj.h
  419. # End Source File
  420. # Begin Source File
  421. SOURCE=.\DPlayPeerObj.h
  422. # End Source File
  423. # Begin Source File
  424. SOURCE=.\DPlayServerObj.h
  425. # End Source File
  426. # Begin Source File
  427. SOURCE=.\DplayVoiceClientObj.H
  428. # End Source File
  429. # Begin Source File
  430. SOURCE=.\DPlayVoiceServerObj.h
  431. # End Source File
  432. # Begin Source File
  433. SOURCE=.\DPlayVoiceSetupObj.h
  434. # End Source File
  435. # Begin Source File
  436. SOURCE=.\dsenumobj.h
  437. # End Source File
  438. # Begin Source File
  439. SOURCE=.\dSound3DBuffer.h
  440. # End Source File
  441. # Begin Source File
  442. SOURCE=.\dSound3DListener.h
  443. # End Source File
  444. # Begin Source File
  445. SOURCE=.\dSoundBufferObj.h
  446. # End Source File
  447. # Begin Source File
  448. SOURCE=.\dsoundcapturebufferobj.h
  449. # End Source File
  450. # Begin Source File
  451. SOURCE=.\dsoundcaptureobj.h
  452. # End Source File
  453. # Begin Source File
  454. SOURCE=.\dSoundFXChorusObj.h
  455. # End Source File
  456. # Begin Source File
  457. SOURCE=.\dSoundFXCompressorObj.h
  458. # End Source File
  459. # Begin Source File
  460. SOURCE=.\dSoundFXDistortionObj.h
  461. # End Source File
  462. # Begin Source File
  463. SOURCE=.\dSoundFXEchoObj.h
  464. # End Source File
  465. # Begin Source File
  466. SOURCE=.\dSoundFXFlangerObj.h
  467. # End Source File
  468. # Begin Source File
  469. SOURCE=.\DSoundFXGargleObj.h
  470. # End Source File
  471. # Begin Source File
  472. SOURCE=.\dSoundFXI3DL2ReverbObj.h
  473. # End Source File
  474. # Begin Source File
  475. SOURCE=.\dSoundFXI3DL2SourceObj.h
  476. # End Source File
  477. # Begin Source File
  478. SOURCE=.\dSoundFXParamEqObj.h
  479. # End Source File
  480. # Begin Source File
  481. SOURCE=.\dSoundFXSendObj.h
  482. # End Source File
  483. # Begin Source File
  484. SOURCE=.\dSoundFXWavesReverbObj.h
  485. # End Source File
  486. # Begin Source File
  487. SOURCE=.\dSoundObj.h
  488. # End Source File
  489. # Begin Source File
  490. SOURCE=.\DSoundPrimaryBufferObj.h
  491. # End Source File
  492. # Begin Source File
  493. SOURCE=.\dxglob7obj.h
  494. # End Source File
  495. # Begin Source File
  496. SOURCE=.\StdAfx.h
  497. # End Source File
  498. # Begin Source File
  499. SOURCE=.\xfilebinaryobj.h
  500. # End Source File
  501. # Begin Source File
  502. SOURCE=.\xfiledataobj.h
  503. # End Source File
  504. # Begin Source File
  505. SOURCE=.\xfileenumobj.h
  506. # End Source File
  507. # Begin Source File
  508. SOURCE=.\xfileobj.h
  509. # End Source File
  510. # Begin Source File
  511. SOURCE=.\xfilereferenceobj.h
  512. # End Source File
  513. # Begin Source File
  514. SOURCE=.\xfilesaveobj.h
  515. # End Source File
  516. # End Group
  517. # Begin Group "Resource Files"
  518. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
  519. # End Group
  520. # End Target
  521. # End Project