~ubuntu-branches/ubuntu/hoary/scilab/hoary

« back to all changes in this revision

Viewing changes to routines/metanet/metanet.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2005-01-09 22:58:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050109225821-473xr8vhgugxxx5j
Tags: 3.0-12
changed configure.in to build scilab's own malloc.o, closes: #255869

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="7.10"
 
5
        Name="metanet"
 
6
        ProjectGUID="{E9741474-5C3A-4101-8B85-AC5221018C05}"
 
7
        SccProjectName=""
 
8
        SccLocalPath="">
 
9
        <Platforms>
 
10
                <Platform
 
11
                        Name="Win32"/>
 
12
        </Platforms>
 
13
        <Configurations>
 
14
                <Configuration
 
15
                        Name="Release|Win32"
 
16
                        OutputDirectory=".\Release"
 
17
                        IntermediateDirectory=".\Release"
 
18
                        ConfigurationType="4"
 
19
                        UseOfMFC="0"
 
20
                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
 
21
                        CharacterSet="2">
 
22
                        <Tool
 
23
                                Name="VCCLCompilerTool"
 
24
                                Optimization="2"
 
25
                                InlineFunctionExpansion="1"
 
26
                                FavorSizeOrSpeed="1"
 
27
                                OptimizeForProcessor="1"
 
28
                                AdditionalIncludeDirectories="../../routines/f2c,../../tcl/include/X11"
 
29
                                PreprocessorDefinitions="NDEBUG;WIN32;_LIB;__MSC__;STRICT;WITH_TK;WITH_PVM"
 
30
                                StringPooling="TRUE"
 
31
                                RuntimeLibrary="4"
 
32
                                EnableFunctionLevelLinking="TRUE"
 
33
                                PrecompiledHeaderFile=".\Release/metanet.pch"
 
34
                                AssemblerListingLocation=".\Release/"
 
35
                                ObjectFile=".\Release/"
 
36
                                ProgramDataBaseFileName=".\Release/"
 
37
                                WarningLevel="3"
 
38
                                SuppressStartupBanner="TRUE"
 
39
                                CompileAs="0"/>
 
40
                        <Tool
 
41
                                Name="VCCustomBuildTool"/>
 
42
                        <Tool
 
43
                                Name="VCLibrarianTool"
 
44
                                OutputFile="../../libs/metanet.lib"
 
45
                                SuppressStartupBanner="TRUE"/>
 
46
                        <Tool
 
47
                                Name="VCMIDLTool"/>
 
48
                        <Tool
 
49
                                Name="VCPostBuildEventTool"
 
50
                                CommandLine="cd &quot;$(IntDir)&quot; &gt;nul
 
51
for %%f in (*.obj) do  ..\..\..\bin\dumpexts -o %%~nf.def -n scilex.dll %%f &gt;nul
 
52
copy *.def metanet.def &gt;nul
 
53
copy metanet.def ..\..\..\libs\metanet.def &gt;nul
 
54
del *.def &gt;nul
 
55
cd .. &gt;nul
 
56
"/>
 
57
                        <Tool
 
58
                                Name="VCPreBuildEventTool"/>
 
59
                        <Tool
 
60
                                Name="VCPreLinkEventTool"/>
 
61
                        <Tool
 
62
                                Name="VCResourceCompilerTool"
 
63
                                PreprocessorDefinitions="NDEBUG"
 
64
                                Culture="1036"/>
 
65
                        <Tool
 
66
                                Name="VCWebServiceProxyGeneratorTool"/>
 
67
                        <Tool
 
68
                                Name="VCXMLDataGeneratorTool"/>
 
69
                        <Tool
 
70
                                Name="VCManagedWrapperGeneratorTool"/>
 
71
                        <Tool
 
72
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 
73
                </Configuration>
 
74
                <Configuration
 
75
                        Name="Debug|Win32"
 
76
                        OutputDirectory=".\Debug"
 
77
                        IntermediateDirectory=".\Debug"
 
78
                        ConfigurationType="4"
 
79
                        UseOfMFC="0"
 
80
                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
 
81
                        CharacterSet="2">
 
82
                        <Tool
 
83
                                Name="VCCLCompilerTool"
 
84
                                Optimization="0"
 
85
                                AdditionalIncludeDirectories="../../routines/f2c,../../tcl/include/X11,../../tcl/include"
 
86
                                PreprocessorDefinitions="_LIB;__MSC__;STRICT;WITH_TK;WITH_PVM;_DEBUG;WIN32"
 
87
                                BasicRuntimeChecks="3"
 
88
                                RuntimeLibrary="5"
 
89
                                PrecompiledHeaderFile=".\Debug/metanet.pch"
 
90
                                AssemblerListingLocation=".\Debug/"
 
91
                                ObjectFile=".\Debug/"
 
92
                                ProgramDataBaseFileName=".\Debug/"
 
93
                                WarningLevel="3"
 
94
                                SuppressStartupBanner="TRUE"
 
95
                                DebugInformationFormat="4"
 
96
                                CompileAs="0"/>
 
97
                        <Tool
 
98
                                Name="VCCustomBuildTool"/>
 
99
                        <Tool
 
100
                                Name="VCLibrarianTool"
 
101
                                OutputFile="../../libs/metanet.lib"
 
102
                                SuppressStartupBanner="TRUE"/>
 
103
                        <Tool
 
104
                                Name="VCMIDLTool"/>
 
105
                        <Tool
 
106
                                Name="VCPostBuildEventTool"
 
107
                                CommandLine="cd &quot;$(IntDir)&quot; &gt;nul
 
108
for %%f in (*.obj) do  ..\..\..\bin\dumpexts -o %%~nf.def -n scilex.dll %%f &gt;nul
 
109
copy *.def metanet.def &gt;nul
 
110
copy metanet.def ..\..\..\libs\metanet.def &gt;nul
 
111
del *.def &gt;nul
 
112
cd .. &gt;nul
 
113
"/>
 
114
                        <Tool
 
115
                                Name="VCPreBuildEventTool"/>
 
116
                        <Tool
 
117
                                Name="VCPreLinkEventTool"/>
 
118
                        <Tool
 
119
                                Name="VCResourceCompilerTool"
 
120
                                PreprocessorDefinitions="_DEBUG"
 
121
                                Culture="1036"/>
 
122
                        <Tool
 
123
                                Name="VCWebServiceProxyGeneratorTool"/>
 
124
                        <Tool
 
125
                                Name="VCXMLDataGeneratorTool"/>
 
126
                        <Tool
 
127
                                Name="VCManagedWrapperGeneratorTool"/>
 
128
                        <Tool
 
129
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 
130
                </Configuration>
 
131
                <Configuration
 
132
                        Name="PIV_Release|Win32"
 
133
                        OutputDirectory="$(ConfigurationName)"
 
134
                        IntermediateDirectory="$(ConfigurationName)"
 
135
                        ConfigurationType="4"
 
136
                        UseOfMFC="0"
 
137
                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
 
138
                        CharacterSet="2">
 
139
                        <Tool
 
140
                                Name="VCCLCompilerTool"
 
141
                                Optimization="2"
 
142
                                InlineFunctionExpansion="1"
 
143
                                FavorSizeOrSpeed="1"
 
144
                                OptimizeForProcessor="3"
 
145
                                AdditionalIncludeDirectories="../../routines/f2c,../../tcl/include/X11"
 
146
                                PreprocessorDefinitions="NDEBUG;WIN32;_LIB;__MSC__;STRICT;WITH_TK;WITH_PVM"
 
147
                                StringPooling="TRUE"
 
148
                                RuntimeLibrary="4"
 
149
                                EnableFunctionLevelLinking="TRUE"
 
150
                                PrecompiledHeaderFile=".\$(IntDir)/metanet.pch"
 
151
                                AssemblerListingLocation=".\$(IntDir)/"
 
152
                                ObjectFile=".\$(IntDir)/"
 
153
                                ProgramDataBaseFileName=".\$(IntDir)/"
 
154
                                WarningLevel="3"
 
155
                                SuppressStartupBanner="TRUE"
 
156
                                CompileAs="0"/>
 
157
                        <Tool
 
158
                                Name="VCCustomBuildTool"/>
 
159
                        <Tool
 
160
                                Name="VCLibrarianTool"
 
161
                                OutputFile="../../libs/metanet.lib"
 
162
                                SuppressStartupBanner="TRUE"/>
 
163
                        <Tool
 
164
                                Name="VCMIDLTool"/>
 
165
                        <Tool
 
166
                                Name="VCPostBuildEventTool"
 
167
                                CommandLine="cd &quot;$(IntDir)&quot; &gt;nul
 
168
for %%f in (*.obj) do  ..\..\..\bin\dumpexts -o %%~nf.def -n scilex.dll %%f &gt;nul
 
169
copy *.def metanet.def &gt;nul
 
170
copy metanet.def ..\..\..\libs\metanet.def &gt;nul
 
171
del *.def &gt;nul
 
172
cd .. &gt;nul
 
173
"/>
 
174
                        <Tool
 
175
                                Name="VCPreBuildEventTool"/>
 
176
                        <Tool
 
177
                                Name="VCPreLinkEventTool"/>
 
178
                        <Tool
 
179
                                Name="VCResourceCompilerTool"
 
180
                                PreprocessorDefinitions="NDEBUG"
 
181
                                Culture="1036"/>
 
182
                        <Tool
 
183
                                Name="VCWebServiceProxyGeneratorTool"/>
 
184
                        <Tool
 
185
                                Name="VCXMLDataGeneratorTool"/>
 
186
                        <Tool
 
187
                                Name="VCManagedWrapperGeneratorTool"/>
 
188
                        <Tool
 
189
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 
190
                </Configuration>
 
191
                <Configuration
 
192
                        Name="Pentium_Release|Win32"
 
193
                        OutputDirectory="$(ConfigurationName)"
 
194
                        IntermediateDirectory="$(ConfigurationName)"
 
195
                        ConfigurationType="4"
 
196
                        UseOfMFC="0"
 
197
                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
 
198
                        CharacterSet="2">
 
199
                        <Tool
 
200
                                Name="VCCLCompilerTool"
 
201
                                Optimization="2"
 
202
                                InlineFunctionExpansion="1"
 
203
                                FavorSizeOrSpeed="1"
 
204
                                OptimizeForProcessor="1"
 
205
                                AdditionalIncludeDirectories="../../routines/f2c,../../tcl/include/X11"
 
206
                                PreprocessorDefinitions="NDEBUG;WIN32;_LIB;__MSC__;STRICT;WITH_TK;WITH_PVM"
 
207
                                StringPooling="TRUE"
 
208
                                RuntimeLibrary="4"
 
209
                                EnableFunctionLevelLinking="TRUE"
 
210
                                PrecompiledHeaderFile=".\$(IntDir)/metanet.pch"
 
211
                                AssemblerListingLocation=".\$(IntDir)/"
 
212
                                ObjectFile=".\$(IntDir)/"
 
213
                                ProgramDataBaseFileName=".\$(IntDir)/"
 
214
                                WarningLevel="3"
 
215
                                SuppressStartupBanner="TRUE"
 
216
                                CompileAs="0"/>
 
217
                        <Tool
 
218
                                Name="VCCustomBuildTool"/>
 
219
                        <Tool
 
220
                                Name="VCLibrarianTool"
 
221
                                OutputFile="../../libs/metanet.lib"
 
222
                                SuppressStartupBanner="TRUE"/>
 
223
                        <Tool
 
224
                                Name="VCMIDLTool"/>
 
225
                        <Tool
 
226
                                Name="VCPostBuildEventTool"
 
227
                                CommandLine="cd &quot;$(IntDir)&quot; &gt;nul
 
228
for %%f in (*.obj) do  ..\..\..\bin\dumpexts -o %%~nf.def -n scilex.dll %%f &gt;nul
 
229
copy *.def metanet.def &gt;nul
 
230
copy metanet.def ..\..\..\libs\metanet.def &gt;nul
 
231
del *.def &gt;nul
 
232
cd .. &gt;nul
 
233
"/>
 
234
                        <Tool
 
235
                                Name="VCPreBuildEventTool"/>
 
236
                        <Tool
 
237
                                Name="VCPreLinkEventTool"/>
 
238
                        <Tool
 
239
                                Name="VCResourceCompilerTool"
 
240
                                PreprocessorDefinitions="NDEBUG"
 
241
                                Culture="1036"/>
 
242
                        <Tool
 
243
                                Name="VCWebServiceProxyGeneratorTool"/>
 
244
                        <Tool
 
245
                                Name="VCXMLDataGeneratorTool"/>
 
246
                        <Tool
 
247
                                Name="VCManagedWrapperGeneratorTool"/>
 
248
                        <Tool
 
249
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 
250
                </Configuration>
 
251
        </Configurations>
 
252
        <References>
 
253
        </References>
 
254
        <Files>
 
255
                <Filter
 
256
                        Name="Source Files"
 
257
                        Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
 
258
                        <File
 
259
                                RelativePath=".\connex.c">
 
260
                        </File>
 
261
                        <File
 
262
                                RelativePath=".\dmtree.c">
 
263
                        </File>
 
264
                        <File
 
265
                                RelativePath=".\files.c">
 
266
                        </File>
 
267
                        <File
 
268
                                RelativePath=".\loadg.c">
 
269
                        </File>
 
270
                        <File
 
271
                                RelativePath=".\myhsearch.c">
 
272
                        </File>
 
273
                        <File
 
274
                                RelativePath=".\paths.c">
 
275
                        </File>
 
276
                        <File
 
277
                                RelativePath=".\saveg.c">
 
278
                        </File>
 
279
                        <File
 
280
                                RelativePath=".\transc.c">
 
281
                        </File>
 
282
                </Filter>
 
283
                <Filter
 
284
                        Name="Header Files"
 
285
                        Filter="h;hpp;hxx;hm;inl">
 
286
                        <File
 
287
                                RelativePath="defs.h">
 
288
                        </File>
 
289
                        <File
 
290
                                RelativePath="mysearch.h">
 
291
                        </File>
 
292
                </Filter>
 
293
        </Files>
 
294
        <Globals>
 
295
        </Globals>
 
296
</VisualStudioProject>