mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 05:52:56 +00:00
Build host_wcsfuncs as a host static library, not a target static library
Fixes build for all non-Win32 hosts svn path=/trunk/; revision=34051
This commit is contained in:
parent
8d9b815544
commit
955672158d
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
<module name="host_wcsfuncs" type="staticlibrary">
|
<module name="host_wcsfuncs" type="hoststaticlibrary">
|
||||||
<include base="ReactOS">include</include>
|
<include base="ReactOS">include</include>
|
||||||
<file>wcsfuncs.c</file>
|
<file>wcsfuncs.c</file>
|
||||||
</module>
|
</module>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue