mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-14 08:01:38 +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:
|
# xwords4.ico:
|
||||||
# $(WINCEICONS) icotool -c -o $@ $^
|
# $(WINCEICONS) icotool -c -o $@ $^
|
||||||
|
|
||||||
CAB: $(TARGET)
|
CAB: $(TARGET) $(DLLS)
|
||||||
$(STRIP) $<
|
$(STRIP) $<
|
||||||
./exe2cab.pl $<
|
./exe2cab.pl $<
|
||||||
|
for DLL in $(DLLS); do \
|
||||||
|
./dll2cab.pl $$DLL; \
|
||||||
|
done
|
||||||
|
|
||||||
SHIP: $(TARGET)
|
SHIP: $(TARGET)
|
||||||
$(STRIP) $<
|
$(STRIP) $<
|
||||||
|
|
Loading…
Reference in a new issue