libdrawtext
changeset 46:1ff87789079b
forgot to remove freetype.lib from the libdrawtext-noft project file
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Thu, 11 Sep 2014 21:47:12 +0300 |
parents | 210e4e6f8ddc |
children | 00f98842608f c027171c1563 c027171c1563 155ed299364a |
files | libdrawtext-noft.vcproj |
diffstat | 1 files changed, 6 insertions(+), 6 deletions(-) [+] |
line diff
1.1 --- a/libdrawtext-noft.vcproj Thu Sep 11 18:19:57 2014 +0300 1.2 +++ b/libdrawtext-noft.vcproj Thu Sep 11 21:47:12 2014 +0300 1.3 @@ -18,8 +18,8 @@ 1.4 <Configurations> 1.5 <Configuration 1.6 Name="Debug|Win32" 1.7 - OutputDirectory="$(SolutionDir)$(ConfigurationName)" 1.8 - IntermediateDirectory="$(ConfigurationName)" 1.9 + OutputDirectory="$(SolutionDir)$(ConfigurationName)-noft" 1.10 + IntermediateDirectory="$(ConfigurationName)-noft" 1.11 ConfigurationType="4" 1.12 CharacterSet="2" 1.13 > 1.14 @@ -61,7 +61,7 @@ 1.15 /> 1.16 <Tool 1.17 Name="VCLibrarianTool" 1.18 - AdditionalDependencies="freetype.lib opengl32.lib" 1.19 + AdditionalDependencies="opengl32.lib" 1.20 /> 1.21 <Tool 1.22 Name="VCALinkTool" 1.23 @@ -82,8 +82,8 @@ 1.24 </Configuration> 1.25 <Configuration 1.26 Name="Release|Win32" 1.27 - OutputDirectory="$(SolutionDir)$(ConfigurationName)" 1.28 - IntermediateDirectory="$(ConfigurationName)" 1.29 + OutputDirectory="$(SolutionDir)$(ConfigurationName)-noft" 1.30 + IntermediateDirectory="$(ConfigurationName)-noft" 1.31 ConfigurationType="4" 1.32 CharacterSet="2" 1.33 WholeProgramOptimization="0" 1.34 @@ -126,7 +126,7 @@ 1.35 /> 1.36 <Tool 1.37 Name="VCLibrarianTool" 1.38 - AdditionalDependencies="freetype.lib opengl32.lib" 1.39 + AdditionalDependencies="opengl32.lib" 1.40 /> 1.41 <Tool 1.42 Name="VCALinkTool"