diff Makefile.cross-mingw @ 718:1ab9b538c0bb default tip

Rename Makefile.gen to Makefile.common
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 03 Aug 2023 19:17:58 +0300
parents 93d0e1547842
children
line wrap: on
line diff
--- a/Makefile.cross-mingw	Sun Jul 02 03:21:18 2023 +0300
+++ b/Makefile.cross-mingw	Thu Aug 03 19:17:58 2023 +0300
@@ -53,7 +53,7 @@
 EXTRAOBJS = $(OBJPATH)resource.o
 ICON = resource.ico
 
-include Makefile.gen
+include Makefile.common
 
 $(OBJPATH)resource.rc: resource.rc.in $(ICON) VERSION
 	sed -e "s/@VERSION@/$(NN_VERSION)/g;s/@VERSION_COM@/$(NN_VERSION_COM)/g;s/@ICON@/$(ICON)/g;s#@EXE@#$(notdir $(NNCHAT_BIN))#g" < $< > $@