mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-13 08:01:33 +01:00
build dlls into cabs too
This commit is contained in:
parent
33903f5d61
commit
458b904280
1 changed files with 4 additions and 1 deletions
|
@ -261,9 +261,12 @@ bmps/%.bmp: bmps/%.pgm
|
|||
# xwords4.ico:
|
||||
# $(WINCEICONS) icotool -c -o $@ $^
|
||||
|
||||
CAB: $(TARGET)
|
||||
CAB: $(TARGET) $(DLLS)
|
||||
$(STRIP) $<
|
||||
./exe2cab.pl $<
|
||||
for DLL in $(DLLS); do \
|
||||
./dll2cab.pl $$DLL; \
|
||||
done
|
||||
|
||||
SHIP: $(TARGET)
|
||||
$(STRIP) $<
|
||||
|
|
Loading…
Reference in a new issue