mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[GDIPLUS]
On amd64 builds link gdiplus to crt svn path=/trunk/; revision=48160
This commit is contained in:
parent
11a32bcc42
commit
6c98c1057f
1 changed files with 3 additions and 0 deletions
|
@ -28,5 +28,8 @@
|
||||||
<library>gdi32</library>
|
<library>gdi32</library>
|
||||||
<library>windowscodecs</library>
|
<library>windowscodecs</library>
|
||||||
<library>ntdll</library>
|
<library>ntdll</library>
|
||||||
|
<if property="ARCH" value="amd64">
|
||||||
|
<library>crt</library>
|
||||||
|
</if>
|
||||||
</module>
|
</module>
|
||||||
</group>
|
</group>
|
||||||
|
|
Loading…
Reference in a new issue