Home
last modified time | relevance | path

Searched +full:- +full:dbuild_shared_libs (Results 1 – 4 of 4) sorted by relevance

/civetweb-2.7.6/
Dbuild2 set -euo pipefail
15 if [ $# -eq 0 ]; then
20 hash $prog 2>&-
21 if [ $? -ne 0 ]; then
28 if [ $# -ne 0 ]; then
36 stdout " [--shared|(--static)] Builds either a static or a shared library"
37 stdout " [--debug|(--release)] Builds a certain variant of the library"
38 stdout " -g,--generator name The CMake generator to use ('Unix Makefiles')"
39 stdout " -o,--output folder The place to output the build files (./output)"
43 stdout " ./build --shared --debug"
[all …]
Dappveyor.yml14 - '**/*.md'
25 - id: Default-x86
26 compiler: msvc-19-seh
37 - id: Default-x64
38 compiler: msvc-19-seh
50 - id: Full-x86
51 compiler: msvc-19-seh
62 - id: Full-x64
63 compiler: msvc-19-seh
75 - id: Full-x86-Debug
[all …]
D.travis.yml10 - $HOME/third-party
17 - cmake
18 - openssl
19 - libssl-dev
21 - kubuntu-backports
25 - if [ "${TRAVIS_OS_NAME}" == "linux" ]; then
28 wget https://cmake.org/files/v3.7/cmake-3.7.2-Linux-x86_64.sh --no-check-certificate;
29 chmod +x cmake-3.7.2-Linux-x86_64.sh;
30 ./cmake-3.7.2-Linux-x86_64.sh --prefix=$HOME/usr --exclude-subdir --skip-license;
32 - cmake --version
[all …]
Dbuild.cmd20 @set "script_folder=%script_folder:~0,-1%"
26 @set dependency_path=%TEMP%\%project%-build-dependencies
70 @set /a "log_keep=log_keep-1"
72 @for /f "skip=%log_keep%" %%f in ('dir /b /o-D /tc %log_folder%') do @(
110 :: -------------------------- Functions start here ----------------------------
112 :main - Main function that performs the build
116 @call :log 6 "------------------------------------"
136 @call :log 6 "------------------------------------"
142 :print_usage - Prints the usage of the script
143 :: %* - message to print, each argument on it's own line
[all …]