2
0
Fork 0

Small workaround for gfx and updated to released msxbuild.

This commit is contained in:
Willem Cazander 2021-07-02 17:37:18 +02:00
parent ca8f575d2d
commit 7548d1d2dc
3 changed files with 5 additions and 4 deletions

View file

@ -19,7 +19,8 @@ $(DIST_RUN_BIN)/dome.000: bin/domelib/dome.000 | $(DIST_RUN_BIN)
cp bin/domelib/*.zop $(DIST_RUN_BIN);
cp bin/domelib/*.dat $(DIST_RUN_BIN);
cp bin/domelib/*.00* $(DIST_RUN_BIN);
echo "=== Overwrite org zop gfx until working..."
cp src/gfx/old/*.zop $(DIST_RUN_BIN);
$(DIST_RUN_NAME): $(DIST_RUN_INC_BIN)
$(call mb_openmsx_dos2,$(DIST_RUN_BIN))