diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-02 10:54:19 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-02 10:54:19 +0200 |
commit | 189e4168cb9fb181373fd0631e0bd64d4751e7c7 (patch) | |
tree | b224448652743351aa8f79cc84cb806f017c03af /win32/deps/fontconfig/fc-case.vcxproj | |
parent | 94ad6dc01283cf61fee2bc884b9f1856433af579 (diff) |
Fix Fontconfig unistd.h inclusion
Diffstat (limited to 'win32/deps/fontconfig/fc-case.vcxproj')
-rw-r--r-- | win32/deps/fontconfig/fc-case.vcxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/win32/deps/fontconfig/fc-case.vcxproj b/win32/deps/fontconfig/fc-case.vcxproj index 9e0be5cb..9a3eec0b 100644 --- a/win32/deps/fontconfig/fc-case.vcxproj +++ b/win32/deps/fontconfig/fc-case.vcxproj @@ -49,15 +49,19 @@ </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + <Import Project="fontconfig.props" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + <Import Project="fontconfig.props" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + <Import Project="fontconfig.props" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + <Import Project="fontconfig.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup> |