Import my Hybrid-CD stuff from last year.
[reactos.git] / reactos / base / applications / network / route / route.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
3 <module name="route" type="win32cui" installbase="system32" installname="route.exe" unicode="yes">
4 <include base="route">.</include>
5 <library>ws2_32</library>
6 <library>iphlpapi</library>
7 <file>route.c</file>
8 <file>route.rc</file>
9 </module>