skia2/experimental/xps_to_png/compile_xps_to_png.bat
Hal Canary 2eaef920eb 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>
2016-10-14 13:27:55 +00:00

15 lines
435 B
Batchfile

@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"