mirror of
https://github.com/reactos/reactos.git
synced 2025-05-18 00:31:27 +00:00
- Silence wined3d format warnings
svn path=/trunk/; revision=38323
This commit is contained in:
parent
728213a13c
commit
ebef3e5d4e
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
|
||||
<module name="wined3d" type="win32dll" installbase="system32" installname="wined3d.dll" allowwarnings ="true" crt="msvcrt">
|
||||
<importlibrary definition="wined3d.def" />
|
||||
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
||||
<include base="wined3d">.</include>
|
||||
<include base="ReactOS">include/reactos/wine</include>
|
||||
<define name="__WINESRC__" />
|
||||
|
|
Loading…
Reference in a new issue