generate_res moved to programs/windres

This commit is contained in:
Przemyslaw Skibinski
2016-10-28 13:16:06 +02:00
parent 86dc7223e9
commit 76d66dffd0
4 changed files with 54 additions and 11 deletions
+3 -1
View File
@@ -70,7 +70,7 @@ VOID = /dev/null
endif
.PHONY: default all clean clean_decomp_o install uninstall
.PHONY: default all clean clean_decomp_o install uninstall generate_res
default: zstd
@@ -123,6 +123,8 @@ zstd-decompress: clean_decomp_o
zstd-compress: $(ZSTDCOMMON_FILES) $(ZSTDCOMP_FILES) zstdcli.c fileio.c
$(CC) $(FLAGS) -DZSTD_NOBENCH -DZSTD_NODICT -DZSTD_NODECOMPRESS $^ -o $@$(EXT)
generate_res:
windres\generate_res.bat
clean:
$(MAKE) -C ../lib clean