eqemu
diff libs/libimago/imago-vs2012.vcxproj @ 10:819c7ebb1bec
added libimago to avoid the external dependency
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Fri, 18 Jul 2014 05:07:40 +0300 |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libs/libimago/imago-vs2012.vcxproj Fri Jul 18 05:07:40 2014 +0300 1.3 @@ -0,0 +1,173 @@ 1.4 +<?xml version="1.0" encoding="utf-8"?> 1.5 +<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 1.6 + <ItemGroup Label="ProjectConfigurations"> 1.7 + <ProjectConfiguration Include="Debug|Win32"> 1.8 + <Configuration>Debug</Configuration> 1.9 + <Platform>Win32</Platform> 1.10 + </ProjectConfiguration> 1.11 + <ProjectConfiguration Include="Debug|x64"> 1.12 + <Configuration>Debug</Configuration> 1.13 + <Platform>x64</Platform> 1.14 + </ProjectConfiguration> 1.15 + <ProjectConfiguration Include="Release|Win32"> 1.16 + <Configuration>Release</Configuration> 1.17 + <Platform>Win32</Platform> 1.18 + </ProjectConfiguration> 1.19 + <ProjectConfiguration Include="Release|x64"> 1.20 + <Configuration>Release</Configuration> 1.21 + <Platform>x64</Platform> 1.22 + </ProjectConfiguration> 1.23 + </ItemGroup> 1.24 + <PropertyGroup Label="Globals"> 1.25 + <ProjectName>libimago2</ProjectName> 1.26 + <ProjectGuid>{1FFDD3FB-E37E-4258-8955-5583AF3A0C29}</ProjectGuid> 1.27 + <RootNamespace>imago</RootNamespace> 1.28 + <Keyword>Win32Proj</Keyword> 1.29 + </PropertyGroup> 1.30 + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 1.31 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 1.32 + <ConfigurationType>StaticLibrary</ConfigurationType> 1.33 + <PlatformToolset>v110</PlatformToolset> 1.34 + <CharacterSet>Unicode</CharacterSet> 1.35 + <WholeProgramOptimization>true</WholeProgramOptimization> 1.36 + </PropertyGroup> 1.37 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 1.38 + <ConfigurationType>StaticLibrary</ConfigurationType> 1.39 + <PlatformToolset>v100</PlatformToolset> 1.40 + <CharacterSet>Unicode</CharacterSet> 1.41 + <WholeProgramOptimization>true</WholeProgramOptimization> 1.42 + </PropertyGroup> 1.43 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 1.44 + <ConfigurationType>StaticLibrary</ConfigurationType> 1.45 + <PlatformToolset>v110</PlatformToolset> 1.46 + <CharacterSet>Unicode</CharacterSet> 1.47 + </PropertyGroup> 1.48 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 1.49 + <ConfigurationType>StaticLibrary</ConfigurationType> 1.50 + <PlatformToolset>v100</PlatformToolset> 1.51 + <CharacterSet>Unicode</CharacterSet> 1.52 + </PropertyGroup> 1.53 + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 1.54 + <ImportGroup Label="ExtensionSettings"> 1.55 + </ImportGroup> 1.56 + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> 1.57 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 1.58 + </ImportGroup> 1.59 + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 1.60 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 1.61 + </ImportGroup> 1.62 + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> 1.63 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 1.64 + </ImportGroup> 1.65 + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 1.66 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 1.67 + </ImportGroup> 1.68 + <PropertyGroup Label="UserMacros" /> 1.69 + <PropertyGroup> 1.70 + <_ProjectFileVersion>11.0.60610.1</_ProjectFileVersion> 1.71 + </PropertyGroup> 1.72 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 1.73 + <OutDir>$(SolutionDir)$(Configuration)\</OutDir> 1.74 + <IntDir>$(Configuration)\</IntDir> 1.75 + </PropertyGroup> 1.76 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 1.77 + <TargetName>$(ProjectName)-x64</TargetName> 1.78 + </PropertyGroup> 1.79 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 1.80 + <OutDir>$(SolutionDir)$(Configuration)\</OutDir> 1.81 + <IntDir>$(Configuration)\</IntDir> 1.82 + </PropertyGroup> 1.83 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 1.84 + <TargetName>$(ProjectName)-x64</TargetName> 1.85 + </PropertyGroup> 1.86 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 1.87 + <PreBuildEvent> 1.88 + <Command>$(SolutionDir)\build\vcconfig.bat</Command> 1.89 + </PreBuildEvent> 1.90 + <ClCompile> 1.91 + <Optimization>Disabled</Optimization> 1.92 + <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 1.93 + <MinimalRebuild>true</MinimalRebuild> 1.94 + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 1.95 + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 1.96 + <PrecompiledHeader /> 1.97 + <WarningLevel>Level3</WarningLevel> 1.98 + <DebugInformationFormat>EditAndContinue</DebugInformationFormat> 1.99 + <DisableSpecificWarnings>4244;4996;%(DisableSpecificWarnings)</DisableSpecificWarnings> 1.100 + </ClCompile> 1.101 + </ItemDefinitionGroup> 1.102 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 1.103 + <PreBuildEvent> 1.104 + <Command>$(SolutionDir)\build\vcconfig.bat</Command> 1.105 + </PreBuildEvent> 1.106 + <ClCompile> 1.107 + <Optimization>Disabled</Optimization> 1.108 + <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 1.109 + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 1.110 + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 1.111 + <PrecompiledHeader> 1.112 + </PrecompiledHeader> 1.113 + <WarningLevel>Level3</WarningLevel> 1.114 + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 1.115 + <DisableSpecificWarnings>4244;4996;%(DisableSpecificWarnings)</DisableSpecificWarnings> 1.116 + </ClCompile> 1.117 + <PostBuildEvent> 1.118 + <Command>mkdir $(SolutionDir)\usr\include 1.119 +mkdir $(SolutionDir)\usr\lib 1.120 +copy /Y $(SolutionDir)\src\imago2.h $(SolutionDir)\usr\include\ 1.121 +copy /Y $(TargetPath) $(SolutionDir)\usr\lib\</Command> 1.122 + </PostBuildEvent> 1.123 + </ItemDefinitionGroup> 1.124 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 1.125 + <ClCompile> 1.126 + <Optimization>MaxSpeed</Optimization> 1.127 + <IntrinsicFunctions>true</IntrinsicFunctions> 1.128 + <WholeProgramOptimization>false</WholeProgramOptimization> 1.129 + <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 1.130 + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 1.131 + <FunctionLevelLinking>true</FunctionLevelLinking> 1.132 + <PrecompiledHeader /> 1.133 + <WarningLevel>Level3</WarningLevel> 1.134 + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 1.135 + <DisableSpecificWarnings>4244;4996;%(DisableSpecificWarnings)</DisableSpecificWarnings> 1.136 + </ClCompile> 1.137 + </ItemDefinitionGroup> 1.138 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 1.139 + <ClCompile> 1.140 + <Optimization>MaxSpeed</Optimization> 1.141 + <IntrinsicFunctions>true</IntrinsicFunctions> 1.142 + <WholeProgramOptimization>false</WholeProgramOptimization> 1.143 + <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 1.144 + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 1.145 + <FunctionLevelLinking>true</FunctionLevelLinking> 1.146 + <PrecompiledHeader> 1.147 + </PrecompiledHeader> 1.148 + <WarningLevel>Level3</WarningLevel> 1.149 + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 1.150 + <DisableSpecificWarnings>4244;4996;%(DisableSpecificWarnings)</DisableSpecificWarnings> 1.151 + </ClCompile> 1.152 + <PostBuildEvent> 1.153 + <Command>mkdir $(SolutionDir)\usr\include 1.154 +mkdir $(SolutionDir)\usr\lib 1.155 +copy /Y $(SolutionDir)\src\imago2.h $(SolutionDir)\usr\include\ 1.156 +copy /Y $(TargetPath) $(SolutionDir)\usr\lib\</Command> 1.157 + </PostBuildEvent> 1.158 + </ItemDefinitionGroup> 1.159 + <ItemGroup> 1.160 + <ClCompile Include="src\conv.c" /> 1.161 + <ClCompile Include="src\file_jpeg.c" /> 1.162 + <ClCompile Include="src\file_png.c" /> 1.163 + <ClCompile Include="src\file_ppm.c" /> 1.164 + <ClCompile Include="src\file_rgbe.c" /> 1.165 + <ClCompile Include="src\ftype_module.c" /> 1.166 + <ClCompile Include="src\imago2.c" /> 1.167 + <ClCompile Include="src\imago_gl.c" /> 1.168 + </ItemGroup> 1.169 + <ItemGroup> 1.170 + <ClInclude Include="src\ftype_module.h" /> 1.171 + <ClInclude Include="src\imago2.h" /> 1.172 + </ItemGroup> 1.173 + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 1.174 + <ImportGroup Label="ExtensionTargets"> 1.175 + </ImportGroup> 1.176 +</Project> 1.177 \ No newline at end of file