Sync with KolibriOS trunk

Tested on r9710.
This commit is contained in:
2022-02-09 04:27:49 +03:00
parent 86a684c92b
commit 3cf74d2664
8 changed files with 37 additions and 114 deletions

View File

@@ -96,8 +96,11 @@ getopt.o: getopt.c getopt.h
util.o: util.c util.h umka.h
$(CC) $(CFLAGS_32) -c $<
default.skn: $(KOLIBRIOS)/skins/Leency/Shkvorka/default.asm
$(FASM) "$<" $@
default.skn: $(KOLIBRIOS)/skins/Leency/Shkvorka/default.asm colors.dtp
$(FASM) $< $@
colors.dtp: $(KOLIBRIOS)/skins/Leency/Shkvorka/colors.dtp.asm
$(FASM) $< $@
skin.skn: $(KOLIBRIOS)/skins/Leency/Octo_flat/default.asm
$(FASM) "$<" $@