comparison Makefile.w32 @ 674:650e7a5c74c5

Add homepage and adjust Makefiles.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 19 Dec 2016 19:01:27 +0200
parents 358cdc4c9178
children 264cada93ae9
comparison
equal deleted inserted replaced
673:358cdc4c9178 674:650e7a5c74c5
31 sed -e "s/@VERSION@/$(NN_VERSION)/g;s/@VERSION_COM@/$(NN_VERSION_COM)/g;s/@ICON@/$(ICON)/g;s#@EXE@#$(notdir $(NNCHAT_BIN))#g" < $< > $@ 31 sed -e "s/@VERSION@/$(NN_VERSION)/g;s/@VERSION_COM@/$(NN_VERSION_COM)/g;s/@ICON@/$(ICON)/g;s#@EXE@#$(notdir $(NNCHAT_BIN))#g" < $< > $@
32 32
33 resource.o: resource.rc 33 resource.o: resource.rc
34 $(WINDRES) $< -O coff -o $@ 34 $(WINDRES) $< -O coff -o $@
35 35
36
37 upload: $(BINPATH)/nncsetup.msi $(DOC)
38 @scp $< ccr@tnsp.org:public_html/nnchat/nncsetup-$(NN_VERSION).msi
39 @touch $@