2.6 => 2.7wip

This commit is contained in:
Thomas Bernard
2019-02-09 18:44:25 +01:00
parent 9951d46279
commit 52ccd396d5
5 changed files with 20 additions and 8 deletions

View File

@@ -4,7 +4,8 @@ OPT = WIN32CROSS=1 \
endif
.PHONY: all tools grafx2 ziprelease 3rdparty win32installer \
doc doxygen docarchive doxygenarchive htmldoc
doc doxygen docarchive doxygenarchive htmldoc \
updateversion
all: grafx2 tools
@@ -40,3 +41,7 @@ htmldoc:
# this C file is generated by the build
src/version.c: grafx2
updateversion: src/version.c
$(MAKE) -C src gfx2.rc
$(MAKE) -C install/ updateversion