Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
SharpFont, 4.0.1+fixes, v3.0.1-81-gc574260, TargetFrameworkVersion=v2…
Browse files Browse the repository at this point in the history
….0 build

net4 build of SharpFont, 4.0.1+fixes from HinTak/SharpFont:v3.0.1-75-ge1b444c

    cd Source/SharpFont && xbuild SharpFont.csproj

git@github.com:HinTak/SharpFont.git v4.0.1+fixes v3.0.1-80-g670aa0b

    cd Source/SharpFont && xbuild /p:TargetFrameworkVersion=v2.0 /property:Configuration=Release SharpFont.csproj

4.1.0+fixes need to do without dll

upstream addition 8efddb79a3d55bca01e5e80e8f3782e8f8c5fbab

xbuild /p:TargetFrameworkVersion=v2.0 /property:Configuration=Release SharpFont.csproj ; v3.0.1-81-gc574260

Part of the fixes to
microsoft#49
Robmaister/SharpFont#89
and is built for dotnet2:
microsoft#42
See also:
Robmaister/SharpFont#95
and also
Robmaister/SharpFont#82
  • Loading branch information
HinTak committed Jul 16, 2017
1 parent 00ff357 commit 7d037db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file modified bin/SharpFont.dll
Binary file not shown.
3 changes: 2 additions & 1 deletion bin/SharpFont.dll.config
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<dllmap dll="freetype6.dll">
<dllmap dll="freetype6">
<dllentry os="linux" dll="libfreetype.so.6" />
<dllentry os="osx" dll="libfreetype.6.dylib" />
<dllentry os="freebsd" target="libfreetype.so.6" />
</dllmap>
</configuration>

0 comments on commit 7d037db

Please sign in to comment.