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 | |
parent | 20ff8ddf2d9bb41050d10bbc75d61b9161880c7c (diff) | |
download | vcxsrv-bd3f028ee17494c5ff2c92ff0a2eaa6220da61a6.tar.gz vcxsrv-bd3f028ee17494c5ff2c92ff0a2eaa6220da61a6.tar.bz2 vcxsrv-bd3f028ee17494c5ff2c92ff0a2eaa6220da61a6.zip |
Solved freetype compilation problems
Diffstat (limited to 'freetype')
-rw-r--r-- | freetype/freetype.vcproj | 8 | ||||
-rw-r--r-- | freetype/freetype.vcxproj | 8 | ||||
-rw-r--r-- | freetype/src/cff/cfftypes.h | 6 |
3 files changed, 11 insertions, 11 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
diff --git a/freetype/freetype.vcxproj b/freetype/freetype.vcxproj index fcec6202f..445ea86f8 100644 --- a/freetype/freetype.vcxproj +++ b/freetype/freetype.vcxproj @@ -73,10 +73,10 @@ <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">objs/debug\</IntDir>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">lib\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">objs/debug_mt\</IntDir>
- <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">freetype200b8MT_D</TargetName>
- <TargetName Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">freetype200b8MT</TargetName>
- <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">freetype200b8_D</TargetName>
- <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">freetype200b8</TargetName>
+ <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">freetype241MT_D</TargetName>
+ <TargetName Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">freetype241MT</TargetName>
+ <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">freetype241_D</TargetName>
+ <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">freetype241</TargetName>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
diff --git a/freetype/src/cff/cfftypes.h b/freetype/src/cff/cfftypes.h index 9725c542a..4dc78a51e 100644 --- a/freetype/src/cff/cfftypes.h +++ b/freetype/src/cff/cfftypes.h @@ -24,9 +24,9 @@ #include <ft2build.h> #include <freetype/freetype.h> #include <freetype/t1tables.h> -#include FT_INTERNAL_SERVICE_H -#include FT_SERVICE_POSTSCRIPT_CMAPS_H -#include FT_INTERNAL_POSTSCRIPT_HINTS_H +#include <freetype/internal/ftserv.h> +#include <freetype/internal/services/svpscmap.h> +#include <freetype/internal/pshints.h> FT_BEGIN_HEADER |