From c272eb535995ad8975e5dca061dc779c6ceec7f4 Mon Sep 17 00:00:00 2001 From: Steven Edwards Date: Mon, 28 Jul 2003 02:26:15 +0000 Subject: [PATCH] Fix buidling calc svn path=/trunk/; revision=5298 --- rosapps/calc/makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rosapps/calc/makefile b/rosapps/calc/makefile index de396c73f7b..1ca1b02cb11 100644 --- a/rosapps/calc/makefile +++ b/rosapps/calc/makefile @@ -27,8 +27,9 @@ RCFLAGS = -D_WIN32_IE=0x0400 TARGET_SDKLIBS = \ kernel32.a \ user32.a \ - gdi32.a \ - $(COMCTL32_TARGET).a + gdi32.a + +TARGET_GCCLIBS = comctl32 TARGET_OBJECTS = \ settings.o \