- Add more code for NTP server selection.
[reactos.git] / reactos / dll / cpl / timedate / timedate.rbuild
1 <module name="timedate" type="win32dll" extension=".cpl" baseaddress="${BASEADDRESS_TIMEDATE}" installbase="system32" installname="timedate.cpl">
2 <importlibrary definition="timedate.def" />
3 <include base="timedate">.</include>
4 <define name="UNICODE" />
5 <define name="_UNICODE" />
6 <define name="__REACTOS__" />
7 <define name="__USE_W32API" />
8 <define name="_WIN32_IE">0x600</define>
9 <define name="_WIN32_WINNT">0x501</define>
10 <library>kernel32</library>
11 <library>user32</library>
12 <library>gdi32</library>
13 <library>comctl32</library>
14 <library>ws2_32</library>
15 <library>iphlpapi</library>
16 <file>clock.c</file>
17 <file>ntpclient.c</file>
18 <file>monthcal.c</file>
19 <file>timedate.c</file>
20 <file>timedate.rc</file>
21 </module>