diff options
Diffstat (limited to 'apps/xcalc/makefile')
-rw-r--r-- | apps/xcalc/makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/apps/xcalc/makefile b/apps/xcalc/makefile index 28b93be60..4d20e4d82 100644 --- a/apps/xcalc/makefile +++ b/apps/xcalc/makefile @@ -16,11 +16,7 @@ LIBDIRS=$(dir $(INCLUDELIBFILES)) load_makefile $(LIBDIRS:%$(OBJDIR)\=%makefile MAKESERVER=0 DEBUG=$(DEBUG);) -ifeq ($(DEBUG),1) -LINKLIBS += $(MHMAKECONF)\pthreads\pthreadVC2d.lib -else -LINKLIBS += $(MHMAKECONF)\pthreads\pthreadVC2.lib -endif +LINKLIBS += $(PTHREADLIB) CSRCS = \ actions.c \ |