diff options
author | marha <marha@users.sourceforge.net> | 2010-08-06 12:04:09 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-08-06 12:04:09 +0000 |
commit | bd3f028ee17494c5ff2c92ff0a2eaa6220da61a6 (patch) | |
tree | 71f19ba0cb2c3295056286415740bd9eb2c655c9 /freetype/freetype.vcproj | |
parent | 20ff8ddf2d9bb41050d10bbc75d61b9161880c7c (diff) | |
download | vcxsrv-bd3f028ee17494c5ff2c92ff0a2eaa6220da61a6.tar.gz vcxsrv-bd3f028ee17494c5ff2c92ff0a2eaa6220da61a6.tar.bz2 vcxsrv-bd3f028ee17494c5ff2c92ff0a2eaa6220da61a6.zip |
Solved freetype compilation problems
Diffstat (limited to 'freetype/freetype.vcproj')
-rw-r--r-- | freetype/freetype.vcproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/freetype/freetype.vcproj b/freetype/freetype.vcproj index 09b2bbfec..74fbbbd1e 100644 --- a/freetype/freetype.vcproj +++ b/freetype/freetype.vcproj @@ -70,7 +70,7 @@ />
<Tool
Name="VCLibrarianTool"
- OutputFile="$(OutDir)/freetype200b8.lib"
+ OutputFile="$(OutDir)/freetype214.lib"
SuppressStartupBanner="true"
/>
<Tool
@@ -144,7 +144,7 @@ />
<Tool
Name="VCLibrarianTool"
- OutputFile="$(OutDir)/freetype200b8MT.lib"
+ OutputFile="$(OutDir)/freetype214MT.lib"
SuppressStartupBanner="true"
/>
<Tool
@@ -218,7 +218,7 @@ />
<Tool
Name="VCLibrarianTool"
- OutputFile="$(OutDir)/freetype200b8_D.lib"
+ OutputFile="$(OutDir)/freetype214_D.lib"
SuppressStartupBanner="true"
/>
<Tool
@@ -292,7 +292,7 @@ />
<Tool
Name="VCLibrarianTool"
- OutputFile="$(OutDir)/freetype200b8MT_D.lib"
+ OutputFile="$(OutDir)/freetype214MT_D.lib"
SuppressStartupBanner="true"
/>
<Tool
|