[GDIPLUS]

On amd64 builds link gdiplus to crt

svn path=/trunk/; revision=48160
This commit is contained in:
Timo Kreuzer 2010-07-21 15:55:51 +00:00
parent 11a32bcc42
commit 6c98c1057f

View file

@ -28,5 +28,8 @@
<library>gdi32</library>
<library>windowscodecs</library>
<library>ntdll</library>
<if property="ARCH" value="amd64">
<library>crt</library>
</if>
</module>
</group>