Start to alter print output so it correctly simulates the MS 'route print'
[reactos.git] / reactos / apps / utils / net / route / route.xml
1 <module name="route" type="win32cui" installbase="system32" installname="route.exe" allowwarnings="true">
2 <include base="route">.</include>
3 <define name="__USE_W32API" />
4 <library>kernel32</library>
5 <library>ws2_32</library>
6 <library>iphlpapi</library>
7 <file>route.c</file>
8 <file>route.rc</file>
9 </module>