list dlls by name rather than pattern

This commit is contained in:
ehouse 2009-04-23 12:31:03 +00:00
parent e573fa4fb5
commit 568c75ba9a

View file

@ -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 \