From aceee42b0fa589d194d1aad49fde4ae2ba6085d8 Mon Sep 17 00:00:00 2001 From: Steven Edwards Date: Sat, 23 Aug 2003 06:43:54 +0000 Subject: [PATCH] Fix demo - for real this time svn path=/trunk/; revision=5784 --- reactos/apps/tests/txtscale/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reactos/apps/tests/txtscale/Makefile b/reactos/apps/tests/txtscale/Makefile index 14c472d3b23..16a3359fea4 100644 --- a/reactos/apps/tests/txtscale/Makefile +++ b/reactos/apps/tests/txtscale/Makefile @@ -18,6 +18,8 @@ TARGET_SDKLIBS = \ user32.a \ gdi32.a +TARGET_GCCLIBS = comctl32 + TARGET_OBJECTS = \ txtscale.o \ mk_font.o