diff options
Diffstat (limited to 'mak.vc9/cd_ftgl.vcproj')
-rw-r--r-- | mak.vc9/cd_ftgl.vcproj | 458 |
1 files changed, 458 insertions, 0 deletions
diff --git a/mak.vc9/cd_ftgl.vcproj b/mak.vc9/cd_ftgl.vcproj new file mode 100644 index 0000000..6e0a829 --- /dev/null +++ b/mak.vc9/cd_ftgl.vcproj @@ -0,0 +1,458 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="9,00" + Name="ftgl" + ProjectGUID="{1D758EEA-59C3-46E4-BEF5-16DCCA8C0B21}" + Keyword="Win32Proj" + TargetFrameworkVersion="0" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory="..\lib" + IntermediateDirectory="..\obj\Debug\$(ProjectName)" + ConfigurationType="4" + CharacterSet="0" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories="../src/ftgl;../src/freetype2" + PreprocessorDefinitions="WIN32;_DEBUG;_LIB;FTGL_LIBRARY_STATIC" + BasicRuntimeChecks="3" + RuntimeLibrary="1" + UsePrecompiledHeader="0" + WarningLevel="4" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="1" + CompileAs="0" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + OutputFile="$(OutDir)/$(ProjectName).lib" + SuppressStartupBanner="true" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <Filter + Name="Source Files" + Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" + UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" + > + <File + RelativePath="..\src\ftgl\FTBuffer.cpp" + > + </File> + <File + RelativePath="..\src\ftgl\FTCharmap.cpp" + > + </File> + <File + RelativePath="..\src\ftgl\FTContour.cpp" + > + </File> + <File + RelativePath="..\src\ftgl\FTFace.cpp" + > + </File> + <File + RelativePath="..\src\ftgl\FTGlyphContainer.cpp" + > + </File> + <File + RelativePath="..\src\ftgl\FTLibrary.cpp" + > + </File> + <File + RelativePath="..\src\ftgl\FTPoint.cpp" + > + </File> + <File + RelativePath="..\src\ftgl\FTSize.cpp" + > + </File> + <File + RelativePath="..\src\ftgl\FTVectoriser.cpp" + > + </File> + <Filter + Name="FTFont" + > + <File + RelativePath="..\src\ftgl\FTFont\FTBitmapFont.cpp" + > + </File> + <File + RelativePath="..\src\ftgl\FTFont\FTBufferFont.cpp" + > + </File> + <File + RelativePath="..\src\ftgl\FTFont\FTExtrudeFont.cpp" + > + </File> + <File + RelativePath="..\src\ftgl\FTFont\FTFont.cpp" + > + </File> + <File + RelativePath="..\src\ftgl\FTFont\FTFontGlue.cpp" + > + </File> + <File + RelativePath="..\src\ftgl\FTFont\FTOutlineFont.cpp" + > + </File> + <File + RelativePath="..\src\ftgl\FTFont\FTPixmapFont.cpp" + > + </File> + <File + RelativePath="..\src\ftgl\FTFont\FTPolygonFont.cpp" + > + </File> + <File + RelativePath="..\src\ftgl\FTFont\FTTextureFont.cpp" + > + </File> + </Filter> + <Filter + Name="FTGlyph" + > + <File + RelativePath="..\src\ftgl\FTGlyph\FTBitmapGlyph.cpp" + > + </File> + <File + RelativePath="..\src\ftgl\FTGlyph\FTBufferGlyph.cpp" + > + </File> + <File + RelativePath="..\src\ftgl\FTGlyph\FTExtrudeGlyph.cpp" + > + </File> + <File + RelativePath="..\src\ftgl\FTGlyph\FTGlyph.cpp" + > + </File> + <File + RelativePath="..\src\ftgl\FTGlyph\FTGlyphGlue.cpp" + > + </File> + <File + RelativePath="..\src\ftgl\FTGlyph\FTOutlineGlyph.cpp" + > + </File> + <File + RelativePath="..\src\ftgl\FTGlyph\FTPixmapGlyph.cpp" + > + </File> + <File + RelativePath="..\src\ftgl\FTGlyph\FTPolygonGlyph.cpp" + > + </File> + <File + RelativePath="..\src\ftgl\FTGlyph\FTTextureGlyph.cpp" + > + </File> + </Filter> + <Filter + Name="FTLayout" + > + <File + RelativePath="..\src\ftgl\FTLayout\FTLayout.cpp" + > + </File> + <File + RelativePath="..\src\ftgl\FTLayout\FTLayoutGlue.cpp" + > + </File> + <File + RelativePath="..\src\ftgl\FTLayout\FTSimpleLayout.cpp" + > + </File> + </Filter> + </Filter> + <Filter + Name="Header Files" + Filter="h;hpp;hxx;hm;inl;inc;xsd" + UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" + > + <File + RelativePath="..\src\ftgl\FTCharmap.h" + > + </File> + <File + RelativePath="..\src\ftgl\FTCharToGlyphIndexMap.h" + > + </File> + <File + RelativePath="..\src\ftgl\FTContour.h" + > + </File> + <File + RelativePath="..\src\ftgl\FTFace.h" + > + </File> + <File + RelativePath="..\src\ftgl\FTGlyphContainer.h" + > + </File> + <File + RelativePath="..\src\ftgl\FTInternals.h" + > + </File> + <File + RelativePath="..\src\ftgl\FTLibrary.h" + > + </File> + <File + RelativePath="..\src\ftgl\FTList.h" + > + </File> + <File + RelativePath="..\src\ftgl\FTSize.h" + > + </File> + <File + RelativePath="..\src\ftgl\FTUnicode.h" + > + </File> + <File + RelativePath="..\src\ftgl\FTVector.h" + > + </File> + <File + RelativePath="..\src\ftgl\FTVectoriser.h" + > + </File> + <Filter + Name="FTFont" + > + <File + RelativePath="..\src\ftgl\FTFont\FTBitmapFontImpl.h" + > + </File> + <File + RelativePath="..\src\ftgl\FTFont\FTBufferFontImpl.h" + > + </File> + <File + RelativePath="..\src\ftgl\FTFont\FTExtrudeFontImpl.h" + > + </File> + <File + RelativePath="..\src\ftgl\FTFont\FTFontImpl.h" + > + </File> + <File + RelativePath="..\src\ftgl\FTFont\FTOutlineFontImpl.h" + > + </File> + <File + RelativePath="..\src\ftgl\FTFont\FTPixmapFontImpl.h" + > + </File> + <File + RelativePath="..\src\ftgl\FTFont\FTPolygonFontImpl.h" + > + </File> + <File + RelativePath="..\src\ftgl\FTFont\FTTextureFontImpl.h" + > + </File> + </Filter> + <Filter + Name="FTGlyph" + > + <File + RelativePath="..\src\ftgl\FTGlyph\FTBitmapGlyphImpl.h" + > + </File> + <File + RelativePath="..\src\ftgl\FTGlyph\FTBufferGlyphImpl.h" + > + </File> + <File + RelativePath="..\src\ftgl\FTGlyph\FTExtrudeGlyphImpl.h" + > + </File> + <File + RelativePath="..\src\ftgl\FTGlyph\FTGlyphImpl.h" + > + </File> + <File + RelativePath="..\src\ftgl\FTGlyph\FTOutlineGlyphImpl.h" + > + </File> + <File + RelativePath="..\src\ftgl\FTGlyph\FTPixmapGlyphImpl.h" + > + </File> + <File + RelativePath="..\src\ftgl\FTGlyph\FTPolygonGlyphImpl.h" + > + </File> + <File + RelativePath="..\src\ftgl\FTGlyph\FTTextureGlyphImpl.h" + > + </File> + </Filter> + <Filter + Name="FTGL" + > + <File + RelativePath="..\src\ftgl\FTGL\FTBBox.h" + > + </File> + <File + RelativePath="..\src\ftgl\FTGL\FTBitmapGlyph.h" + > + </File> + <File + RelativePath="..\src\ftgl\FTGL\FTBuffer.h" + > + </File> + <File + RelativePath="..\src\ftgl\FTGL\FTBufferFont.h" + > + </File> + <File + RelativePath="..\src\ftgl\FTGL\FTBufferGlyph.h" + > + </File> + <File + RelativePath="..\src\ftgl\FTGL\FTExtrdGlyph.h" + > + </File> + <File + RelativePath="..\src\ftgl\FTGL\FTFont.h" + > + </File> + <File + RelativePath="..\src\ftgl\FTGL\ftgl.h" + > + </File> + <File + RelativePath="..\src\ftgl\FTGL\FTGLBitmapFont.h" + > + </File> + <File + RelativePath="..\src\ftgl\FTGL\FTGLExtrdFont.h" + > + </File> + <File + RelativePath="..\src\ftgl\FTGL\FTGLOutlineFont.h" + > + </File> + <File + RelativePath="..\src\ftgl\FTGL\FTGLPixmapFont.h" + > + </File> + <File + RelativePath="..\src\ftgl\FTGL\FTGLPolygonFont.h" + > + </File> + <File + RelativePath="..\src\ftgl\FTGL\FTGLTextureFont.h" + > + </File> + <File + RelativePath="..\src\ftgl\FTGL\FTGlyph.h" + > + </File> + <File + RelativePath="..\src\ftgl\FTGL\FTLayout.h" + > + </File> + <File + RelativePath="..\src\ftgl\FTGL\FTOutlineGlyph.h" + > + </File> + <File + RelativePath="..\src\ftgl\FTGL\FTPixmapGlyph.h" + > + </File> + <File + RelativePath="..\src\ftgl\FTGL\FTPoint.h" + > + </File> + <File + RelativePath="..\src\ftgl\FTGL\FTPolyGlyph.h" + > + </File> + <File + RelativePath="..\src\ftgl\FTGL\FTSimpleLayout.h" + > + </File> + <File + RelativePath="..\src\ftgl\FTGL\FTTextureGlyph.h" + > + </File> + </Filter> + <Filter + Name="FTLayout" + > + <File + RelativePath="..\src\ftgl\FTLayout\FTLayoutImpl.h" + > + </File> + <File + RelativePath="..\src\ftgl\FTLayout\FTSimpleLayoutImpl.h" + > + </File> + </Filter> + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> |