From 568c75ba9abaadeed5d539c5c915b63c7b7e63e2 Mon Sep 17 00:00:00 2001 From: ehouse Date: Thu, 23 Apr 2009 12:31:03 +0000 Subject: [PATCH] list dlls by name rather than pattern --- xwords4/wince/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xwords4/wince/Makefile b/xwords4/wince/Makefile index 8eba84636..ef964bce6 100644 --- a/xwords4/wince/Makefile +++ b/xwords4/wince/Makefile @@ -141,7 +141,10 @@ endif TARGET = $(OBJDIR)/xwords4_$(SVNREV).exe DLL_SRCS = $(shell ls ./l10n/*.rc) -DLLS = $(patsubst %.rc,%.dll,$(addprefix $(OBJDIR)/l10n/,$(notdir $(DLL_SRCS)))) +#DLLS = $(patsubst %.rc,%.dll,$(addprefix $(OBJDIR)/l10n/,$(notdir $(DLL_SRCS)))) +DLLS = \ + $(OBJDIR)/l10n/xwords4_french.dll \ + $(OBJDIR)/l10n/xwords4_caps.dll \ RESOBJS = \ $(OBJDIR)/xwords4.rc.o \