Visual C++ backend for rbuild (for now just a hacked mingw backend) and related compi...
[reactos.git] / 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>kernel32</library>
6 <library>ws2_32</library>
7 <library>iphlpapi</library>
8 <file>route.c</file>
9 <file>route.rc</file>
10 </module>