2007-09-14 17:07:53 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
2007-09-05 14:24:45 +00:00
|
|
|
<module name="intl" type="win32dll" extension=".cpl" baseaddress="${BASEADDRESS_INTL}" installbase="system32" installname="intl.cpl" unicode="yes">
|
2008-02-23 17:48:50 +00:00
|
|
|
<importlibrary definition="intl.def" />
|
|
|
|
<include base="intl">.</include>
|
|
|
|
<define name="_WIN32_IE">0x600</define>
|
|
|
|
<define name="_WIN32_WINNT">0x600</define>
|
|
|
|
<define name="WINVER">0x609</define>
|
|
|
|
<library>kernel32</library>
|
|
|
|
<library>user32</library>
|
|
|
|
<library>comctl32</library>
|
|
|
|
<library>advapi32</library>
|
|
|
|
<library>setupapi</library>
|
|
|
|
<library>msvcrt</library>
|
|
|
|
<library>shell32</library>
|
|
|
|
<file>currency.c</file>
|
|
|
|
<file>date.c</file>
|
|
|
|
<file>generalp.c</file>
|
|
|
|
<file>intl.c</file>
|
|
|
|
<file>inplocale.c</file>
|
|
|
|
<file>numbers.c</file>
|
|
|
|
<file>time.c</file>
|
|
|
|
<file>misc.c</file>
|
|
|
|
<file>languages.c</file>
|
|
|
|
<file>advanced.c</file>
|
|
|
|
<file>sort.c</file>
|
|
|
|
<file>intl.rc</file>
|
2006-02-23 00:01:01 +00:00
|
|
|
</module>
|