HomeSort by relevance Sort by last modified time
    Searched full:cygwin (Results 51 - 75 of 689) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/svox/pico_resources/tools/LingwareBuilding/
Readme.txt 8 ! perl, lua, cygwin
12 ! cygwin 1.5.25 http://www.cygwin.com/
21 - on a cygwin console launch :
  /external/chromium/chrome/common/extensions/docs/build/
build.sh 14 if [ "$(uname | cut -b1-6)" == "CYGWIN" ] ; then
15 # On cygwin, we use the verison of python from depot_tools.
16 echo "Detected cygwin - looking for python in depot_tools"
  /ndk/
ndk-build 83 CYGWIN*|*_NT-*) HOST_OS=cygwin;;
139 # Note: we intentionally do not provide prebuilt make binaries for Cygwin
146 echo "ERROR: Cannot find 'make' program. Please install Cygwin make package"
156 # On Windows, when running under cygwin, check that we are
157 # invoking a cygwin-compatible GNU Make binary. It is unfortunately
158 # common for app developers to have another non cygwin-compatible
161 if [ "$OSTYPE" = "cygwin" ] ; then
164 CYGWIN_GNUMAKE=`$GNUMAKE -f "$PROGDIR_MIXED/build/core/check-cygwin-make.mk" 2>&1`
166 echo "ERROR: You are using a non-Cygwin compatible Make program.
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/system/
path_unittest.py 37 if platform == 'cygwin' and sys.platform != 'cygwin':
43 if sys.platform != 'cygwin':
48 platform='cygwin')
50 platform='cygwin'),
88 platform='cygwin')
91 if sys.platform != 'cygwin':
  /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
  /external/webkit/Tools/CygwinDownloader/
cygwin-downloader.py 33 # This is mostly just the list of North America http mirrors from http://cygwin.com/mirrors.html,
35 mirror_servers = ["http://cygwin.elite-systems.org/",
36 "http://mirror.mcs.anl.gov/cygwin/",
37 "http://cygwin.osuosl.org/",
38 "http://mirrors.kernel.org/sourceware/cygwin/",
39 "http://mirrors.xmission.com/cygwin/",
40 "http://sourceware.mirrors.tds.net/pub/sourceware.org/cygwin/"]
77 print "Using Cygwin mirror server " + package_mirror_url + " to download setup.ini..."
136 download_url_to_file("http://cygwin.com/setup.exe", "setup.exe", "Downloading setup.exe")
141 Finished downloading Cygwin. In %d seconds
    [all...]
  /sdk/eclipse/
README_WINDOWS.txt 23 You need a Windows machine with XP or Vista and Cygwin.
24 - Installer at http://sources.redhat.com/cygwin/
29 Then under Cygwin:
  /build/libs/host/
Android.mk 8 ifeq ($(HOST_OS),cygwin)
  /external/qemu/
android-rebuild.sh 16 CYGWIN*|*_NT-*)
  /external/openssh/contrib/cygwin/
README 1 This package describes important Cygwin specific stuff concerning OpenSSH.
3 The binary package is usually built for recent Cygwin versions and might
4 not run on older versions. Please check http://cygwin.com/ for information
5 about current Cygwin releases.
83 Since Cygwin is able to switch user context without password beginning
124 --cygwin -c <options> Use "options" as value for CYGWIN environment var.
170 You may use all features of the CYGWIN=ntsec setting the same
171 way as they are used by Cygwin's login(1) port:
188 Note that the CYGWIN=ntsec setting is required for public key authentication
    [all...]
  /external/webkit/Tools/DumpRenderTree/win/
DumpRenderTreePreBuild.cmd 1 %SystemDrive%\cygwin\bin\which.exe bash
2 if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
  /gdk/
gdk-build 79 echo "ERROR: Cannot find 'make' program. Please install Cygwin make package"
85 # On Windows, when running under cygwin, check that we are
86 # invoking a cygwin-compatible GNU Make binary. It is unfortunately
87 # common for app developers to have another non-cygwin compatible
89 if [ "$OSTYPE" = "cygwin" ] ; then
92 CYGWIN_GNUMAKE=`$GNUMAKE -f "$PROGDIR_MIXED/build/core/check-cygwin-make.mk" 2>&1`
94 echo "ERROR: You are using a non-Cygwin compatible Make program."
99 echo "1. Ensure that the Cygwin 'make' package is installed."
  /ndk/build/core/
build-all.mk 85 # On Cygwin, we generate a temporary shell script that is capable of
87 # in them from the Windows to the corresponding Cygwin convention.
90 # This shell script is generated by passing the output of the cygwin
93 ifeq ($(HOST_OS),cygwin)
94 GEN_CYGWIN_DEPS_CONVERTER := mount | awk -f $(BUILD_AWK)/gen-cygwin-deps-converter.awk
96 $(call __ndk_info,Cygwin dependency file conversion script:)
102 @$(HOST_ECHO) "Cygwin : Generating dependency file converter script"
138 ifeq ($(HOST_OS),cygwin)
init.mk 108 # On all modern variants of Windows (including Cygwin and Wine)
125 ifneq (,$(findstring CYGWIN,$(UNAME)))
140 # $(HOST_OS), except on Cygwin where we will have:
142 # HOST_OS == cygwin
145 # Trying to detect that we're running from Cygwin is tricky
152 # to a Cygwin installation.
158 $(call ndk_log,Found /bin/uname.exe on Windows host, checking for Cygwin)
160 # native Windows shell. On cygwin, this will create an empty NUL file
164 ifneq (,$(filter CYGWIN%,$(UNAME)))
165 $(call ndk_log,Cygwin detected: $(shell uname -a)
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/m4/
double-slash-root.m4 15 # Cygwin, and z/OS. If anyone knows of another system for which // has
19 *-cygwin | i370-ibm-openedition)
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
apache_http_server.py 106 cygbin = self._port_obj._path_from_base('third_party', 'cygwin',
108 # Not entirely sure why, but from cygwin we need to run the
116 # TODO(ojan): When we get cygwin using Apache 2, use set the
117 # cert file for cygwin as well.
119 # Join the string here so that Cygwin/Windows and Mac/Linux
125 return sys.platform in ("win32", "cygwin")
135 """Convert a Windows path to a cygwin path.
138 Cygwin root paths to what it thinks the correct roots are. So paths
139 such as "C:\b\slave\webkit-release\build\third_party\cygwin\bin"
165 # and our checked in cygwin. This tells the server the roo
    [all...]
chromium_win.py 84 # Put the cygwin directory first in the path to find cygwin1.dll.
86 self.path_from_chromium_base("third_party", "cygwin", "bin"),
88 # Configure the cygwin directory so that pywebsocket finds proper
91 "third_party", "cygwin", "bin")
92 if (sys.platform in ("cygwin", "win32") and self.get_option('register_cygwin')):
94 "cygwin",
144 return self.path_from_chromium_base('third_party', 'cygwin', 'usr',
148 return self._filesystem.join(self.layout_tests_dir(), 'http', 'conf', 'cygwin-httpd.conf')
174 return self.path_from_chromium_base('third_party', 'cygwin', 'bin',
  /external/dropbear/libtommath/
makefile.cygwin_dll 1 #Makefile for Cygwin-GCC
3 #This makefile will build a Windows DLL [doesn't require cygwin to run] in the file
8 CFLAGS += -I./ -Wall -W -Wshadow -O3 -funroll-loops -mno-cygwin
43 # make a Windows DLL via Cygwin
45 gcc -mno-cygwin -mdll -o libtommath.dll -Wl,--out-implib=libtommath.dll.a -Wl,--export-all-symbols *.o
  /build/tools/acp/
README 13 MinGW/Cygwin:
36 On most systems it is ignored, but on MinGW/Cygwin it allows "cp foo bar"
38 default Cygwin cp, "acp foo bar" will not find foo.exe unless you add
  /external/libpng/
Android.mk 29 # Case where we're building windows but not under linux (so it must be cygwin)
30 # In this case, gcc cygwin doesn't recognize -fvisibility=hidden
31 $(info libpng: Ignoring gcc flag $(common_CFLAGS) on Cygwin)
  /external/clang/test/Driver/
debug-options-as.c 2 // XFAIL: cygwin,mingw32
  /external/clang/test/Tooling/
clang-check-pwd.cpp 13 // XFAIL: cygwin,mingw32,win32
clang-check.cpp 13 // XFAIL: cygwin,mingw32,win32
  /external/icu4c/common/unicode/
platform.win 14 * will help the user of ICU to know whether ICU was built with Cygwin using
  /external/icu4c/
runConfigureICU 34 Cygwin Use the GNU gcc/g++ compilers on Cygwin
35 Cygwin/MSVC Use the Microsoft Visual C++ compiler on Cygwin
36 Cygwin/MSVC2005 Use the Microsoft Visual C++ 2005 compiler on Cygwin
37 Cygwin/ICL Use the Intel C++ compiler on Cygwin
235 Cygwin)
236 THE_OS="Cygwin"
    [all...]

Completed in 662 milliseconds

1 23 4 5 6 7 8 91011>>