mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-29 10:26:36 +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 ###
|
### WINCE section here ###
|
||||||
all: $(XWLANG)2to8.xwd $(XWLANG)2to9.xwd $(XWLANG)2to15.xwd
|
all: $(XWLANG)2to8.xwd $(XWLANG)2to9.xwd $(XWLANG)2to15.xwd
|
||||||
../mkxwdcab.pl -f $<
|
../mkxwdcab.pl -f $<
|
||||||
|
empty: $(XWLANG)0to0.xwd
|
||||||
else
|
else
|
||||||
(Need to define TARGET_TYPE if get error pointing to this line)
|
(Need to define TARGET_TYPE if get error pointing to this line)
|
||||||
endif #ifeq ($(TARGET_TYPE),FRANK)
|
endif #ifeq ($(TARGET_TYPE),FRANK)
|
||||||
|
|
Loading…
Reference in a new issue