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

« back to all changes in this revision

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