summary refs log tree commit diff stats
path: root/win32
AgeCommit message (Expand)Author
2012-10-02Fix release path for HTM, C# projects don't support property sheets to use a ...Berke Viktor
2012-10-02Use explicit project names, output filenames depend on themBerke Viktor
2012-10-02Fix intl lib name for xp solutionBerke Viktor
2012-10-02Remove the last 2 remnants tooBerke Viktor
2012-10-02Update old xp copy project tooBerke Viktor
2012-10-02Oops, wrong find'n'replaceBerke Viktor
2012-10-02Fix xp deps pathBerke Viktor
2012-10-02Remove hardcoding as much as possibleBerke Viktor
2012-10-02Move copy part to property sheet part 1Berke Viktor
2012-10-02Use new GTK+ path and fix intl lib nameBerke Viktor
2012-10-02Change platform toolset to Visual Studio 2012Berke Viktor
2012-10-02Add XP (WDK) solution as a fallback optionBerke Viktor
2012-10-02Add Enchant build scriptsBerke Viktor
2012-10-02Add GTK+ solution and release scriptsBerke Viktor
2012-10-02Pango depends on HarfBuzz after 1.30.xBerke Viktor
2012-10-02Add Pango solution and release scriptsBerke Viktor
2012-10-02Remove unistd.h stubBerke Viktor
2012-10-02Fix Fontconfig unistd.h inclusionBerke Viktor
2012-10-02Add cairo solution, release scripts and patchesBerke Viktor
2012-10-02Add license for libpng releasesBerke Viktor
2012-10-02CosmeticsBerke Viktor
2012-10-01Add Pixman solution and release scriptsBerke Viktor
2012-10-01Use win-iconv for FontconfigBerke Viktor
2012-10-01Add Fontconfig release scriptsBerke Viktor
2012-10-01This is not required anymore, Fontconfig depends on libxml2 alreadyBerke Viktor
2012-10-01Expat can be replaced with libxml2, 1 dependency lessBerke Viktor
2012-10-01Add Fontconfig solutionBerke Viktor
2012-09-30Add GDK-PixBuf solution and release scriptsBerke Viktor
2012-09-30CosmeticsBerke Viktor
2012-09-30Add missing includes to distributionBerke Viktor
2012-09-30Add suffix for GLib DLLsBerke Viktor
2012-09-30Add ATK solution and release scriptsBerke Viktor
2012-09-30Add GLib solution and release scriptsBerke Viktor
2012-09-30Add libpng solution and release scriptsBerke Viktor
2012-09-30Note to selfBerke Viktor
2012-09-30Add libffi build scripts and patch for borked mozilla-build scriptBerke Viktor
2012-09-30Add OpenSSL build scriptsBerke Viktor
2012-09-30Fix path for depsBerke Viktor
2012-09-30Move stuff to mozilla-build, OpenSSL and GTK+ don't like spacesBerke Viktor
2012-09-30Add Lua build scriptsBerke Viktor
2012-09-29Enchant depends on GLibBerke Viktor
2012-09-28Pixman already depends on libpngBerke Viktor
2012-09-28Add gettext-runtime build scripts and patchesBerke Viktor
2012-09-28Copy-paste is badBerke Viktor
2012-09-28Add libxml2 solution and release scriptsBerke Viktor
2012-09-28Pixman depends on libpngBerke Viktor
2012-09-28libxml2 depends on win-iconvBerke Viktor
2012-09-28It's actually called libxml2Berke Viktor
2012-09-28Add FreeType solution and release scriptsBerke Viktor
2012-09-28Add Expat solution and release scriptsBerke Viktor
icrosoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> <Import Project="..\..\win32\hexchat.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <LinkIncremental>false</LinkIncremental> <OutDir>$(HexChatBin)</OutDir> <IntDir>$(HexChatObj)$(ProjectName)\</IntDir> <TargetName>hchextray</TargetName> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <LinkIncremental>false</LinkIncremental> <OutDir>$(HexChatBin)</OutDir> <IntDir>$(HexChatObj)$(ProjectName)\</IntDir> <TargetName>hchextray</TargetName> </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <ClCompile> <PrecompiledHeader> </PrecompiledHeader> <Optimization>MaxSpeed</Optimization> <FunctionLevelLinking>true</FunctionLevelLinking> <IntrinsicFunctions>true</IntrinsicFunctions> <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;XTRAY_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> <MultiProcessorCompilation>true</MultiProcessorCompilation> <AdditionalIncludeDirectories>..\..\src\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> </ClCompile> <Link> <SubSystem>Windows</SubSystem> <GenerateDebugInformation>true</GenerateDebugInformation> <EnableCOMDATFolding>true</EnableCOMDATFolding> <OptimizeReferences>true</OptimizeReferences> <ModuleDefinitionFile>hextray.def</ModuleDefinitionFile> </Link> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <ClCompile> <PrecompiledHeader> </PrecompiledHeader> <Optimization>MaxSpeed</Optimization> <FunctionLevelLinking>true</FunctionLevelLinking> <IntrinsicFunctions>true</IntrinsicFunctions> <PreprocessorDefinitions>WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;XTRAY_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> <MultiProcessorCompilation>true</MultiProcessorCompilation> <AdditionalIncludeDirectories>..\..\src\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> </ClCompile> <Link> <SubSystem>Windows</SubSystem> <GenerateDebugInformation>true</GenerateDebugInformation> <EnableCOMDATFolding>true</EnableCOMDATFolding> <OptimizeReferences>true</OptimizeReferences> <ModuleDefinitionFile>hextray.def</ModuleDefinitionFile> </Link> </ItemDefinitionGroup> <ItemGroup> <None Include="bitmaps\sd.bmp" /> <None Include="icons\ban.ico" /> <None Include="icons\disconnect.ico" /> <None Include="icons\highlight.ico" /> <None Include="icons\kick.ico" /> <None Include="icons\message.ico" /> <None Include="icons\sd.ico" /> <None Include="icons\notice.ico" /> <None Include="icons\hexchat.ico" /> <None Include="hextray.def" /> </ItemGroup> <ItemGroup> <ResourceCompile Include="resource.rc" /> </ItemGroup> <ItemGroup> <ClCompile Include="callbacks.cpp" /> <ClCompile Include="sdAlerts.cpp" /> <ClCompile Include="sdTray.cpp" /> <ClCompile Include="utility.cpp" /> <ClCompile Include="hexchat.cpp" /> <ClCompile Include="hextray.cpp" /> </ItemGroup> <ItemGroup> <ClInclude Include="callbacks.h" /> <ClInclude Include="resource.h" /> <ClInclude Include="sdAlerts.h" /> <ClInclude Include="sdTray.h" /> <ClInclude Include="utility.h" /> <ClInclude Include="hexchat.h" /> <ClInclude Include="hextray.h" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> </Project>