mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
Speed up compilation of gdiplus
svn path=/trunk/; revision=19684
This commit is contained in:
parent
aa79785ba3
commit
3f78e39940
1 changed files with 29 additions and 27 deletions
|
@ -13,6 +13,7 @@
|
|||
<library>gdi32</library>
|
||||
<library>msvcrt</library>
|
||||
<directory name="gdiplus">
|
||||
<compilationunit name="unit.c">
|
||||
<file>arrow.c</file>
|
||||
<file>bitmap.c</file>
|
||||
<file>brush.c</file>
|
||||
|
@ -40,6 +41,7 @@
|
|||
<file>string.c</file>
|
||||
<file>texture.c</file>
|
||||
<file>transform.c</file>
|
||||
</compilationunit>
|
||||
</directory>
|
||||
<file>gdiplus.rc</file>
|
||||
</module>
|
||||
|
|
Loading…
Reference in a new issue