skia2/experimental/xps_to_png/compile_xps_to_png.bat
Hal Canary c7a46650bc experimental/xps_to_png: fix DPI, usage message
NOTRY=true
Change-Id: I4d4c46b5889ab8e8b8f54e8c631b3932912051dd
Reviewed-on: https://skia-review.googlesource.com/3534
Reviewed-by: Hal Canary <halcanary@google.com>
Commit-Queue: Hal Canary <halcanary@google.com>
2016-10-17 15:58:05 +00:00

15 lines
491 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.
@set CSC="C:\Program Files (x86)\MSBuild\14.0\Bin\amd64\csc.exe"
@set LIB="C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2"
%CSC% /lib:%LIB% ^
/reference:"PresentationCore.dll" ^
/reference:"PresentationFramework.dll" ^
/reference:"ReachFramework.dll" ^
/reference:"WindowsBase.dll" ^
"%~dp0%xps_to_png.cs"