From: Robert Dickenson Date: Sat, 4 Jan 2003 17:45:49 +0000 (+0000) Subject: reference to mingw's libth32.a added so the thing compiles *and* links. X-Git-Tag: ReactOS-0.1.0~157 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=7c22eaa4020e283a0276ad863d5eeb893870dd2a reference to mingw's libth32.a added so the thing compiles *and* links. svn path=/trunk/; revision=3932 --- 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