2.6 => 2.7wip
This commit is contained in:
7
Makefile
7
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user