diff options
author | jofret | 2010-03-23 12:45:07 +0000 |
---|---|---|
committer | jofret | 2010-03-23 12:45:07 +0000 |
commit | 0cc594bf211365061db83cea093aee9ef3abfa09 (patch) | |
tree | d985c268e8ce6ba36c07c5cc89ac24f1c9f85fe5 | |
parent | b3f31e69d428b9c53830b79639a4541c76572f61 (diff) | |
download | scilab2c-0cc594bf211365061db83cea093aee9ef3abfa09.tar.gz scilab2c-0cc594bf211365061db83cea093aee9ef3abfa09.tar.bz2 scilab2c-0cc594bf211365061db83cea093aee9ef3abfa09.zip |
Windows compilation
-rw-r--r-- | scilab2c/src/c/matrixOperations/matrixOperations.vcproj | 30 | ||||
-rw-r--r-- | scilab2c/src/c/operations/operations.vcproj | 52 |
2 files changed, 53 insertions, 29 deletions
diff --git a/scilab2c/src/c/matrixOperations/matrixOperations.vcproj b/scilab2c/src/c/matrixOperations/matrixOperations.vcproj index 2484a403..173f06f2 100644 --- a/scilab2c/src/c/matrixOperations/matrixOperations.vcproj +++ b/scilab2c/src/c/matrixOperations/matrixOperations.vcproj @@ -993,10 +993,10 @@ </File>
</Filter>
<Filter
- Name="hilbert"
+ Name="hilb"
>
<File
- RelativePath=".\hilbert\dhilba.c"
+ RelativePath=".\hilb\dhilba.c"
>
<FileConfiguration
Name="Debug|Win32"
@@ -1006,21 +1006,9 @@ CompileAs="2"
/>
</FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- CompileAs="2"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\hilbert\Makefile.am"
- >
</File>
<File
- RelativePath=".\hilbert\shilba.c"
+ RelativePath=".\hilb\shilba.c"
>
<FileConfiguration
Name="Debug|Win32"
@@ -1030,14 +1018,6 @@ CompileAs="2"
/>
</FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- CompileAs="2"
- />
- </FileConfiguration>
</File>
</Filter>
<Filter
@@ -1548,10 +1528,6 @@ </FileConfiguration>
</File>
<File
- RelativePath=".\multiplication\Makefile.am"
- >
- </File>
- <File
RelativePath=".\multiplication\smulma.c"
>
<FileConfiguration
diff --git a/scilab2c/src/c/operations/operations.vcproj b/scilab2c/src/c/operations/operations.vcproj index 50031299..a5464fdb 100644 --- a/scilab2c/src/c/operations/operations.vcproj +++ b/scilab2c/src/c/operations/operations.vcproj @@ -25,7 +25,7 @@ >
<Tool
Name="VCPreBuildEventTool"
- CommandLine="lib /DEF:"$(InputDir)auxiliaryFunctions_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(InputDir)auxiliaryFunctions.lib" 1>NUL 2>NUL"
+ CommandLine="lib /DEF:"$(InputDir)auxiliaryFunctions_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(InputDir)auxiliaryFunctions.lib" 1>NUL 2>NUL
lib /DEF:"$(InputDir)matrixOperations_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(InputDir)matrixOperations.lib" 1>NUL 2>NUL"
/>
<Tool
Name="VCCustomBuildTool"
@@ -62,7 +62,7 @@ />
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="auxiliaryFunctions.lib"
+ AdditionalDependencies="auxiliaryFunctions.lib matrixOperations.lib"
OutputFile="$(SolutionDir)bin\$(ProjectName).dll"
LinkIncremental="2"
GenerateDebugInformation="true"
@@ -744,6 +744,18 @@ </FileConfiguration>
</File>
<File
+ RelativePath=".\multiplication\cmulv.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ CompileAs="2"
+ />
+ </FileConfiguration>
+ </File>
+ <File
RelativePath=".\multiplication\dmula.c"
>
<FileConfiguration
@@ -784,6 +796,18 @@ </FileConfiguration>
</File>
<File
+ RelativePath=".\multiplication\dmulv.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ CompileAs="2"
+ />
+ </FileConfiguration>
+ </File>
+ <File
RelativePath=".\multiplication\smula.c"
>
<FileConfiguration
@@ -824,6 +848,18 @@ </FileConfiguration>
</File>
<File
+ RelativePath=".\multiplication\smulv.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ CompileAs="2"
+ />
+ </FileConfiguration>
+ </File>
+ <File
RelativePath=".\multiplication\zmula.c"
>
<FileConfiguration
@@ -876,6 +912,18 @@ </FileConfiguration>
</File>
<File
+ RelativePath=".\multiplication\zmulv.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ CompileAs="2"
+ />
+ </FileConfiguration>
+ </File>
+ <File
RelativePath=".\multiplication\zmulzdv.c"
>
<FileConfiguration
|