~ubuntu-branches/ubuntu/lucid/blender/lucid

« back to all changes in this revision

Viewing changes to extern/glew/make/msvc_9_0/glew.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Chris Coulson
  • Date: 2009-08-06 22:32:19 UTC
  • mfrom: (1.2.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20090806223219-8z4eej1u8levu4pz
Tags: 2.49a+dfsg-0ubuntu1
* Merge from debian unstable, remaining changes:
  - debian/control: Build-depend on python-2.6 rather than python-2.5.
  - debian/misc/*.desktop: Add Spanish translation to .desktop 
    files.
  - debian/pyversions: 2.6.
  - debian/rules: Clean *.o of source/blender/python/api2_2x/
* New upstream release (LP: #382153).
* Refreshed patches:
  - 01_sanitize_sys.patch
  - 02_tmp_in_HOME
  - 10_use_systemwide_ftgl
  - 70_portability_platform_detection
* Removed patches merged upstream:
  - 30_fix_python_syntax_warning
  - 90_ubuntu_ffmpeg_52_changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="Windows-1252"?>
 
2
<VisualStudioProject
 
3
        ProjectType="Visual C++"
 
4
        Version="9,00"
 
5
        Name="EXT_glew"
 
6
        ProjectGUID="{BAC615B0-F1AF-418B-8D23-A10FD8870D6A}"
 
7
        RootNamespace="glew"
 
8
        Keyword="Win32Proj"
 
9
        TargetFrameworkVersion="131072"
 
10
        >
 
11
        <Platforms>
 
12
                <Platform
 
13
                        Name="Win32"
 
14
                />
 
15
        </Platforms>
 
16
        <ToolFiles>
 
17
        </ToolFiles>
 
18
        <Configurations>
 
19
                <Configuration
 
20
                        Name="Blender Debug|Win32"
 
21
                        OutputDirectory="..\..\..\..\..\build\msvc_9\extern\glew\debug"
 
22
                        IntermediateDirectory="..\..\..\..\..\build\msvc_9\extern\glew\debug"
 
23
                        ConfigurationType="4"
 
24
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 
25
                        CharacterSet="2"
 
26
                        >
 
27
                        <Tool
 
28
                                Name="VCPreBuildEventTool"
 
29
                        />
 
30
                        <Tool
 
31
                                Name="VCCustomBuildTool"
 
32
                        />
 
33
                        <Tool
 
34
                                Name="VCXMLDataGeneratorTool"
 
35
                        />
 
36
                        <Tool
 
37
                                Name="VCWebServiceProxyGeneratorTool"
 
38
                        />
 
39
                        <Tool
 
40
                                Name="VCMIDLTool"
 
41
                        />
 
42
                        <Tool
 
43
                                Name="VCCLCompilerTool"
 
44
                                Optimization="0"
 
45
                                AdditionalIncludeDirectories="..\..\include"
 
46
                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
 
47
                                MinimalRebuild="false"
 
48
                                BasicRuntimeChecks="3"
 
49
                                RuntimeLibrary="1"
 
50
                                UsePrecompiledHeader="0"
 
51
                                PrecompiledHeaderFile="..\..\..\..\..\build\msvc_9\extern\glew\debug\glew.pch"
 
52
                                AssemblerListingLocation="..\..\..\..\..\build\msvc_9\extern\glew\debug\"
 
53
                                ObjectFile="..\..\..\..\..\build\msvc_9\extern\glew\debug\"
 
54
                                ProgramDataBaseFileName="..\..\..\..\..\build\msvc_9\extern\glew\debug\"
 
55
                                WarningLevel="2"
 
56
                                Detect64BitPortabilityProblems="false"
 
57
                                DebugInformationFormat="3"
 
58
                        />
 
59
                        <Tool
 
60
                                Name="VCManagedResourceCompilerTool"
 
61
                        />
 
62
                        <Tool
 
63
                                Name="VCResourceCompilerTool"
 
64
                        />
 
65
                        <Tool
 
66
                                Name="VCPreLinkEventTool"
 
67
                        />
 
68
                        <Tool
 
69
                                Name="VCLibrarianTool"
 
70
                                OutputFile="..\..\..\..\..\build\msvc_9\libs\extern\debug\glew.lib"
 
71
                        />
 
72
                        <Tool
 
73
                                Name="VCALinkTool"
 
74
                        />
 
75
                        <Tool
 
76
                                Name="VCXDCMakeTool"
 
77
                        />
 
78
                        <Tool
 
79
                                Name="VCBscMakeTool"
 
80
                        />
 
81
                        <Tool
 
82
                                Name="VCFxCopTool"
 
83
                        />
 
84
                        <Tool
 
85
                                Name="VCPostBuildEventTool"
 
86
                                Description="Copying GLEW files library (debug target) to lib tree."
 
87
                                CommandLine="ECHO Copying header files&#x0D;&#x0A;IF NOT EXIST ..\..\..\..\..\build\msvc_9\extern\glew\include\GL MKDIR ..\..\..\..\..\build\msvc_9\extern\glew\include\GL&#x0D;&#x0A;XCOPY /Y ..\..\include\GL\*.h ..\..\..\..\..\build\msvc_9\extern\glew\include\GL&#x0D;&#x0A;ECHO Done&#x0D;&#x0A;"
 
88
                        />
 
89
                </Configuration>
 
90
                <Configuration
 
91
                        Name="Blender Release|Win32"
 
92
                        OutputDirectory="..\..\..\..\..\build\msvc_9\extern\glew"
 
93
                        IntermediateDirectory="..\..\..\..\..\build\msvc_9\extern\glew"
 
94
                        ConfigurationType="4"
 
95
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 
96
                        CharacterSet="2"
 
97
                        >
 
98
                        <Tool
 
99
                                Name="VCPreBuildEventTool"
 
100
                        />
 
101
                        <Tool
 
102
                                Name="VCCustomBuildTool"
 
103
                        />
 
104
                        <Tool
 
105
                                Name="VCXMLDataGeneratorTool"
 
106
                        />
 
107
                        <Tool
 
108
                                Name="VCWebServiceProxyGeneratorTool"
 
109
                        />
 
110
                        <Tool
 
111
                                Name="VCMIDLTool"
 
112
                        />
 
113
                        <Tool
 
114
                                Name="VCCLCompilerTool"
 
115
                                InlineFunctionExpansion="1"
 
116
                                AdditionalIncludeDirectories="..\..\include"
 
117
                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
 
118
                                StringPooling="true"
 
119
                                RuntimeLibrary="0"
 
120
                                EnableFunctionLevelLinking="true"
 
121
                                UsePrecompiledHeader="0"
 
122
                                PrecompiledHeaderFile="..\..\..\..\..\build\msvc_9\extern\glew\glew.pch"
 
123
                                AssemblerListingLocation="..\..\..\..\..\build\msvc_9\extern\glew\"
 
124
                                ObjectFile="..\..\..\..\..\build\msvc_9\extern\glew\"
 
125
                                ProgramDataBaseFileName="..\..\..\..\..\build\msvc_9\extern\glew\"
 
126
                                WarningLevel="2"
 
127
                                Detect64BitPortabilityProblems="false"
 
128
                                DebugInformationFormat="0"
 
129
                        />
 
130
                        <Tool
 
131
                                Name="VCManagedResourceCompilerTool"
 
132
                        />
 
133
                        <Tool
 
134
                                Name="VCResourceCompilerTool"
 
135
                        />
 
136
                        <Tool
 
137
                                Name="VCPreLinkEventTool"
 
138
                        />
 
139
                        <Tool
 
140
                                Name="VCLibrarianTool"
 
141
                                OutputFile="..\..\..\..\..\build\msvc_9\libs\extern\glew.lib"
 
142
                        />
 
143
                        <Tool
 
144
                                Name="VCALinkTool"
 
145
                        />
 
146
                        <Tool
 
147
                                Name="VCXDCMakeTool"
 
148
                        />
 
149
                        <Tool
 
150
                                Name="VCBscMakeTool"
 
151
                        />
 
152
                        <Tool
 
153
                                Name="VCFxCopTool"
 
154
                        />
 
155
                        <Tool
 
156
                                Name="VCPostBuildEventTool"
 
157
                                Description="Copying GLEW files library to lib tree."
 
158
                                CommandLine="ECHO Copying header files&#x0D;&#x0A;IF NOT EXIST ..\..\..\..\..\build\msvc_9\extern\glew\include\GL MKDIR ..\..\..\..\..\build\msvc_9\extern\glew\include\GL&#x0D;&#x0A;XCOPY /Y ..\..\include\GL\*.h ..\..\..\..\..\build\msvc_9\extern\glew\include\GL&#x0D;&#x0A;ECHO Done&#x0D;&#x0A;"
 
159
                        />
 
160
                </Configuration>
 
161
        </Configurations>
 
162
        <References>
 
163
        </References>
 
164
        <Files>
 
165
                <Filter
 
166
                        Name="Source Files"
 
167
                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
 
168
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
 
169
                        >
 
170
                        <File
 
171
                                RelativePath="..\..\src\glew.c"
 
172
                                >
 
173
                        </File>
 
174
                </Filter>
 
175
                <Filter
 
176
                        Name="Header Files"
 
177
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
 
178
                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
 
179
                        >
 
180
                        <File
 
181
                                RelativePath="..\..\include\GL\glew.h"
 
182
                                >
 
183
                        </File>
 
184
                        <File
 
185
                                RelativePath="..\..\include\GL\glxew.h"
 
186
                                >
 
187
                        </File>
 
188
                        <File
 
189
                                RelativePath="..\..\include\GL\wglew.h"
 
190
                                >
 
191
                        </File>
 
192
                </Filter>
 
193
        </Files>
 
194
        <Globals>
 
195
        </Globals>
 
196
</VisualStudioProject>