compile intl_new using its includes, not intl's ones
authorSylvain Petreolle <spetreolle@yahoo.fr>
Thu, 25 Jan 2007 15:06:10 +0000 (15:06 +0000)
committerSylvain Petreolle <spetreolle@yahoo.fr>
Thu, 25 Jan 2007 15:06:10 +0000 (15:06 +0000)
svn path=/trunk/; revision=25628

reactos/dll/cpl/intl_new/intl.rbuild

index 65055ac..ee46eac 100644 (file)
@@ -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__" />