~ubuntu-branches/ubuntu/gutsy/blender/gutsy-security

« back to all changes in this revision

Viewing changes to projectfiles_vc7/blender/ftfont/FTF_ftfont.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Florian Ernst
  • Date: 2005-11-06 12:40:03 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051106124003-3pgs7tcg5rox96xg
Tags: 2.37a-1.1
* Non-maintainer upload.
* Split out parts of 01_SConstruct_debian.dpatch again: root_build_dir
  really needs to get adjusted before the clean target runs - closes: #333958,
  see #288882 for reference

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding = "Windows-1252"?>
 
1
<?xml version="1.0" encoding="Windows-1252"?>
2
2
<VisualStudioProject
3
3
        ProjectType="Visual C++"
4
 
        Version="7.00"
 
4
        Version="7.0"
5
5
        Name="FTF_ftfont"
6
6
        SccProjectName=""
7
7
        SccLocalPath="">
11
11
        </Platforms>
12
12
        <Configurations>
13
13
                <Configuration
14
 
                        Name="Release|Win32"
15
 
                        OutputDirectory=".\..\..\..\obj\windows\blender\ftfont"
16
 
                        IntermediateDirectory=".\..\..\..\obj\windows\blender\ftfont"
 
14
                        Name="Blender Release|Win32"
 
15
                        OutputDirectory="..\..\..\..\build\msvc_7\source\blender\ftfont"
 
16
                        IntermediateDirectory="..\..\..\..\build\msvc_7\source\blender\ftfont"
17
17
                        ConfigurationType="4"
18
18
                        UseOfMFC="0"
19
19
                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
21
21
                        <Tool
22
22
                                Name="VCCLCompilerTool"
23
23
                                InlineFunctionExpansion="1"
24
 
                                AdditionalIncludeDirectories="../../../source\blender\makesdna,../../../source\blender\blenloader,../../../source\blender\blenlib,../../../../lib/windows/ftgl/include,../../../../lib/windows/freetype/include,../../../lib/windows/iconv/include,../../../../lib/windows/gettext/include"
25
 
                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;WCHAR_T16;HAVE_LC_MESSAGES;FTGL_STATIC_LIBRARY"
 
24
                                AdditionalIncludeDirectories="..\..\..\..\lib\windows\freetype\include;..\..\..\..\build\msvc_7\extern\ftgl\include;..\..\..\..\lib\windows\gettext\include;..\..\..\source\blender\blenlib;..\..\..\source\blender\makesdna"
 
25
                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;WCHAR_T16;HAVE_LC_MESSAGES;FTGL_LIBRARY_STATIC"
26
26
                                StringPooling="TRUE"
27
 
                                RuntimeLibrary="4"
 
27
                                RuntimeLibrary="0"
28
28
                                EnableFunctionLevelLinking="TRUE"
29
29
                                DefaultCharIsUnsigned="TRUE"
30
30
                                UsePrecompiledHeader="2"
31
 
                                PrecompiledHeaderFile=".\..\..\..\obj\windows\blender\ftfont/FTF_ftfont.pch"
32
 
                                AssemblerListingLocation=".\..\..\..\obj\windows\blender\ftfont/"
33
 
                                ObjectFile=".\..\..\..\obj\windows\blender\ftfont/"
34
 
                                ProgramDataBaseFileName=".\..\..\..\obj\windows\blender\ftfont/"
35
 
                                WarningLevel="3"
 
31
                                PrecompiledHeaderFile="..\..\..\..\build\msvc_7\source\blender\ftfont\FTF_ftfont.pch"
 
32
                                AssemblerListingLocation="..\..\..\..\build\msvc_7\source\blender\ftfont\"
 
33
                                ObjectFile="..\..\..\..\build\msvc_7\source\blender\ftfont\"
 
34
                                ProgramDataBaseFileName="..\..\..\..\build\msvc_7\source\blender\ftfont\"
 
35
                                WarningLevel="2"
36
36
                                SuppressStartupBanner="TRUE"
37
37
                                CompileAs="0"/>
38
38
                        <Tool
39
39
                                Name="VCCustomBuildTool"/>
40
40
                        <Tool
41
41
                                Name="VCLibrarianTool"
42
 
                                OutputFile=".\..\..\..\obj\windows\blender\ftfont\FTF_ftfont.lib"
43
 
                                AdditionalLibraryDirectories="..\..\..\..\lib\windows\ftgl\lib;..\..\..\..\lib\windows\freetype\lib"
 
42
                                OutputFile="..\..\..\..\build\msvc_7\libs\FTF_ftfont.lib"
 
43
                                AdditionalLibraryDirectories=""
44
44
                                SuppressStartupBanner="TRUE"/>
45
45
                        <Tool
46
46
                                Name="VCMIDLTool"/>
56
56
                                Culture="1041"/>
57
57
                        <Tool
58
58
                                Name="VCWebServiceProxyGeneratorTool"/>
 
59
                        <Tool
 
60
                                Name="VCXMLDataGeneratorTool"/>
 
61
                        <Tool
 
62
                                Name="VCManagedWrapperGeneratorTool"/>
 
63
                        <Tool
 
64
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
59
65
                </Configuration>
60
66
                <Configuration
61
 
                        Name="Debug|Win32"
62
 
                        OutputDirectory=".\..\..\..\obj\windows\blender\ftfont"
63
 
                        IntermediateDirectory=".\..\..\..\obj\windows\blender\ftfont"
 
67
                        Name="Blender Debug|Win32"
 
68
                        OutputDirectory="..\..\..\..\build\msvc_7\source\blender\ftfont\debug"
 
69
                        IntermediateDirectory="..\..\..\..\build\msvc_7\source\blender\ftfont\debug"
64
70
                        ConfigurationType="4"
65
71
                        UseOfMFC="0"
66
72
                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
68
74
                        <Tool
69
75
                                Name="VCCLCompilerTool"
70
76
                                Optimization="0"
71
 
                                AdditionalIncludeDirectories="../../../source\blender\blenlib,../../../source\blender\makesdna,../../../../lib/windows/ftgl/include,../../../../lib/windows/freetype/include,../../../lib/windows/iconv/include,../../../../lib/windows/gettext/include"
 
77
                                AdditionalIncludeDirectories="..\..\..\..\lib\windows\freetype\include;..\..\..\..\build\msvc_7\extern\ftgl\include;..\..\..\..\lib\windows\gettext\include;..\..\..\source\blender\blenlib;..\..\..\source\blender\makesdna"
72
78
                                PreprocessorDefinitions="WIN32,_DEBUG,_LIB,WCHAR_T16,HAVE_LC_MESSAGES,FTGL_LIBRARY_STATIC"
73
79
                                BasicRuntimeChecks="3"
74
 
                                RuntimeLibrary="5"
 
80
                                RuntimeLibrary="1"
75
81
                                UsePrecompiledHeader="2"
76
 
                                PrecompiledHeaderFile=".\..\..\..\obj\windows\blender\ftfont/FTF_ftfont.pch"
77
 
                                AssemblerListingLocation=".\..\..\..\obj\windows\blender\ftfont/"
78
 
                                ObjectFile=".\..\..\..\obj\windows\blender\ftfont/"
79
 
                                ProgramDataBaseFileName=".\..\..\..\obj\windows\blender\ftfont/"
80
 
                                WarningLevel="3"
 
82
                                PrecompiledHeaderFile="..\..\..\..\build\msvc_7\source\blender\ftfont\debug\FTF_ftfont.pch"
 
83
                                AssemblerListingLocation="..\..\..\..\build\msvc_7\source\blender\ftfont\debug\"
 
84
                                ObjectFile="..\..\..\..\build\msvc_7\source\blender\ftfont\debug\"
 
85
                                ProgramDataBaseFileName="..\..\..\..\build\msvc_7\source\blender\ftfont\debug\"
 
86
                                WarningLevel="2"
81
87
                                SuppressStartupBanner="TRUE"
82
 
                                DebugInformationFormat="4"
 
88
                                DebugInformationFormat="3"
83
89
                                CompileAs="0"/>
84
90
                        <Tool
85
91
                                Name="VCCustomBuildTool"/>
86
92
                        <Tool
87
93
                                Name="VCLibrarianTool"
88
 
                                OutputFile=".\..\..\..\obj\windows\blender\ftfont\FTF_ftfont.lib"
 
94
                                OutputFile="..\..\..\..\build\msvc_7\libs\debug\FTF_ftfont.lib"
89
95
                                SuppressStartupBanner="TRUE"/>
90
96
                        <Tool
91
97
                                Name="VCMIDLTool"/>
101
107
                                Culture="1041"/>
102
108
                        <Tool
103
109
                                Name="VCWebServiceProxyGeneratorTool"/>
 
110
                        <Tool
 
111
                                Name="VCXMLDataGeneratorTool"/>
 
112
                        <Tool
 
113
                                Name="VCManagedWrapperGeneratorTool"/>
 
114
                        <Tool
 
115
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
104
116
                </Configuration>
105
117
        </Configurations>
 
118
        
106
119
        <Files>
107
120
                <Filter
108
121
                        Name="Source Files"