aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/xps_to_png/compile_xps_to_png.bat
diff options
context:
space:
mode:
authorGravatar Hal Canary <halcanary@google.com>2016-10-13 15:30:11 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2016-10-14 13:27:55 +0000
commit2eaef920ebb241d718e0c1facb966eefb1f2aefb (patch)
tree7604d5beaadcecfbb305712bc9981d97e519be29 /experimental/xps_to_png/compile_xps_to_png.bat
parent703cf5aa20aaf01476f99299ca70a7e8b7aab4c5 (diff)
experimental: xps_to_png program (windows only)
BUG=skia:409 NOTRY=true Change-Id: Ib0df603535de71b0a324808c17e47691435df666 Reviewed-on: https://skia-review.googlesource.com/3342 Reviewed-by: Hal Canary <halcanary@google.com> Commit-Queue: Hal Canary <halcanary@google.com>
Diffstat (limited to 'experimental/xps_to_png/compile_xps_to_png.bat')
-rw-r--r--experimental/xps_to_png/compile_xps_to_png.bat14
1 files changed, 14 insertions, 0 deletions
diff --git a/experimental/xps_to_png/compile_xps_to_png.bat b/experimental/xps_to_png/compile_xps_to_png.bat
new file mode 100644
index 0000000000..4c34293f35
--- /dev/null
+++ b/experimental/xps_to_png/compile_xps_to_png.bat
@@ -0,0 +1,14 @@
+@rem Copyright 2016 Google Inc.
+@rem
+@rem Use of this source code is governed by a BSD-style license that can be
+@rem found in the LICENSE file.
+
+"C:\PROGRA~2\MSBUILD\14.0\BIN\AMD64\CSC.EXE" ^
+/lib:"\PROGRA~2\REFERE~1\MICROS~1\FRAMEW~1\NETFRA~1\V4.5.2" ^
+/reference:"ReachFramework.dll" ^
+/reference:"WindowsBase.dll" ^
+/reference:"PresentationCore.dll" ^
+/reference:"PresentationFramework.dll" ^
+"%~dp0%xps_to_png.cs"
+
+