- include gettype in build process
authorJohannes Anderwald <johannes.anderwald@reactos.org>
Sun, 3 Dec 2006 20:43:21 +0000 (20:43 +0000)
committerJohannes Anderwald <johannes.anderwald@reactos.org>
Sun, 3 Dec 2006 20:43:21 +0000 (20:43 +0000)
- add missing dependency

svn path=/trunk/; revision=25046

reactos/base/applications/applications.rbuild
reactos/base/applications/gettype/gettype.rbuild

index de10840..661b5dd 100644 (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>
index 3fc2dd5..3ea425f 100644 (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>