libdrawtext
diff libdrawtext-noft.vcproj @ 97:8c4313571279
- added libdrawtext-noft project to the visual studio solution
- added examples/nofreetype project to the visual studio solution
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Thu, 11 Sep 2014 18:19:57 +0300 |
parents | |
children | 1ff87789079b |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libdrawtext-noft.vcproj Thu Sep 11 18:19:57 2014 +0300 1.3 @@ -0,0 +1,187 @@ 1.4 +<?xml version="1.0" encoding="Windows-1252"?> 1.5 +<VisualStudioProject 1.6 + ProjectType="Visual C++" 1.7 + Version="9.00" 1.8 + Name="libdrawtext-noft" 1.9 + ProjectGUID="{D28DE6C7-EF8F-4D37-997D-12AAE6E48FD7}" 1.10 + RootNamespace="libdrawtext-noft" 1.11 + Keyword="Win32Proj" 1.12 + TargetFrameworkVersion="196613" 1.13 + > 1.14 + <Platforms> 1.15 + <Platform 1.16 + Name="Win32" 1.17 + /> 1.18 + </Platforms> 1.19 + <ToolFiles> 1.20 + </ToolFiles> 1.21 + <Configurations> 1.22 + <Configuration 1.23 + Name="Debug|Win32" 1.24 + OutputDirectory="$(SolutionDir)$(ConfigurationName)" 1.25 + IntermediateDirectory="$(ConfigurationName)" 1.26 + ConfigurationType="4" 1.27 + CharacterSet="2" 1.28 + > 1.29 + <Tool 1.30 + Name="VCPreBuildEventTool" 1.31 + /> 1.32 + <Tool 1.33 + Name="VCCustomBuildTool" 1.34 + /> 1.35 + <Tool 1.36 + Name="VCXMLDataGeneratorTool" 1.37 + /> 1.38 + <Tool 1.39 + Name="VCWebServiceProxyGeneratorTool" 1.40 + /> 1.41 + <Tool 1.42 + Name="VCMIDLTool" 1.43 + /> 1.44 + <Tool 1.45 + Name="VCCLCompilerTool" 1.46 + Optimization="0" 1.47 + PreprocessorDefinitions="WIN32;_DEBUG;_LIB;NO_FREETYPE" 1.48 + MinimalRebuild="true" 1.49 + BasicRuntimeChecks="3" 1.50 + RuntimeLibrary="3" 1.51 + UsePrecompiledHeader="0" 1.52 + WarningLevel="3" 1.53 + DebugInformationFormat="4" 1.54 + DisableSpecificWarnings="4996;4244" 1.55 + /> 1.56 + <Tool 1.57 + Name="VCManagedResourceCompilerTool" 1.58 + /> 1.59 + <Tool 1.60 + Name="VCResourceCompilerTool" 1.61 + /> 1.62 + <Tool 1.63 + Name="VCPreLinkEventTool" 1.64 + /> 1.65 + <Tool 1.66 + Name="VCLibrarianTool" 1.67 + AdditionalDependencies="freetype.lib opengl32.lib" 1.68 + /> 1.69 + <Tool 1.70 + Name="VCALinkTool" 1.71 + /> 1.72 + <Tool 1.73 + Name="VCXDCMakeTool" 1.74 + /> 1.75 + <Tool 1.76 + Name="VCBscMakeTool" 1.77 + /> 1.78 + <Tool 1.79 + Name="VCFxCopTool" 1.80 + /> 1.81 + <Tool 1.82 + Name="VCPostBuildEventTool" 1.83 + CommandLine="mkdir usr\include
mkdir usr\lib
copy /Y src\drawtext.h usr\include\drawtext.h
copy /Y $(TargetPath) usr\lib\$(TargetName)-dbg.lib
" 1.84 + /> 1.85 + </Configuration> 1.86 + <Configuration 1.87 + Name="Release|Win32" 1.88 + OutputDirectory="$(SolutionDir)$(ConfigurationName)" 1.89 + IntermediateDirectory="$(ConfigurationName)" 1.90 + ConfigurationType="4" 1.91 + CharacterSet="2" 1.92 + WholeProgramOptimization="0" 1.93 + > 1.94 + <Tool 1.95 + Name="VCPreBuildEventTool" 1.96 + /> 1.97 + <Tool 1.98 + Name="VCCustomBuildTool" 1.99 + /> 1.100 + <Tool 1.101 + Name="VCXMLDataGeneratorTool" 1.102 + /> 1.103 + <Tool 1.104 + Name="VCWebServiceProxyGeneratorTool" 1.105 + /> 1.106 + <Tool 1.107 + Name="VCMIDLTool" 1.108 + /> 1.109 + <Tool 1.110 + Name="VCCLCompilerTool" 1.111 + Optimization="2" 1.112 + EnableIntrinsicFunctions="true" 1.113 + PreprocessorDefinitions="WIN32;NDEBUG;_LIB;NO_FREETYPE" 1.114 + RuntimeLibrary="2" 1.115 + EnableFunctionLevelLinking="true" 1.116 + UsePrecompiledHeader="0" 1.117 + WarningLevel="3" 1.118 + DebugInformationFormat="3" 1.119 + DisableSpecificWarnings="4996;4244" 1.120 + /> 1.121 + <Tool 1.122 + Name="VCManagedResourceCompilerTool" 1.123 + /> 1.124 + <Tool 1.125 + Name="VCResourceCompilerTool" 1.126 + /> 1.127 + <Tool 1.128 + Name="VCPreLinkEventTool" 1.129 + /> 1.130 + <Tool 1.131 + Name="VCLibrarianTool" 1.132 + AdditionalDependencies="freetype.lib opengl32.lib" 1.133 + /> 1.134 + <Tool 1.135 + Name="VCALinkTool" 1.136 + /> 1.137 + <Tool 1.138 + Name="VCXDCMakeTool" 1.139 + /> 1.140 + <Tool 1.141 + Name="VCBscMakeTool" 1.142 + /> 1.143 + <Tool 1.144 + Name="VCFxCopTool" 1.145 + /> 1.146 + <Tool 1.147 + Name="VCPostBuildEventTool" 1.148 + CommandLine="mkdir usr\include
mkdir usr\lib
copy /Y src\drawtext.h usr\include\drawtext.h
copy /Y $(TargetPath) usr\lib
" 1.149 + /> 1.150 + </Configuration> 1.151 + </Configurations> 1.152 + <References> 1.153 + </References> 1.154 + <Files> 1.155 + <Filter 1.156 + Name="Source Files" 1.157 + Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" 1.158 + UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" 1.159 + > 1.160 + <File 1.161 + RelativePath=".\src\drawgl.c" 1.162 + > 1.163 + </File> 1.164 + <File 1.165 + RelativePath=".\src\font.c" 1.166 + > 1.167 + </File> 1.168 + <File 1.169 + RelativePath=".\src\utf8.c" 1.170 + > 1.171 + </File> 1.172 + </Filter> 1.173 + <Filter 1.174 + Name="Header Files" 1.175 + Filter="h;hpp;hxx;hm;inl;inc;xsd" 1.176 + UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" 1.177 + > 1.178 + <File 1.179 + RelativePath=".\src\drawtext.h" 1.180 + > 1.181 + </File> 1.182 + <File 1.183 + RelativePath=".\src\drawtext_impl.h" 1.184 + > 1.185 + </File> 1.186 + </Filter> 1.187 + </Files> 1.188 + <Globals> 1.189 + </Globals> 1.190 +</VisualStudioProject>