/ Published in: Makefile

ICL - Windows ICon Library
Expand |
Embed | Plain Text
.PHONY: icl .SUFFIXES: .icl .ico .rc .res . ##----------------------------- ## ICL - ICon Library rules ##----------------------------- icl: (notdir $(CURDIR)).icl %.icl: %.res gcc -mwindows -s -shared -nostartfiles -o [email protected] $^ %.res: %.rc windres -O coff -o [email protected] -i $< %.rc: $(wildcard *.ico)
You need to login to post a comment.