From 7c22eaa4020e283a0276ad863d5eeb893870dd2a Mon Sep 17 00:00:00 2001 From: Robert Dickenson Date: Sat, 4 Jan 2003 17:45:49 +0000 Subject: [PATCH] reference to mingw's libth32.a added so the thing compiles *and* links. svn path=/trunk/; revision=3932 --- reactos/apps/utils/ps/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/apps/utils/ps/makefile b/reactos/apps/utils/ps/makefile index 7be4db64bc3..fa5ebb3d9ee 100644 --- a/reactos/apps/utils/ps/makefile +++ b/reactos/apps/utils/ps/makefile @@ -12,7 +12,7 @@ TARGET_NAME = ps TARGET_SDKLIBS = kernel32.a -TARGET_GCCLIBS = stdc++ +TARGET_GCCLIBS = th32 stdc++ TARGET_OBJECTS = $(TARGET_NAME).o