mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-27 09:58:45 +01:00
add empty: case for WINCE type too
This commit is contained in:
parent
c0bec75fd8
commit
0ee156c9f0
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ ifeq ($(TARGET_TYPE),WINCE)
|
|||
### WINCE section here ###
|
||||
all: $(XWLANG)2to8.xwd $(XWLANG)2to9.xwd $(XWLANG)2to15.xwd
|
||||
../mkxwdcab.pl -f $<
|
||||
|
||||
empty: $(XWLANG)0to0.xwd
|
||||
else
|
||||
(Need to define TARGET_TYPE if get error pointing to this line)
|
||||
endif #ifeq ($(TARGET_TYPE),FRANK)
|
||||
|
|
Loading…
Reference in a new issue