- Create another branch for networking fixes
[reactos.git] / base / applications / fontview / fontview.rbuild
1 <module name="fontview" type="win32gui" installbase="system32" installname="fontview.exe">
2 <include base="fontview">.</include>
3 <library>gdi32</library>
4 <library>user32</library>
5 <library>shell32</library>
6 <library>kernel32</library>
7 <file>fontview.c</file>
8 <file>display.c</file>
9 <file>fontview.rc</file>
10 </module>