diff options
author | cornet | 2009-04-23 11:57:19 +0000 |
---|---|---|
committer | cornet | 2009-04-23 11:57:19 +0000 |
commit | c1abfc271612a255d4491f2e0220bace5fdf11d2 (patch) | |
tree | 542e9c76b1c5bd8b3d583c6868346c89e9acf86a /src/matrixOperations/jmat/test_Jmat | |
parent | 1b7670ad900a900d6da66e8e9aaddb672e61f543 (diff) | |
download | scilab2c-c1abfc271612a255d4491f2e0220bace5fdf11d2.tar.gz scilab2c-c1abfc271612a255d4491f2e0220bace5fdf11d2.tar.bz2 scilab2c-c1abfc271612a255d4491f2e0220bace5fdf11d2.zip |
add add tests files in projects (signalProcessing)
+ fix build release
Diffstat (limited to 'src/matrixOperations/jmat/test_Jmat')
-rw-r--r-- | src/matrixOperations/jmat/test_Jmat/testJmat.vcproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/matrixOperations/jmat/test_Jmat/testJmat.vcproj b/src/matrixOperations/jmat/test_Jmat/testJmat.vcproj index ac0fbc21..c944b275 100644 --- a/src/matrixOperations/jmat/test_Jmat/testJmat.vcproj +++ b/src/matrixOperations/jmat/test_Jmat/testJmat.vcproj @@ -61,6 +61,7 @@ />
<Tool
Name="VCLinkerTool"
+ OutputFile="$(SolutionDir)bin\$(ProjectName).exe"
LinkIncremental="2"
GenerateDebugInformation="true"
SubSystem="1"
@@ -134,6 +135,7 @@ />
<Tool
Name="VCLinkerTool"
+ OutputFile="$(SolutionDir)bin\$(ProjectName).exe"
LinkIncremental="1"
GenerateDebugInformation="true"
SubSystem="1"
|