mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
fix d3d9.def file and enable d3d8 and d3d9 to fix x86 build
svn path=/branches/ros-amd64-bringup/; revision=35683
This commit is contained in:
@@ -5,4 +5,4 @@ EXPORTS
|
||||
PSGPSampleTexture
|
||||
DebugSetLevel
|
||||
DebugSetMute
|
||||
Direct3DCreate9
|
||||
Direct3DCreate9@4
|
||||
|
||||
@@ -1,9 +1,15 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE group SYSTEM "../../tools/rbuild/project.dtd">
|
||||
<group xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<directory name="d3d8">
|
||||
<xi:include href="d3d8/d3d8.rbuild" />
|
||||
</directory>
|
||||
<directory name="d3d8thk">
|
||||
<xi:include href="d3d8thk/d3d8thk.rbuild" />
|
||||
</directory>
|
||||
<directory name="d3d9">
|
||||
<xi:include href="d3d9/d3d9.rbuild" />
|
||||
</directory>
|
||||
<directory name="ddraw">
|
||||
<xi:include href="ddraw/ddraw.rbuild" />
|
||||
</directory>
|
||||
|
||||
Reference in New Issue
Block a user