Home
last modified time | relevance | path

Searched full:arch (Results 1 – 13 of 13) sorted by relevance

/civetweb-2.7.6/
Dmingw.cmd37 @if /i [%arg%] == [/arch] set "arch=%~2" & shift
64 @if not defined arch @call :architecture arch
82 @call :main "%arch%" "%version%" "%threading%" "%exceptions%" "%revision%"
111 @set "arch=%~1"
112 @if "%arch%" == "" @exit /b 1
117 @call :log 3 "arch = %arch%"
127 @call :resolve slug url "%repo%" "%arch%" "%version%" "%threading%" "%exceptions%" "%revision%"
168 @set "arch=%%~b"
169 @set "arch=!arch: =!"
180 @echo !arch!^|!version!^|!threading!^|!exceptions!^|!revision!^|!url!>> "%repository_path%"
[all …]
Dbuild.cmd78 @call :architecture arch
348 @for /f "skip=2 tokens=2,*" %%a in ('reg query "%key%" /v "%var%"') do @set "arch=%%b"
349 @if "%arch%" == "AMD64" set arch=x86_64 variable
350 @call :log 4 "arch = %arch%"
351 @endlocal & set "%~1=%arch%"
611 /arch "%arch%"
Dappveyor.yml287 - if "%platform%"=="x64" (set arch=x86_64)
288 - if "%platform%"=="x86" (set arch=i686)
295 /arch "%arch%"
DMakefile.osx16 CFLAGS += -DUSE_COCOA -DENABLE_CREATE_CONFIG_FILE -mmacosx-version-min=10.4 -ObjC -arch i386 -arch
Dconanfile.py16 settings = "os", "compiler", "build_type", "arch"
D.travis.yml521 ARCH=x86
DCMakeLists.txt107 # ARCH flag
DRELEASE_NOTES.md419 - Created PKGBUILD to use Arch distribution (Daniel Oaks)
/civetweb-2.7.6/cmake/
DDetermineTargetArchitecture.cmake21 set(ARCH "i686") variable
23 set(ARCH "x86_64") variable
25 set(ARCH "arm") variable
33 OUTPUT_VARIABLE ARCH
39 string(REGEX MATCH "([^-]+).*" ARCH_MATCH ${ARCH})
41 message(FATAL_ERROR "Failed to match the target architecture triplet: ${ARCH}")
43 set(ARCH ${CMAKE_MATCH_1}) variable
45 message(STATUS "Target architecture - ${ARCH}")
46 set(FLAG ${ARCH} PARENT_SCOPE)
/civetweb-2.7.6/distribution/arch/
DPKGBUILD.git.example8 arch=('i686' 'x86_64')
35 …install -Dm644 "$srcdir/$_pkgname/distribution/arch/$_pkgname.service" "$pkgdir/usr/lib/systemd/sy…
/civetweb-2.7.6/src/third_party/duktape-1.5.2/config/
Dgenconfig.py1071 for arch in architectures['autodetect']:
1072 ret.line(' * - %s' % arch.get('name', arch.get('check')))
1178 for idx, arch in enumerate(architectures['autodetect']):
1179 check = arch.get('check', None)
1180 include = arch['include']
1192 ret.line('/* --- %s --- */' % arch.get('name', '???'))
/civetweb-2.7.6/src/third_party/duktape-1.8.0/config/
Dgenconfig.py1071 for arch in architectures['autodetect']:
1072 ret.line(' * - %s' % arch.get('name', arch.get('check')))
1178 for idx, arch in enumerate(architectures['autodetect']):
1179 check = arch.get('check', None)
1180 include = arch['include']
1192 ret.line('/* --- %s --- */' % arch.get('name', '???'))
/civetweb-2.7.6/conan/test_package/
Dconanfile.py8 settings = "os", "compiler", "build_type", "arch"