From 2711eadf8a877a8fa303160d2ffab8d2b87388f7 Mon Sep 17 00:00:00 2001 From: Emanuele Aliberti Date: Tue, 11 May 1999 21:39:54 +0000 Subject: [PATCH] Added DLLs user32 and fmifs. svn path=/trunk/; revision=460 --- reactos/makefile.dos | 2 +- reactos/makefile_rex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/makefile.dos b/reactos/makefile.dos index 60713c6b8c7..8b0577383e7 100644 --- a/reactos/makefile.dos +++ b/reactos/makefile.dos @@ -15,7 +15,7 @@ include rules.mak # Required to run the system # COMPONENTS = iface_native ntoskrnl -DLLS = ntdll kernel32 crtdll +DLLS = ntdll kernel32 crtdll user32 fmifs #DLLS = crtdll mingw32 # diff --git a/reactos/makefile_rex b/reactos/makefile_rex index 36d2e6cdb77..a329e4c7343 100644 --- a/reactos/makefile_rex +++ b/reactos/makefile_rex @@ -15,7 +15,7 @@ include rules.mak # Required to run the system # COMPONENTS = iface_native ntoskrnl -DLLS = ntdll kernel32 crtdll +DLLS = ntdll kernel32 crtdll user32 fmifs #DLLS = crtdll mingw32 #