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

« back to all changes in this revision

Viewing changes to intern/keymaker/make/msvc_7_0/blenkey.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="blenkey"
6
6
        SccProjectName=""
7
7
        SccLocalPath="">
11
11
        </Platforms>
12
12
        <Configurations>
13
13
                <Configuration
14
 
                        Name="Debug|Win32"
15
 
                        OutputDirectory=".\..\..\..\..\obj\windows\intern\blenkey\debug"
16
 
                        IntermediateDirectory=".\..\..\..\..\obj\windows\intern\blenkey\debug"
17
 
                        ConfigurationType="4"
18
 
                        UseOfMFC="0"
19
 
                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
20
 
                        CharacterSet="2">
21
 
                        <Tool
22
 
                                Name="VCCLCompilerTool"
23
 
                                Optimization="0"
24
 
                                AdditionalIncludeDirectories="..\..;..\..\..\..\..\lib\windows\openssl\include;..\..\python"
25
 
                                PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
26
 
                                BasicRuntimeChecks="3"
27
 
                                RuntimeLibrary="5"
28
 
                                UsePrecompiledHeader="2"
29
 
                                PrecompiledHeaderFile=".\..\..\..\..\obj\windows\intern\blenkey\debug/blenkey.pch"
30
 
                                AssemblerListingLocation=".\..\..\..\..\obj\windows\intern\blenkey\debug/"
31
 
                                ObjectFile=".\..\..\..\..\obj\windows\intern\blenkey\debug/"
32
 
                                ProgramDataBaseFileName=".\..\..\..\..\obj\windows\intern\blenkey\debug/"
33
 
                                WarningLevel="3"
34
 
                                SuppressStartupBanner="TRUE"
35
 
                                DebugInformationFormat="4"
36
 
                                CompileAs="0"/>
37
 
                        <Tool
38
 
                                Name="VCCustomBuildTool"/>
39
 
                        <Tool
40
 
                                Name="VCLibrarianTool"
41
 
                                OutputFile="..\..\..\..\obj\windows\intern\blenkey\debug\libblenkey.lib"
42
 
                                SuppressStartupBanner="TRUE"/>
43
 
                        <Tool
44
 
                                Name="VCMIDLTool"/>
45
 
                        <Tool
46
 
                                Name="VCPostBuildEventTool"
47
 
                                CommandLine="ECHO Copying header files
48
 
XCOPY /Y ..\..\blenkey.h ..\..\..\..\..\lib\windows\blenkey\include\
49
 
ECHO Copying lib
50
 
XCOPY /Y ..\..\..\..\obj\windows\intern\blenkey\debug\*.lib ..\..\..\..\..\lib\windows\blenkey\lib\debug\*.lib
51
 
"/>
52
 
                        <Tool
53
 
                                Name="VCPreBuildEventTool"/>
54
 
                        <Tool
55
 
                                Name="VCPreLinkEventTool"/>
56
 
                        <Tool
57
 
                                Name="VCResourceCompilerTool"
58
 
                                PreprocessorDefinitions="_DEBUG"
59
 
                                Culture="1033"/>
60
 
                        <Tool
61
 
                                Name="VCWebServiceProxyGeneratorTool"/>
62
 
                </Configuration>
63
 
                <Configuration
64
 
                        Name="Release|Win32"
65
 
                        OutputDirectory=".\..\..\..\..\obj\windows\intern\blenkey"
66
 
                        IntermediateDirectory=".\..\..\..\..\obj\windows\intern\blenkey"
67
 
                        ConfigurationType="4"
68
 
                        UseOfMFC="0"
69
 
                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
70
 
                        CharacterSet="2">
71
 
                        <Tool
72
 
                                Name="VCCLCompilerTool"
73
 
                                InlineFunctionExpansion="1"
74
 
                                AdditionalIncludeDirectories="..\..;..\..\..\..\..\lib\windows\openssl\include;..\..\python"
75
 
                                PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
76
 
                                StringPooling="TRUE"
77
 
                                RuntimeLibrary="4"
78
 
                                EnableFunctionLevelLinking="TRUE"
79
 
                                UsePrecompiledHeader="2"
80
 
                                PrecompiledHeaderFile=".\..\..\..\..\obj\windows\intern\blenkey/blenkey.pch"
81
 
                                AssemblerListingLocation=".\..\..\..\..\obj\windows\intern\blenkey/"
82
 
                                ObjectFile=".\..\..\..\..\obj\windows\intern\blenkey/"
83
 
                                ProgramDataBaseFileName=".\..\..\..\..\obj\windows\intern\blenkey/"
84
 
                                WarningLevel="3"
85
 
                                SuppressStartupBanner="TRUE"
86
 
                                CompileAs="0"/>
87
 
                        <Tool
88
 
                                Name="VCCustomBuildTool"/>
89
 
                        <Tool
90
 
                                Name="VCLibrarianTool"
91
 
                                OutputFile="..\..\..\..\obj\windows\intern\blenkey\libblenkey.lib"
92
 
                                SuppressStartupBanner="TRUE"/>
93
 
                        <Tool
94
 
                                Name="VCMIDLTool"/>
95
 
                        <Tool
96
 
                                Name="VCPostBuildEventTool"
97
 
                                CommandLine="ECHO Copying header files
98
 
XCOPY /Y ..\..\blenkey.h ..\..\..\..\..\lib\windows\blenkey\include\
99
 
ECHO Copying lib
100
 
XCOPY /Y ..\..\..\..\obj\windows\intern\blenkey\*.lib ..\..\..\..\..\lib\windows\blenkey\lib\*.lib
101
 
ECHO Done
102
 
"/>
103
 
                        <Tool
104
 
                                Name="VCPreBuildEventTool"/>
105
 
                        <Tool
106
 
                                Name="VCPreLinkEventTool"/>
107
 
                        <Tool
108
 
                                Name="VCResourceCompilerTool"
109
 
                                PreprocessorDefinitions="NDEBUG"
110
 
                                Culture="1033"/>
111
 
                        <Tool
112
 
                                Name="VCWebServiceProxyGeneratorTool"/>
 
14
                        Name="Blender Debug|Win32"
 
15
                        OutputDirectory="..\..\..\..\..\build\msvc_7\intern\blenkey\debug"
 
16
                        IntermediateDirectory="..\..\..\..\..\build\msvc_7\intern\blenkey\debug"
 
17
                        ConfigurationType="4"
 
18
                        UseOfMFC="0"
 
19
                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
 
20
                        CharacterSet="2">
 
21
                        <Tool
 
22
                                Name="VCCLCompilerTool"
 
23
                                Optimization="0"
 
24
                                AdditionalIncludeDirectories="..\..;..\..\python;..\..\..\..\..\lib\windows\openssl\include"
 
25
                                PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
 
26
                                BasicRuntimeChecks="3"
 
27
                                RuntimeLibrary="1"
 
28
                                UsePrecompiledHeader="2"
 
29
                                PrecompiledHeaderFile="..\..\..\..\..\build\msvc_7\intern\blenkey\debug\blenkey.pch"
 
30
                                AssemblerListingLocation="..\..\..\..\..\build\msvc_7\intern\blenkey\debug\"
 
31
                                ObjectFile="..\..\..\..\..\build\msvc_7\intern\blenkey\debug\"
 
32
                                ProgramDataBaseFileName="..\..\..\..\..\build\msvc_7\intern\blenkey\debug\"
 
33
                                WarningLevel="2"
 
34
                                SuppressStartupBanner="TRUE"
 
35
                                DebugInformationFormat="3"
 
36
                                CompileAs="0"/>
 
37
                        <Tool
 
38
                                Name="VCCustomBuildTool"/>
 
39
                        <Tool
 
40
                                Name="VCLibrarianTool"
 
41
                                OutputFile="..\..\..\..\..\build\msvc_7\libs\intern\debug\libblenkey.lib"
 
42
                                SuppressStartupBanner="TRUE"/>
 
43
                        <Tool
 
44
                                Name="VCMIDLTool"/>
 
45
                        <Tool
 
46
                                Name="VCPostBuildEventTool"
 
47
                                Description="Copying BLENKEY files library (debug target) to lib tree"
 
48
                                CommandLine="ECHO Copying header files
 
49
IF NOT EXIST ..\..\..\..\..\build\msvc_7\intern\blenkey\include MKDIR ..\..\..\..\..\build\msvc_7\intern\blenkey\include
 
50
XCOPY /Y ..\..\blenkey.h ..\..\..\..\..\build\msvc_7\intern\blenkey\include
 
51
ECHO Done
 
52
"/>
 
53
                        <Tool
 
54
                                Name="VCPreBuildEventTool"/>
 
55
                        <Tool
 
56
                                Name="VCPreLinkEventTool"/>
 
57
                        <Tool
 
58
                                Name="VCResourceCompilerTool"
 
59
                                PreprocessorDefinitions="_DEBUG"
 
60
                                Culture="1033"/>
 
61
                        <Tool
 
62
                                Name="VCWebServiceProxyGeneratorTool"/>
 
63
                        <Tool
 
64
                                Name="VCXMLDataGeneratorTool"/>
 
65
                        <Tool
 
66
                                Name="VCManagedWrapperGeneratorTool"/>
 
67
                        <Tool
 
68
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 
69
                </Configuration>
 
70
                <Configuration
 
71
                        Name="Blender Release|Win32"
 
72
                        OutputDirectory="..\..\..\..\..\build\msvc_7\intern\blenkey"
 
73
                        IntermediateDirectory="..\..\..\..\..\build\msvc_7\intern\blenkey"
 
74
                        ConfigurationType="4"
 
75
                        UseOfMFC="0"
 
76
                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
 
77
                        CharacterSet="2">
 
78
                        <Tool
 
79
                                Name="VCCLCompilerTool"
 
80
                                InlineFunctionExpansion="1"
 
81
                                AdditionalIncludeDirectories="..\..;..\..\python;..\..\..\..\..\lib\windows\openssl\include"
 
82
                                PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
 
83
                                StringPooling="TRUE"
 
84
                                RuntimeLibrary="0"
 
85
                                EnableFunctionLevelLinking="TRUE"
 
86
                                UsePrecompiledHeader="2"
 
87
                                PrecompiledHeaderFile="..\..\..\..\..\build\msvc_7\intern\blenkey\blenkey.pch"
 
88
                                AssemblerListingLocation="..\..\..\..\..\build\msvc_7\intern\blenkey\"
 
89
                                ObjectFile="..\..\..\..\..\build\msvc_7\intern\blenkey\"
 
90
                                ProgramDataBaseFileName="..\..\..\..\..\build\msvc_7\intern\blenkey\"
 
91
                                WarningLevel="2"
 
92
                                SuppressStartupBanner="TRUE"
 
93
                                CompileAs="0"/>
 
94
                        <Tool
 
95
                                Name="VCCustomBuildTool"/>
 
96
                        <Tool
 
97
                                Name="VCLibrarianTool"
 
98
                                OutputFile="..\..\..\..\..\build\msvc_7\libs\intern\libblenkey.lib"
 
99
                                SuppressStartupBanner="TRUE"/>
 
100
                        <Tool
 
101
                                Name="VCMIDLTool"/>
 
102
                        <Tool
 
103
                                Name="VCPostBuildEventTool"
 
104
                                Description="Copying BLENKEY files library to lib tree"
 
105
                                CommandLine="ECHO Copying header files
 
106
IF NOT EXIST ..\..\..\..\..\build\msvc_7\intern\blenkey\include MKDIR ..\..\..\..\..\build\msvc_7\intern\blenkey\include
 
107
XCOPY /Y ..\..\blenkey.h ..\..\..\..\..\build\msvc_7\intern\blenkey\include
 
108
ECHO Done
 
109
"/>
 
110
                        <Tool
 
111
                                Name="VCPreBuildEventTool"/>
 
112
                        <Tool
 
113
                                Name="VCPreLinkEventTool"/>
 
114
                        <Tool
 
115
                                Name="VCResourceCompilerTool"
 
116
                                PreprocessorDefinitions="NDEBUG"
 
117
                                Culture="1033"/>
 
118
                        <Tool
 
119
                                Name="VCWebServiceProxyGeneratorTool"/>
 
120
                        <Tool
 
121
                                Name="VCXMLDataGeneratorTool"/>
 
122
                        <Tool
 
123
                                Name="VCManagedWrapperGeneratorTool"/>
 
124
                        <Tool
 
125
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 
126
                </Configuration>
 
127
                <Configuration
 
128
                        Name="3DPlugin Release|Win32"
 
129
                        OutputDirectory="..\..\..\..\..\build\msvc_7\intern\blenkey\mtdll"
 
130
                        IntermediateDirectory="..\..\..\..\..\build\msvc_7\intern\blenkey\mtdll"
 
131
                        ConfigurationType="4"
 
132
                        UseOfMFC="0"
 
133
                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
 
134
                        CharacterSet="2">
 
135
                        <Tool
 
136
                                Name="VCCLCompilerTool"
 
137
                                InlineFunctionExpansion="1"
 
138
                                AdditionalIncludeDirectories="..\..;..\..\python;..\..\..\..\..\lib\windows\openssl\include"
 
139
                                PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
 
140
                                StringPooling="TRUE"
 
141
                                RuntimeLibrary="2"
 
142
                                EnableFunctionLevelLinking="TRUE"
 
143
                                UsePrecompiledHeader="2"
 
144
                                PrecompiledHeaderFile="..\..\..\..\..\build\msvc_7\intern\blenkey\mtdll\blenkey.pch"
 
145
                                AssemblerListingLocation="..\..\..\..\..\build\msvc_7\intern\blenkey\mtdll\"
 
146
                                ObjectFile="..\..\..\..\..\build\msvc_7\intern\blenkey\mtdll\"
 
147
                                ProgramDataBaseFileName="..\..\..\..\..\build\msvc_7\intern\blenkey\mtdll\"
 
148
                                WarningLevel="2"
 
149
                                SuppressStartupBanner="TRUE"
 
150
                                CompileAs="0"/>
 
151
                        <Tool
 
152
                                Name="VCCustomBuildTool"/>
 
153
                        <Tool
 
154
                                Name="VCLibrarianTool"
 
155
                                OutputFile="..\..\..\..\..\build\msvc_7\libs\intern\mtdll\libblenkey.lib"
 
156
                                SuppressStartupBanner="TRUE"/>
 
157
                        <Tool
 
158
                                Name="VCMIDLTool"/>
 
159
                        <Tool
 
160
                                Name="VCPostBuildEventTool"
 
161
                                Description="Copying BLENKEY files library to lib tree"
 
162
                                CommandLine="ECHO Copying header files
 
163
IF NOT EXIST ..\..\..\..\..\build\msvc_7\intern\blenkey\include MKDIR ..\..\..\..\..\build\msvc_7\intern\blenkey\include
 
164
XCOPY /Y ..\..\blenkey.h ..\..\..\..\..\build\msvc_7\intern\blenkey\include
 
165
ECHO Done
 
166
"/>
 
167
                        <Tool
 
168
                                Name="VCPreBuildEventTool"/>
 
169
                        <Tool
 
170
                                Name="VCPreLinkEventTool"/>
 
171
                        <Tool
 
172
                                Name="VCResourceCompilerTool"
 
173
                                PreprocessorDefinitions="NDEBUG"
 
174
                                Culture="1033"/>
 
175
                        <Tool
 
176
                                Name="VCWebServiceProxyGeneratorTool"/>
 
177
                        <Tool
 
178
                                Name="VCXMLDataGeneratorTool"/>
 
179
                        <Tool
 
180
                                Name="VCManagedWrapperGeneratorTool"/>
 
181
                        <Tool
 
182
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 
183
                </Configuration>
 
184
                <Configuration
 
185
                        Name="3DPlugin Debug|Win32"
 
186
                        OutputDirectory="..\..\..\..\..\build\msvc_7\intern\blenkey\mtdll\debug"
 
187
                        IntermediateDirectory="..\..\..\..\..\build\msvc_7\intern\blenkey\mtdll\debug"
 
188
                        ConfigurationType="4"
 
189
                        UseOfMFC="0"
 
190
                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
 
191
                        CharacterSet="2">
 
192
                        <Tool
 
193
                                Name="VCCLCompilerTool"
 
194
                                Optimization="0"
 
195
                                AdditionalIncludeDirectories="..\..;..\..\python;..\..\..\..\..\lib\windows\openssl\include"
 
196
                                PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
 
197
                                BasicRuntimeChecks="3"
 
198
                                RuntimeLibrary="3"
 
199
                                UsePrecompiledHeader="2"
 
200
                                PrecompiledHeaderFile="..\..\..\..\..\build\msvc_7\intern\blenkey\mtdll\debug\blenkey.pch"
 
201
                                AssemblerListingLocation="..\..\..\..\..\build\msvc_7\intern\blenkey\mtdll\debug\"
 
202
                                ObjectFile="..\..\..\..\..\build\msvc_7\intern\blenkey\mtdll\debug\"
 
203
                                ProgramDataBaseFileName="..\..\..\..\..\build\msvc_7\intern\blenkey\mtdll\debug\"
 
204
                                WarningLevel="2"
 
205
                                SuppressStartupBanner="TRUE"
 
206
                                DebugInformationFormat="3"
 
207
                                CompileAs="0"/>
 
208
                        <Tool
 
209
                                Name="VCCustomBuildTool"/>
 
210
                        <Tool
 
211
                                Name="VCLibrarianTool"
 
212
                                OutputFile="..\..\..\..\..\build\msvc_7\libs\intern\mtdll\debug\libblenkey.lib"
 
213
                                SuppressStartupBanner="TRUE"/>
 
214
                        <Tool
 
215
                                Name="VCMIDLTool"/>
 
216
                        <Tool
 
217
                                Name="VCPostBuildEventTool"
 
218
                                Description="Copying BLENKEY files library (debug target) to lib tree"
 
219
                                CommandLine="ECHO Copying header files
 
220
IF NOT EXIST ..\..\..\..\..\build\msvc_7\intern\blenkey\include MKDIR ..\..\..\..\..\build\msvc_7\intern\blenkey\include
 
221
XCOPY /Y ..\..\blenkey.h ..\..\..\..\..\build\msvc_7\intern\blenkey\include
 
222
ECHO Done
 
223
"/>
 
224
                        <Tool
 
225
                                Name="VCPreBuildEventTool"/>
 
226
                        <Tool
 
227
                                Name="VCPreLinkEventTool"/>
 
228
                        <Tool
 
229
                                Name="VCResourceCompilerTool"
 
230
                                PreprocessorDefinitions="_DEBUG"
 
231
                                Culture="1033"/>
 
232
                        <Tool
 
233
                                Name="VCWebServiceProxyGeneratorTool"/>
 
234
                        <Tool
 
235
                                Name="VCXMLDataGeneratorTool"/>
 
236
                        <Tool
 
237
                                Name="VCManagedWrapperGeneratorTool"/>
 
238
                        <Tool
 
239
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
113
240
                </Configuration>
114
241
        </Configurations>
 
242
        
115
243
        <Files>
116
244
                <Filter
117
245
                        Name="Source Files"