diff --git a/xwords4/wince/Makefile b/xwords4/wince/Makefile index 4502d2ff0..5267f1c41 100644 --- a/xwords4/wince/Makefile +++ b/xwords4/wince/Makefile @@ -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) $<