Patch by Michael Fritscher <michael@fritscher.net>
[reactos.git] / rosapps / games / solitaire / solitaire.xml
1 <module name="sol" type="win32gui" installbase="system32" installname="solitaire.exe" allowwarnings="true">
2 <include base="sol">.</include>
3 <include base="sol">cardlib</include>
4 <linkerflag>-lstdc++</linkerflag>
5 <define name="__USE_W32API" />
6 <define name="_WIN32_IE">0x0501</define>
7 <define name="_WIN32_WINNT">0x0501</define>
8 <define name="__REACTOS__" />
9
10 <library>kernel32</library>
11 <library>user32</library>
12 <library>gdi32</library>
13 <library>cards</library>
14 <library>comctl32</library>
15
16 <file>solcreate.cpp</file>
17 <file>solgame.cpp</file>
18 <file>solitaire.cpp</file>
19 <directory name="cardlib">
20 <file>cardbitmaps.cpp</file>
21 <file>cardbutton.cpp</file>
22 <file>cardcolor.cpp</file>
23 <file>cardcount.cpp</file>
24 <file>cardlib.cpp</file>
25 <file>cardregion.cpp</file>
26 <file>cardrgndraw.cpp</file>
27 <file>cardrgnmouse.cpp</file>
28 <file>cardstack.cpp</file>
29 <file>cardwindow.cpp</file>
30 <file>dropzone.cpp</file>
31 </directory>
32 <file>sol.rc</file>
33 </module>