mirror of
https://github.com/reactos/reactos.git
synced 2025-01-08 15:21:31 +00:00
compile intl_new using its includes, not intl's ones
svn path=/trunk/; revision=25628
This commit is contained in:
parent
267904be80
commit
bbf7047df5
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<module name="intl_new" type="win32dll" extension=".cpl" baseaddress="${BASEADDRESS_INTL}" installbase="system32" installname="intl_new.cpl" usewrc="false">
|
||||
<importlibrary definition="intl.def" />
|
||||
<include base="intl">.</include>
|
||||
<include base="intl_new">.</include>
|
||||
<define name="UNICODE" />
|
||||
<define name="_UNICODE" />
|
||||
<define name="__REACTOS__" />
|
||||
|
|
Loading…
Reference in a new issue