Home
last modified time | relevance | path

Searched refs:CYGWIN_PATH (Results 1 – 5 of 5) sorted by relevance

/CafeSDK-2.12.13/
Dcafe.bat166 if "%CYGWIN_PATH%" == "" if exist C:\cygwin set CYGWIN_PATH=C:\cygwin variable
167 if "%CYGWIN_PATH%" == "" if not "%MSYS_PATH%" == "" set CYGWIN_PATH=%MSYS_PATH% variable
168 if "%CYGWIN_PATH%" == "" goto cygwin_error
169 if not exist %CYGWIN_PATH% echo %CYGWIN_PATH% not found! && goto cygwin_error
171 if not exist %CYGWIN_PATH%\bin\mintty.exe if not exist %CYGWIN_PATH%\bin\bash.exe echo bash.exe/min…
175 if not exist %CYGWIN_PATH%\bin\cygcheck.exe goto :no_check_cygcheck
179 for /F "usebackq delims=" %%s in (`%CYGWIN_PATH%\bin\cygcheck -c cygwin ^| %CYGWIN_PATH%\bin\grep -…
181 for /f %%i in ('%CYGWIN_PATH%\bin\uname -m 2^>nul') do if "%%i" == "x86_64" echo WARNING: 64-bit Cy…
186 set _CYGPATH_DIR=%CYGWIN_PATH%\bin
194 :: NOTE: If CAFE_ROOT_DOS is a directory under CYGWIN_PATH (i.e. home), please
[all …]
/CafeSDK-2.12.13/system/src/tool/cafex/Properties/binres/
DREADME.txt50 set CYGWIN_PATH=C:\MinGW\msys\1.0
/CafeSDK-2.12.13/system/src/tool/cafex/
DTools.cs203 !string.IsNullOrEmpty(CafeX.Program.CYGWIN_PATH.value) ) in Windowsify()
206 …input = input.Replace( @"/cygdrive///", Path.Combine(CafeX.Program.CYGWIN_PATH.value, "cygdrive/")… in Windowsify()
DCafeFunctions.cs253 internal static EnvVar CYGWIN_PATH = new EnvVar("CYGWIN_PATH"); field in CafeX.Program
/CafeSDK-2.12.13/system/bin/tool/
Dmakecfmaster.sh597 CAFERUN_WORK_DIR=`cygpath -a "$CYGWIN_PATH/tmp/${SESSION_PATH_PREFIX}caferun"`