diff options
author | cornet | 2009-04-22 12:09:03 +0000 |
---|---|---|
committer | cornet | 2009-04-22 12:09:03 +0000 |
commit | aec68349995584ad3403f340163f3b3866cd34ed (patch) | |
tree | f1f7c88736059fcc417e9186629268e7d3ad6722 /src/type | |
parent | 0bb54c3bd1b4f41dc8336b53eaa2ca32126044e3 (diff) | |
download | scilab2c-aec68349995584ad3403f340163f3b3866cd34ed.tar.gz scilab2c-aec68349995584ad3403f340163f3b3866cd34ed.tar.bz2 scilab2c-aec68349995584ad3403f340163f3b3866cd34ed.zip |
add string project + build release mode
TO DO add tests
Diffstat (limited to 'src/type')
-rw-r--r-- | src/type/test_floatComplex/test_floatComplex.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/type/test_floatComplex/test_floatComplex.vcproj b/src/type/test_floatComplex/test_floatComplex.vcproj index d1fe7c58..fb9c8e9e 100644 --- a/src/type/test_floatComplex/test_floatComplex.vcproj +++ b/src/type/test_floatComplex/test_floatComplex.vcproj @@ -185,6 +185,14 @@ CompileAs="2"
/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ CompileAs="2"
+ />
+ </FileConfiguration>
</File>
</Filter>
<Filter
|