• Home
  • Raw
  • Download

Lines Matching +full:invoke +full:- +full:webrequest

8 echo     of python-source-deps clone of libffi branch
13 echo Tested with cygwin-x86 from https://www.cygwin.com/install.html
25 echo. -x64 enable x64 build
26 echo. -x86 enable x86 build
27 echo. -arm32 enable arm32 build
28 echo. -arm64 enable arm64 build
29 echo. -? this help
30 echo. --install-cygwin install cygwin to c:\cygwin
46 if /I "%1"=="-x64" (set BUILD_X64=1) & shift & goto :CheckOpts
47 if /I "%1"=="-x86" (set BUILD_X86=1) & shift & goto :CheckOpts
48 if /I "%1"=="-win32" (set BUILD_X86=1) & shift & goto :CheckOpts
49 if /I "%1"=="-arm32" (set BUILD_ARM32=1) & shift & goto :CheckOpts
50 if /I "%1"=="-arm64" (set BUILD_ARM64=1) & shift & goto :CheckOpts
51 if /I "%1"=="-pdb" (set BUILD_PDB=-g) & shift & goto :CheckOpts
52 if /I "%1"=="-noopt" (set BUILD_NOOPT=CFLAGS='-Od -warn all') & shift & goto :CheckOpts
53 if /I "%1"=="-license" (set COPY_LICENSE=1) & shift & goto :CheckOpts
54 if /I "%1"=="-?" goto :Usage
55 if /I "%1"=="--install-cygwin" (set INSTALL_CYGWIN=1) & shift & goto :CheckOpts
74 …icrosoft Visual Studio\Installer\vswhere.exe" -property installationPath -latest -prerelease -prod…
87 %SH% --login -lc "cygcheck -dc cygwin"
88 set GET_MSVCC=%SH% -lc "cd $OLDPWD; export MSVCC=`/usr/bin/find $PWD -name msvcc.sh`; echo ${MSVCC}…
99 %SH% -lc "(cd $LIBFFI_SOURCE; ./autogen.sh;)"
103 if "%BUILD_X64%"=="1" call :BuildOne x64 x86_64-w64-cygwin x86_64-w64-cygwin
105 if "%BUILD_X86%"=="1" call :BuildOne x86 i686-pc-cygwin i686-pc-cygwin
107 if "%BUILD_ARM32%"=="1" call :BuildOne x86_arm i686-pc-cygwin arm-w32-cygwin
109 if "%BUILD_ARM64%"=="1" call :BuildOne x86_arm64 i686-pc-cygwin aarch64-w64-cygwin
135 set ARTIFACTS=%LIBFFI_SOURCE%\x86_64-w64-cygwin
136 set ASSEMBLER=-m64
141 set ARTIFACTS=%LIBFFI_SOURCE%\i686-pc-cygwin
147 set ARTIFACTS=%LIBFFI_SOURCE%\arm-w32-cygwin
148 set ASSEMBLER=-marm
153 set ARTIFACTS=%LIBFFI_SOURCE%\aarch64-w64-cygwin
154 set ASSEMBLER=-marm64
170-lc "(cd $OLDPWD; ./configure CC='%MSVCC% %ASSEMBLER% %BUILD_PDB%' CXX='%MSVCC% %ASSEMBLER% %BUILD…
176 %SH% -lc "(cd $OLDPWD; export PATH=/usr/bin:$PATH; cp src/%SRC_ARCHITECTURE%/ffitarget.h include; m…
182 …%SH% -lc "(cd $OLDPWD; export PATH=/usr/bin:$PATH; cp `find $PWD -name 'libffi-?.dll'` $HOST/tests…
190 copy %ARTIFACTS%\.libs\libffi-*.dll %_LIBFFI_OUT% || exit /B 1
191 copy %ARTIFACTS%\.libs\libffi-*.lib %_LIBFFI_OUT% || exit /B 1
192 copy %ARTIFACTS%\.libs\libffi-*.pdb %_LIBFFI_OUT%
206 powershell -c "md $env:CYG_ROOT -ErrorAction SilentlyContinue"
207 powershell -c "$setup = $env:CYG_ROOT+'/setup.exe'; if (!(Test-Path $setup)){invoke-webrequest http…
208 %CYG_ROOT%/setup.exe -qnNdO -R "%CYG_ROOT%" -s "%CYG_MIRROR%" -l "%CYG_CACHE%" -P make -P autoconf