aboutsummaryrefslogtreecommitdiff
path: root/setup_env.bat
diff options
context:
space:
mode:
authorShri Borde <shri@google.com>2011-11-02 13:20:24 -0700
committerShri Borde <shri@google.com>2011-11-02 13:20:24 -0700
commit7cd8149e2cbad8b1ff6d481c37a4775d3c8cf2fa (patch)
treeb33940212e8eae6d9df454f5461279da919629cf /setup_env.bat
parent2398a6ec900d592b1433dc24eeeecf442794eb10 (diff)
downloadlibyuv-7cd8149e2cbad8b1ff6d481c37a4775d3c8cf2fa.tar.gz
Initial population of libyuv
Change-Id: I46a6a1525aebaba979b0f2ca5b58be2004901410
Diffstat (limited to 'setup_env.bat')
-rwxr-xr-xsetup_env.bat7
1 files changed, 7 insertions, 0 deletions
diff --git a/setup_env.bat b/setup_env.bat
new file mode 100755
index 00000000..d8a33a68
--- /dev/null
+++ b/setup_env.bat
@@ -0,0 +1,7 @@
+:: This script must not rely on any external tools or PATH values.
+@echo OFF
+
+if "%SETUP_ENV_LIBYUV_TOOLS%"=="done" goto :EOF
+set SETUP_ENV_LIBYUV_TOOLS=done
+
+:: TODO(fbarchard): add files\win32 to for psnr tool