mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
list dlls by name rather than pattern
This commit is contained in:
parent
e573fa4fb5
commit
568c75ba9a
1 changed files with 4 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue