From af06dadd488d5e1e30fa5065150cf58fd7b1da5c Mon Sep 17 00:00:00 2001 From: Johannes Anderwald Date: Sun, 3 Dec 2006 20:43:21 +0000 Subject: [PATCH] - include gettype in build process - add missing dependency svn path=/trunk/; revision=25046 --- reactos/base/applications/applications.rbuild | 3 +++ reactos/base/applications/gettype/gettype.rbuild | 1 + 2 files changed, 4 insertions(+) diff --git a/reactos/base/applications/applications.rbuild b/reactos/base/applications/applications.rbuild index de108400735..661b5dda27d 100644 --- a/reactos/base/applications/applications.rbuild +++ b/reactos/base/applications/applications.rbuild @@ -22,6 +22,9 @@ + + + diff --git a/reactos/base/applications/gettype/gettype.rbuild b/reactos/base/applications/gettype/gettype.rbuild index 3fc2dd5b5cc..3ea425f17d0 100644 --- a/reactos/base/applications/gettype/gettype.rbuild +++ b/reactos/base/applications/gettype/gettype.rbuild @@ -5,6 +5,7 @@ kernel32 + shell32 mpr netapi32 gettype.c