- include gettype in build process

- add missing dependency

svn path=/trunk/; revision=25046
This commit is contained in:
Johannes Anderwald 2006-12-03 20:43:21 +00:00
parent 316ca7fc58
commit af06dadd48
2 changed files with 4 additions and 0 deletions

View file

@ -22,6 +22,9 @@
<directory name="getfirefox">
<xi:include href="getfirefox/getfirefox.rbuild" />
</directory>
<directory name="gettype">
<xi:include href="gettype/gettype.rbuild" />
</directory>
<directory name="hostname">
<xi:include href="hostname/hostname.rbuild" />
</directory>

View file

@ -5,6 +5,7 @@
<define name="UNICODE" />
<define name="_UNICODE" />
<library>kernel32</library>
<library>shell32</library>
<library>mpr</library>
<library>netapi32</library>
<file>gettype.c</file>