1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 19:48:20 +02:00

Upaded libhunspell, MinRT, .gitignore

This commit is contained in:
Brian Fiete 2019-08-24 05:38:02 -07:00
parent f740f3868c
commit 2c6b23ea7d
3 changed files with 22 additions and 20 deletions

2
.gitignore vendored
View file

@ -4,10 +4,12 @@
**/Debug*/* **/Debug*/*
**/Release*/* **/Release*/*
**/Build/* **/Build/*
**/.vs/*
lld-link.exe lld-link.exe
stats/ stats/
IDE/dist/* IDE/dist/*
dist/* dist/*
*.lst *.lst
*.vcxproj.user
BeefTools/RandoCode/* BeefTools/RandoCode/*
jbuild*/ jbuild*/

View file

@ -134,34 +134,34 @@
<PropertyGroup Label="UserMacros" /> <PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<TargetName>Beef$(BeefFilesVersion)MinRT64_d</TargetName> <TargetName>Beef$(BeefFilesVersion)MinRT64_d</TargetName>
<OutDir>$(SolutionDir)\dist\</OutDir> <OutDir>$(SolutionDir)\ide\dist\</OutDir>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug GUI|x64'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug GUI|x64'">
<TargetName>Beef$(BeefFilesVersion)MinRT64_gd</TargetName> <TargetName>Beef$(BeefFilesVersion)MinRT64_gd</TargetName>
<OutDir>$(SolutionDir)\dist\</OutDir> <OutDir>$(SolutionDir)\ide\dist\</OutDir>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<TargetName>Beef$(BeefFilesVersion)MinRT64</TargetName> <TargetName>Beef$(BeefFilesVersion)MinRT64</TargetName>
<OutDir>$(SolutionDir)\dist\</OutDir> <OutDir>$(SolutionDir)\ide\dist\</OutDir>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release GUI|x64'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release GUI|x64'">
<TargetName>Beef$(BeefFilesVersion)MinRT64_g</TargetName> <TargetName>Beef$(BeefFilesVersion)MinRT64_g</TargetName>
<OutDir>$(SolutionDir)\dist\</OutDir> <OutDir>$(SolutionDir)\ide\dist\</OutDir>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<OutDir>$(SolutionDir)\dist\</OutDir> <OutDir>$(SolutionDir)\ide\dist\</OutDir>
<TargetName>Beef$(BeefFilesVersion)MinRT32_d</TargetName> <TargetName>Beef$(BeefFilesVersion)MinRT32_d</TargetName>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug GUI|Win32'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug GUI|Win32'">
<OutDir>$(SolutionDir)\dist\</OutDir> <OutDir>$(SolutionDir)\ide\dist\</OutDir>
<TargetName>Beef$(BeefFilesVersion)MinRT32_gd</TargetName> <TargetName>Beef$(BeefFilesVersion)MinRT32_gd</TargetName>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<OutDir>$(SolutionDir)\dist\</OutDir> <OutDir>$(SolutionDir)\ide\dist\</OutDir>
<TargetName>Beef$(BeefFilesVersion)MinRT32</TargetName> <TargetName>Beef$(BeefFilesVersion)MinRT32</TargetName>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release GUI|Win32'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release GUI|Win32'">
<OutDir>$(SolutionDir)\dist\</OutDir> <OutDir>$(SolutionDir)\ide\dist\</OutDir>
<TargetName>Beef$(BeefFilesVersion)MinRT32_g</TargetName> <TargetName>Beef$(BeefFilesVersion)MinRT32_g</TargetName>
</PropertyGroup> </PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
@ -212,8 +212,8 @@
<Link> <Link>
<SubSystem>Windows</SubSystem> <SubSystem>Windows</SubSystem>
<GenerateDebugInformation>DebugFull</GenerateDebugInformation> <GenerateDebugInformation>DebugFull</GenerateDebugInformation>
<OutputFile>$(SolutionDir)\dist\$(TargetName).dll</OutputFile> <OutputFile>$(SolutionDir)\ide\dist\$(TargetName).dll</OutputFile>
<ImportLibrary>$(SolutionDir)\dist\$(TargetName).lib</ImportLibrary> <ImportLibrary>$(SolutionDir)\ide\dist\$(TargetName).lib</ImportLibrary>
</Link> </Link>
<Lib> <Lib>
<IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries> <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
@ -237,8 +237,8 @@
<Link> <Link>
<SubSystem>Windows</SubSystem> <SubSystem>Windows</SubSystem>
<GenerateDebugInformation>DebugFull</GenerateDebugInformation> <GenerateDebugInformation>DebugFull</GenerateDebugInformation>
<OutputFile>$(SolutionDir)\dist\$(TargetName).dll</OutputFile> <OutputFile>$(SolutionDir)\ide\dist\$(TargetName).dll</OutputFile>
<ImportLibrary>$(SolutionDir)\dist\$(TargetName).lib</ImportLibrary> <ImportLibrary>$(SolutionDir)\ide\dist\$(TargetName).lib</ImportLibrary>
</Link> </Link>
<Lib> <Lib>
<IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries> <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
@ -297,8 +297,8 @@
<GenerateDebugInformation>DebugFull</GenerateDebugInformation> <GenerateDebugInformation>DebugFull</GenerateDebugInformation>
<EnableCOMDATFolding>true</EnableCOMDATFolding> <EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences> <OptimizeReferences>true</OptimizeReferences>
<OutputFile>$(SolutionDir)\dist\$(TargetName).dll</OutputFile> <OutputFile>$(SolutionDir)\ide\dist\$(TargetName).dll</OutputFile>
<ImportLibrary>$(SolutionDir)\dist\$(TargetName).lib</ImportLibrary> <ImportLibrary>$(SolutionDir)\ide\dist\$(TargetName).lib</ImportLibrary>
</Link> </Link>
<Lib> <Lib>
<IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries> <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
@ -322,8 +322,8 @@
<GenerateDebugInformation>DebugFull</GenerateDebugInformation> <GenerateDebugInformation>DebugFull</GenerateDebugInformation>
<EnableCOMDATFolding>true</EnableCOMDATFolding> <EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences> <OptimizeReferences>true</OptimizeReferences>
<OutputFile>$(SolutionDir)\dist\$(TargetName).dll</OutputFile> <OutputFile>$(SolutionDir)\ide\dist\$(TargetName).dll</OutputFile>
<ImportLibrary>$(SolutionDir)\dist\$(TargetName).lib</ImportLibrary> <ImportLibrary>$(SolutionDir)\ide\dist\$(TargetName).lib</ImportLibrary>
</Link> </Link>
<Lib> <Lib>
<IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries> <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations"> <ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug_dll|Win32"> <ProjectConfiguration Include="Debug_dll|Win32">
<Configuration>Debug_dll</Configuration> <Configuration>Debug_dll</Configuration>
@ -38,7 +38,7 @@
<ProjectGuid>{53609BB3-D874-465C-AF7B-DF626DB0D89B}</ProjectGuid> <ProjectGuid>{53609BB3-D874-465C-AF7B-DF626DB0D89B}</ProjectGuid>
<RootNamespace>Hunspell</RootNamespace> <RootNamespace>Hunspell</RootNamespace>
<Keyword>Win32Proj</Keyword> <Keyword>Win32Proj</Keyword>
<WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion> <WindowsTargetPlatformVersion>10.0.18362.0</WindowsTargetPlatformVersion>
</PropertyGroup> </PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_dll|Win32'" Label="Configuration"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_dll|Win32'" Label="Configuration">
@ -49,7 +49,7 @@
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_dll|x64'" Label="Configuration"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_dll|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType> <ConfigurationType>DynamicLibrary</ConfigurationType>
<PlatformToolset>v140</PlatformToolset> <PlatformToolset>v141</PlatformToolset>
<UseOfMfc>false</UseOfMfc> <UseOfMfc>false</UseOfMfc>
<CharacterSet>MultiByte</CharacterSet> <CharacterSet>MultiByte</CharacterSet>
</PropertyGroup> </PropertyGroup>
@ -62,7 +62,7 @@
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_dll|x64'" Label="Configuration"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_dll|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType> <ConfigurationType>DynamicLibrary</ConfigurationType>
<PlatformToolset>v140</PlatformToolset> <PlatformToolset>v141</PlatformToolset>
<UseOfMfc>false</UseOfMfc> <UseOfMfc>false</UseOfMfc>
<CharacterSet>MultiByte</CharacterSet> <CharacterSet>MultiByte</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization> <WholeProgramOptimization>true</WholeProgramOptimization>