3e42903c16945e891990d021178e13d4124a29b0
[reactos.git] / reactos / dll / win32 / winfax / winfax.rbuild
1 <module name="winfax" type="win32dll" baseaddress="${BASEADDRESS_WINFAX}" installbase="system32" installname="winfax.dll" allowwarnings="true" entrypoint="0">
2 <importlibrary definition="winfax.def" />
3 <include base="winfax">.</include>
4 <define name="__REACTOS__" />
5 <define name="__USE_W32API" />
6 <define name="_WIN32_IE">0x600</define>
7 <define name="_WIN32_WINNT">0x501</define>
8 <define name="WINVER">0x501</define>
9 <library>kernel32</library>
10 <library>ntdll</library>
11 <file>winfax.c</file>
12 <file>winfax.rc</file>
13 </module>