Alexey Zavyalov: Add functionally Numbers, Currency, Time, Date tabs. Fix some bugs.
[reactos.git] / reactos / dll / cpl / intl_new / intl.rbuild
index bc48954..65055ac 100644 (file)
@@ -1,4 +1,4 @@
-<module name="intl_new" type="win32dll" entrypoint="0" extension=".cpl" baseaddress="${BASEADDRESS_INTL}" installbase="system32" installname="intl_new.cpl" usewrc="false">
+<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>
        <define name="UNICODE" />
        <library>user32</library>
        <library>comctl32</library>
        <library>advapi32</library>
+       <library>shell32</library>
        <library>msvcrt</library>
        <file>intl.c</file>
        <file>locale.c</file>
        <file>extra.c</file>
+       <file>setupreg.c</file>
+       <file>langs.c</file>
+       <file>date.c</file>
+       <file>time.c</file>
+       <file>nums.c</file>
+       <file>currency.c</file>
        <file>intl.rc</file>
 </module>