1 Star 1 Fork 0

独立观察员 / moonpdf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build-all.msbuild 886 Bytes
一键复制 编辑 原始数据 按行查看 历史
reliak 提交于 2013-04-07 17:44 . Initial commit
<!--
Call this file via msbuild.
For X64 you can use the "VS2012 x64 Native Tools Command Prompt"
Example usage:
msbuild build-all.msbuild /p:platform=X64
Note that the property 'platform' is case sensitive here, so please use X64 and NOT x64
-->
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<platform Condition="$(platform) == ''">X86</platform>
</PropertyGroup>
<Target Name="Build">
<RemoveDir Directories="ext/sumatra/output/$(platform)" />
<exec Command="nmake -f makefile-mupdf.msvc platform=$(platform)"/>
<Copy SourceFiles="ext/sumatra/output/$(platform)/libmupdf.dll" DestinationFolder="bin/MuLib/$(platform)" />
<MSBuild Projects="src/MoonPdf.sln" Targets="Rebuild" Properties="Configuration=Release;Platform=$(platform);AllowUnsafeBlocks=true"/>
</Target>
</Project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/dlgcy/moonpdf.git
git@gitee.com:dlgcy/moonpdf.git
dlgcy
moonpdf
moonpdf
dlgcy

搜索帮助

344bd9b3 5694891 D2dac590 5694891