update changes in creating windows release

git-svn-id: https://svn.code.sf.net/p/acme-crossass/code-0/trunk@24 4df02467-bbd4-4a76-a152-e7ce94205b78
This commit is contained in:
hoeppie 2014-01-26 21:10:36 +00:00
parent c5d30101a1
commit d206b62eeb

View File

@ -55,12 +55,15 @@ tree.o: config.h dynabuf.h global.h label.h tree.h tree.c
# _dos.o: _dos.h
win/resource.rc: acme.c
cd win; sh setRelease.sh
resource.res: win/resource.rc win/logo.ico
cd win; windres resource.rc -O coff -o ../resource.res
cp -f win/logo.ico .
clean:
-$(RM) -f *.o $(PROGS) *~ core resource.res logo.ico
-$(RM) -f *.o $(PROGS) *~ core resource.res logo.ico win/resource.rc
install: all