mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 22:00:55 +00:00
178300c8a6
* Fix PCH use in shell32. svn path=/branches/shell32_new-bringup/; revision=53319
19 lines
600 B
Ruby
19 lines
600 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
|
|
<module name="d3dx9_31" type="win32dll" installbase="system32" installname="d3dx9_31.dll" unicode="yes">
|
|
<importlibrary definition="d3dx9_31.spec" />
|
|
<include base="d3dx9_31">.</include>
|
|
<include base="ReactOS">include/reactos/wine</include>
|
|
<define name="__WINESRC__" />
|
|
|
|
<library>d3d9</library>
|
|
<library>wine</library>
|
|
<library>user32</library>
|
|
<library>gdi32</library>
|
|
<library>advapi32</library>
|
|
|
|
<file>d3dx9_31_main.c</file>
|
|
<file>version.rc</file>
|
|
|
|
<dependency>wineheaders</dependency>
|
|
</module>
|