diff options
author | Robin Watts <robin.watts@artifex.com> | 2016-03-23 18:31:05 +0000 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2016-03-24 16:08:27 +0000 |
commit | 8793e11993838457c00b44a632ffdbb2f3f07d02 (patch) | |
tree | 4a83dfd64c8482387c03e3fd98770309ac997b79 | |
parent | 321a6cbd2e4f3bd576ca0fd7a883f194742d0ec7 (diff) | |
download | mupdf-8793e11993838457c00b44a632ffdbb2f3f07d02.tar.xz |
MSVC: Add in missing font.
I missed a font while reworking the generate.bat font generation.
-rw-r--r-- | platform/win32/generate.bat | 2 | ||||
-rw-r--r-- | platform/win32/libfonts.vcproj | 8 |
2 files changed, 7 insertions, 3 deletions
diff --git a/platform/win32/generate.bat b/platform/win32/generate.bat index 527799b9..e0fec0a8 100644 --- a/platform/win32/generate.bat +++ b/platform/win32/generate.bat @@ -45,7 +45,7 @@ if not exist generated/NimbusSanL-Bol.c fontdump.exe generated/NimbusSanL-Bol.c if not exist generated/NimbusSanL-BolIta.c fontdump.exe generated/NimbusSanL-BolIta.c resources/fonts/urw/NimbusSanL-BolIta.cff if not exist generated/NimbusSanL-Reg.c fontdump.exe generated/NimbusSanL-Reg.c resources/fonts/urw/NimbusSanL-Reg.cff if not exist generated/NimbusSanL-RegIta.c fontdump.exe generated/NimbusSanL-RegIta.c resources/fonts/urw/NimbusSanL-RegIta.cff -if not exist generated/StandardSymL.c fontdump.exe resources/fonts/urw/StandardSymL.c resources/fonts/urw/StandardSymL.cff +if not exist generated/StandardSymL.c fontdump.exe generated/StandardSymL.c resources/fonts/urw/StandardSymL.cff if not exist generated/NotoEmoji-Regular.c fontdump.exe generated/NotoEmoji-Regular.c resources/fonts/noto/NotoEmoji-Regular.ttf if not exist generated/NotoKufiArabic-Regular.c fontdump.exe generated/NotoKufiArabic-Regular.c resources/fonts/noto/NotoKufiArabic-Regular.ttf diff --git a/platform/win32/libfonts.vcproj b/platform/win32/libfonts.vcproj index 8071eb28..e8391961 100644 --- a/platform/win32/libfonts.vcproj +++ b/platform/win32/libfonts.vcproj @@ -41,7 +41,7 @@ Optimization="0" MinimalRebuild="true" BasicRuntimeChecks="3" - RuntimeLibrary="3" + RuntimeLibrary="1" WarningLevel="3" Detect64BitPortabilityProblems="true" DebugInformationFormat="4" @@ -99,7 +99,7 @@ /> <Tool Name="VCCLCompilerTool" - RuntimeLibrary="2" + RuntimeLibrary="0" WarningLevel="3" Detect64BitPortabilityProblems="true" DebugInformationFormat="3" @@ -621,6 +621,10 @@ RelativePath="..\..\generated\NotoSerifThai-Regular.c" > </File> + <File + RelativePath="..\..\generated\StandardSymL.c" + > + </File> </Files> <Globals> </Globals> |