diff options
author | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-07 21:59:04 +0000 |
---|---|---|
committer | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-07 21:59:04 +0000 |
commit | 0c64428c4e8d2bef0fc4c9fb5aee8be70032dc4e (patch) | |
tree | f9a3b8e9f4a4387155e0a27a152c20170e8c22a1 /third_party | |
parent | d7a22bdd4c47fd1dc646f03d15d27081bfd1987b (diff) | |
download | chromium_src-0c64428c4e8d2bef0fc4c9fb5aee8be70032dc4e.zip chromium_src-0c64428c4e8d2bef0fc4c9fb5aee8be70032dc4e.tar.gz chromium_src-0c64428c4e8d2bef0fc4c9fb5aee8be70032dc4e.tar.bz2 |
Remove the third_party/gnu directory, switching scripts that use unix like tools to cygwin.
BUGS=1313603
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@539 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/cygwin/setup_env.bat | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/cygwin/setup_env.bat b/third_party/cygwin/setup_env.bat new file mode 100644 index 0000000..0aac0ea --- /dev/null +++ b/third_party/cygwin/setup_env.bat @@ -0,0 +1,4 @@ +:: This script adds cygwin to the path
+@echo OFF
+
+set PATH=%~dp0\bin;%PATH%
|