From 7c39153727a808f8d6b255dbbd1bfc1ab16741fd Mon Sep 17 00:00:00 2001 From: "KJK::Hyperion" Date: Fri, 21 Mar 2003 21:46:06 +0000 Subject: [PATCH] small fix to linking error svn path=/trunk/; revision=4389 --- rosapps/dflat32/makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/rosapps/dflat32/makefile b/rosapps/dflat32/makefile index 7e976f7c0cf..5ac8176a7c1 100644 --- a/rosapps/dflat32/makefile +++ b/rosapps/dflat32/makefile @@ -22,11 +22,7 @@ WINE_INCLUDE = ./ TARGET_SDKLIBS = \ kernel32.a \ - user32.a \ - crtdll.a - -# msvcrt.a - + user32.a TARGET_OBJECTS = \ applicat.o barchart.o box.o button.o calendar.o checkbox.o clipbord.o \