make/project.xml

changeset 754
4bc7d966c9db
parent 753
24dc84788dee
child 757
49ceea78fce7
     1.1 --- a/make/project.xml	Thu Oct 12 00:00:35 2023 +0200
     1.2 +++ b/make/project.xml	Wed Oct 18 21:07:02 2023 +0200
     1.3 @@ -10,21 +10,25 @@
     1.4  	<dependency>
     1.5  		<make>
     1.6  # library version
     1.7 -VERSION="3.0.0"
     1.8 +VERSION=3.0.0
     1.9 +LIBVERSION=4.0.0
    1.10 +LIBVERSION_MAJOR=4
    1.11  
    1.12  # build directory structure !! do not change or override !!
    1.13 -BUILD_DIR=${src_dir}/build
    1.14 -DOCS_DIR=${src_dir}/build/docs
    1.15 -DIST_DIR=${src_dir}/dist
    1.16 +build_dir=${src_dir}/build
    1.17 +docs_dir=${src_dir}/build/docs
    1.18 +dist_dir=${src_dir}/dist
    1.19  		</make>
    1.20  	</dependency>
    1.21  
    1.22  	<dependency name="file-tools">
    1.23  		<make>
    1.24 -MKDIR=mkdir -p
    1.25 -RMDIR=rm -f -R
    1.26 -COPYFILE=cp
    1.27 -COPYALL=cp -R
    1.28 +MKDIR=/bin/mkdir -p
    1.29 +RMFILE=/bin/rm -f
    1.30 +RMDIR=/bin/rm -f -R
    1.31 +COPYFILE=/bin/cp -f
    1.32 +COPYALL=/bin/cp -f -R
    1.33 +SYMLINK=/bin/ln -s
    1.34  		</make>
    1.35  	</dependency>
    1.36  

mercurial