-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
43 changed files
with
2,701 additions
and
6,780 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
IDI_ICONAPP ICON "mupdf.ico" | ||
GLUT_ICON ICON "mupdf.ico" | ||
IDI_ICONAPP ICON "mupdf.ico" | ||
GLUT_ICON ICON "mupdf.ico" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
This MSVC project needs the thirdparty sources to be in place. | ||
This MSVC project needs the thirdparty sources to be in place. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,52 +1,52 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<VisualStudioToolFile | ||
Name="bin2coff" | ||
Version="8.00" | ||
> | ||
<Rules> | ||
<CustomBuildRule | ||
Name="bin2coff (ttf)" | ||
DisplayName="bin2coff (ttf)" | ||
CommandLine="Release\bin2coff.exe "$(InputPath)" "$(IntDir)\$(InputName)_ttf.obj" _binary_$(InputName)_ttf $(PlatformName)" | ||
Outputs="$(IntDir)\$(InputName)_ttf.obj" | ||
FileExtensions="*.ttf" | ||
ExecutionDescription="Embedding TTF" | ||
> | ||
<Properties> | ||
</Properties> | ||
</CustomBuildRule> | ||
<CustomBuildRule | ||
Name="bin2coff (otf)" | ||
DisplayName="bin2coff (otf)" | ||
CommandLine="Release\bin2coff.exe "$(InputPath)" "$(IntDir)\$(InputName)_otf.obj" _binary_$(InputName)_otf $(PlatformName)" | ||
Outputs="$(IntDir)\$(InputName)_otf.obj" | ||
FileExtensions="*.otf" | ||
ExecutionDescription="Embedding OTF" | ||
> | ||
<Properties> | ||
</Properties> | ||
</CustomBuildRule> | ||
<CustomBuildRule | ||
Name="bin2coff (cff)" | ||
DisplayName="bin2coff (cff)" | ||
CommandLine="Release\bin2coff.exe "$(InputPath)" "$(IntDir)\$(InputName)_cff.obj" _binary_$(InputName)_cff $(PlatformName)" | ||
Outputs="$(IntDir)\$(InputName)_cff.obj" | ||
FileExtensions="*.cff" | ||
ExecutionDescription="Embedding CFF" | ||
> | ||
<Properties> | ||
</Properties> | ||
</CustomBuildRule> | ||
<CustomBuildRule | ||
Name="bin2coff (ttc)" | ||
DisplayName="bin2coff (ttc)" | ||
CommandLine="Release\bin2coff.exe "$(InputPath)" "$(IntDir)\$(InputName)_ttc.obj" _binary_$(InputName)_ttc $(PlatformName)" | ||
Outputs="$(IntDir)\$(InputName)_ttc.obj" | ||
FileExtensions="*.ttc" | ||
ExecutionDescription="Embedding TTC" | ||
> | ||
<Properties> | ||
</Properties> | ||
</CustomBuildRule> | ||
</Rules> | ||
</VisualStudioToolFile> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<VisualStudioToolFile | ||
Name="bin2coff" | ||
Version="8.00" | ||
> | ||
<Rules> | ||
<CustomBuildRule | ||
Name="bin2coff (ttf)" | ||
DisplayName="bin2coff (ttf)" | ||
CommandLine="Release\bin2coff.exe "$(InputPath)" "$(IntDir)\$(InputName)_ttf.obj" _binary_$(InputName)_ttf $(PlatformName)" | ||
Outputs="$(IntDir)\$(InputName)_ttf.obj" | ||
FileExtensions="*.ttf" | ||
ExecutionDescription="Embedding TTF" | ||
> | ||
<Properties> | ||
</Properties> | ||
</CustomBuildRule> | ||
<CustomBuildRule | ||
Name="bin2coff (otf)" | ||
DisplayName="bin2coff (otf)" | ||
CommandLine="Release\bin2coff.exe "$(InputPath)" "$(IntDir)\$(InputName)_otf.obj" _binary_$(InputName)_otf $(PlatformName)" | ||
Outputs="$(IntDir)\$(InputName)_otf.obj" | ||
FileExtensions="*.otf" | ||
ExecutionDescription="Embedding OTF" | ||
> | ||
<Properties> | ||
</Properties> | ||
</CustomBuildRule> | ||
<CustomBuildRule | ||
Name="bin2coff (cff)" | ||
DisplayName="bin2coff (cff)" | ||
CommandLine="Release\bin2coff.exe "$(InputPath)" "$(IntDir)\$(InputName)_cff.obj" _binary_$(InputName)_cff $(PlatformName)" | ||
Outputs="$(IntDir)\$(InputName)_cff.obj" | ||
FileExtensions="*.cff" | ||
ExecutionDescription="Embedding CFF" | ||
> | ||
<Properties> | ||
</Properties> | ||
</CustomBuildRule> | ||
<CustomBuildRule | ||
Name="bin2coff (ttc)" | ||
DisplayName="bin2coff (ttc)" | ||
CommandLine="Release\bin2coff.exe "$(InputPath)" "$(IntDir)\$(InputName)_ttc.obj" _binary_$(InputName)_ttc $(PlatformName)" | ||
Outputs="$(IntDir)\$(InputName)_ttc.obj" | ||
FileExtensions="*.ttc" | ||
ExecutionDescription="Embedding TTC" | ||
> | ||
<Properties> | ||
</Properties> | ||
</CustomBuildRule> | ||
</Rules> | ||
</VisualStudioToolFile> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,61 +1,61 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<ItemGroup Label="ProjectConfigurations"> | ||
<ProjectConfiguration Include="Release|Win32"> | ||
<Configuration>Release</Configuration> | ||
<Platform>Win32</Platform> | ||
</ProjectConfiguration> | ||
</ItemGroup> | ||
<PropertyGroup Label="Globals"> | ||
<ProjectGuid>{BFE316B3-BD90-433A-A20D-C73975F1CAA7}</ProjectGuid> | ||
<RootNamespace>bin2coff</RootNamespace> | ||
<Keyword>Win32Proj</Keyword> | ||
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> | ||
</PropertyGroup> | ||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
<ConfigurationType>Application</ConfigurationType> | ||
<PlatformToolset>v142</PlatformToolset> | ||
<CharacterSet>Unicode</CharacterSet> | ||
<WholeProgramOptimization>true</WholeProgramOptimization> | ||
</PropertyGroup> | ||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
<ImportGroup Label="ExtensionSettings"> | ||
</ImportGroup> | ||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
</ImportGroup> | ||
<PropertyGroup Label="UserMacros" /> | ||
<PropertyGroup> | ||
<_ProjectFileVersion>15.0.28307.799</_ProjectFileVersion> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
<OutDir>$(SolutionDir)$(Configuration)\</OutDir> | ||
<IntDir>$(Configuration)\$(ProjectName)\</IntDir> | ||
<LinkIncremental>false</LinkIncremental> | ||
</PropertyGroup> | ||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
<ClCompile> | ||
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
<PrecompiledHeader /> | ||
<WarningLevel>Level3</WarningLevel> | ||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
<MinimalRebuild> | ||
</MinimalRebuild> | ||
</ClCompile> | ||
<Link> | ||
<GenerateDebugInformation>true</GenerateDebugInformation> | ||
<SubSystem>Console</SubSystem> | ||
<OptimizeReferences>true</OptimizeReferences> | ||
<EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
<TargetMachine>MachineX86</TargetMachine> | ||
</Link> | ||
</ItemDefinitionGroup> | ||
<ItemGroup> | ||
<ClCompile Include="..\..\scripts\bin2coff.c" /> | ||
</ItemGroup> | ||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
<ImportGroup Label="ExtensionTargets"> | ||
</ImportGroup> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<ItemGroup Label="ProjectConfigurations"> | ||
<ProjectConfiguration Include="Release|Win32"> | ||
<Configuration>Release</Configuration> | ||
<Platform>Win32</Platform> | ||
</ProjectConfiguration> | ||
</ItemGroup> | ||
<PropertyGroup Label="Globals"> | ||
<ProjectGuid>{BFE316B3-BD90-433A-A20D-C73975F1CAA7}</ProjectGuid> | ||
<RootNamespace>bin2coff</RootNamespace> | ||
<Keyword>Win32Proj</Keyword> | ||
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> | ||
</PropertyGroup> | ||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
<ConfigurationType>Application</ConfigurationType> | ||
<PlatformToolset>v142</PlatformToolset> | ||
<CharacterSet>Unicode</CharacterSet> | ||
<WholeProgramOptimization>true</WholeProgramOptimization> | ||
</PropertyGroup> | ||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
<ImportGroup Label="ExtensionSettings"> | ||
</ImportGroup> | ||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
</ImportGroup> | ||
<PropertyGroup Label="UserMacros" /> | ||
<PropertyGroup> | ||
<_ProjectFileVersion>15.0.28307.799</_ProjectFileVersion> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
<OutDir>$(SolutionDir)$(Configuration)\</OutDir> | ||
<IntDir>$(Configuration)\$(ProjectName)\</IntDir> | ||
<LinkIncremental>false</LinkIncremental> | ||
</PropertyGroup> | ||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
<ClCompile> | ||
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
<PrecompiledHeader /> | ||
<WarningLevel>Level3</WarningLevel> | ||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
<MinimalRebuild> | ||
</MinimalRebuild> | ||
</ClCompile> | ||
<Link> | ||
<GenerateDebugInformation>true</GenerateDebugInformation> | ||
<SubSystem>Console</SubSystem> | ||
<OptimizeReferences>true</OptimizeReferences> | ||
<EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
<TargetMachine>MachineX86</TargetMachine> | ||
</Link> | ||
</ItemDefinitionGroup> | ||
<ItemGroup> | ||
<ClCompile Include="..\..\scripts\bin2coff.c" /> | ||
</ItemGroup> | ||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
<ImportGroup Label="ExtensionTargets"> | ||
</ImportGroup> | ||
</Project> |
Oops, something went wrong.