mirror of
https://github.com/love2d/love.git
synced 2026-08-19 20:19:42 +02:00
Make visual studio produce love.dll instead of liblove.dll
This commit is contained in:
@@ -112,11 +112,13 @@
|
|||||||
<OutDir>$(SolutionDir)\bin\$(PlatformShortName)\Debug\MD\</OutDir>
|
<OutDir>$(SolutionDir)\bin\$(PlatformShortName)\Debug\MD\</OutDir>
|
||||||
<IntDir>$(ProjectName)\$(PlatformShortName)\Debug\</IntDir>
|
<IntDir>$(ProjectName)\$(PlatformShortName)\Debug\</IntDir>
|
||||||
<GenerateManifest>false</GenerateManifest>
|
<GenerateManifest>false</GenerateManifest>
|
||||||
|
<TargetName>love</TargetName>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Dynamic|x64'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Dynamic|x64'">
|
||||||
<OutDir>$(SolutionDir)\bin\$(PlatformShortName)\Debug\MD\</OutDir>
|
<OutDir>$(SolutionDir)\bin\$(PlatformShortName)\Debug\MD\</OutDir>
|
||||||
<IntDir>$(ProjectName)\$(PlatformShortName)\Debug\</IntDir>
|
<IntDir>$(ProjectName)\$(PlatformShortName)\Debug\</IntDir>
|
||||||
<GenerateManifest>false</GenerateManifest>
|
<GenerateManifest>false</GenerateManifest>
|
||||||
|
<TargetName>love</TargetName>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'">
|
||||||
<OutDir>$(SolutionDir)\bin\$(PlatformShortName)\Release\MT\</OutDir>
|
<OutDir>$(SolutionDir)\bin\$(PlatformShortName)\Release\MT\</OutDir>
|
||||||
@@ -130,11 +132,13 @@
|
|||||||
<OutDir>$(SolutionDir)\bin\$(PlatformShortName)\Release\MD\</OutDir>
|
<OutDir>$(SolutionDir)\bin\$(PlatformShortName)\Release\MD\</OutDir>
|
||||||
<IntDir>$(ProjectName)\$(PlatformShortName)\Release\</IntDir>
|
<IntDir>$(ProjectName)\$(PlatformShortName)\Release\</IntDir>
|
||||||
<GenerateManifest>false</GenerateManifest>
|
<GenerateManifest>false</GenerateManifest>
|
||||||
|
<TargetName>love</TargetName>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Dynamic|x64'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Dynamic|x64'">
|
||||||
<OutDir>$(SolutionDir)\bin\$(PlatformShortName)\Release\MD\</OutDir>
|
<OutDir>$(SolutionDir)\bin\$(PlatformShortName)\Release\MD\</OutDir>
|
||||||
<IntDir>$(ProjectName)\$(PlatformShortName)\Release\</IntDir>
|
<IntDir>$(ProjectName)\$(PlatformShortName)\Release\</IntDir>
|
||||||
<GenerateManifest>false</GenerateManifest>
|
<GenerateManifest>false</GenerateManifest>
|
||||||
|
<TargetName>love</TargetName>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Dynamic|Win32'">
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Dynamic|Win32'">
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
@@ -733,4 +737,4 @@
|
|||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
<ImportGroup Label="ExtensionTargets">
|
<ImportGroup Label="ExtensionTargets">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
</Project>
|
</Project>
|
||||||
Binary file not shown.
Reference in New Issue
Block a user