Make visual studio produce love.dll instead of liblove.dll

This commit is contained in:
Bart van Strien
2013-02-24 14:54:25 +01:00
parent 1d34dda48b
commit 4c2b1ea104
2 changed files with 5 additions and 1 deletions
+5 -1
View File
@@ -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.