HomeSort by relevance Sort by last modified time
    Searched defs:cygwin (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/build/
NdkEnvSupplier.java 49 // I'm giving MSYS precedence over Cygwin. I'm biased that
60 bin = new File("C:\\cygwin\\bin"); //$NON-NLS-1$
80 // Since we're using real paths, need to tell cygwin it's OK
81 IBuildEnvironmentVariable cygwin = new IBuildEnvironmentVariable() { local
84 return "CYGWIN"; //$NON-NLS-1$
103 mEnvVars.put(cygwin.getName(), cygwin); local
  /ndk/build/core/
init.mk 150 # On all modern variants of Windows (including Cygwin and Wine)
167 ifneq (,$(findstring CYGWIN,$(UNAME)))
182 # $(HOST_OS), except on Cygwin where we will have:
184 # HOST_OS == cygwin
187 # Trying to detect that we're running from Cygwin is tricky
194 # to a Cygwin installation.
200 $(call ndk_log,Found /bin/uname.exe on Windows host, checking for Cygwin)
202 # native Windows shell. On cygwin, this will create an empty NUL file
206 ifneq (,$(filter CYGWIN%,$(UNAME)))
207 $(call ndk_log,Cygwin detected: $(shell uname -a)
    [all...]

Completed in 220 milliseconds