mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 19:03:00 +00:00
Attempt nr. 2: link wined3d to crt on amd64 build.
svn path=/trunk/; revision=49124
This commit is contained in:
parent
065484b260
commit
3905ce18c3
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@
|
|||
<library>gdi32</library>
|
||||
<library>advapi32</library>
|
||||
<library>uuid</library>
|
||||
<if property="ARCH" value="amd64">
|
||||
<library>crt</library>
|
||||
</if>
|
||||
|
||||
<file>ati_fragment_shader.c</file>
|
||||
<file>arb_program_shader.c</file>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue