mirror of
https://github.com/falk-werner/webfuse-provider
synced 2026-03-02 04:09:18 +00:00
Merge commit 'b19a54d2f9d8a3e83366c638aace4cf3b5daa96e' as 'build/dobuild'
This commit is contained in:
3
build/dobuild/assets/templates/cmake.properties.template
Normal file
3
build/dobuild/assets/templates/cmake.properties.template
Normal file
@@ -0,0 +1,3 @@
|
||||
CMAKE_GENERATOR='%CMAKE_GENERATOR%'
|
||||
CMAKE_GENERATOR_NAME='%CMAKE_GENERATOR_CMD%'
|
||||
CMAKE_GENERATOR_CMD='%CMAKE_GENERATOR_CMD%'
|
||||
1
build/dobuild/assets/templates/md5sum.txt.template
Normal file
1
build/dobuild/assets/templates/md5sum.txt.template
Normal file
@@ -0,0 +1 @@
|
||||
%MD5% %FILE%
|
||||
17
build/dobuild/assets/templates/properties.template
Normal file
17
build/dobuild/assets/templates/properties.template
Normal file
@@ -0,0 +1,17 @@
|
||||
TARGET='%TARGET%'
|
||||
NPROC="$DOBUILD_NPROC"
|
||||
VERBOSE="$DOBUILD_VERBOSE"
|
||||
BUILDVERBOSE="$DOBUILD_BUILDVERBOSE"
|
||||
TESTVERBOSE="$DOBUILD_TESTVERBOSE"
|
||||
PROJECTDIR='%PROJECTDIR%'
|
||||
DOBUILDDIR='%DOBUILDDIR%'
|
||||
HOSTMARCH='%HOSTMARCH%'
|
||||
MARCH='%MARCH%'
|
||||
DISTRIB='%DISTRIB%'
|
||||
DISTRIB_ID='%DISTRIB_ID%'
|
||||
DISTRIB_VERSION='%DISTRIB_VERSION%'
|
||||
SYS='%SYS%'
|
||||
ABI='%ABI%'
|
||||
ID='%ID%'
|
||||
VARIANT='%VARIANT%'
|
||||
BUILD_TESTING='%BUILD_TESTING%'
|
||||
Reference in New Issue
Block a user