diff options
author | cornet | 2009-04-23 07:19:36 +0000 |
---|---|---|
committer | cornet | 2009-04-23 07:19:36 +0000 |
commit | 93b96745bf6acef58aede4bfa0291a20a0696013 (patch) | |
tree | d125379c83e11ca31e21ed0f0bc0340315f990e3 /RUN_TESTS | |
parent | 87cfbf0550febd7a33f3117c87bfe900ac92ff64 (diff) | |
download | scilab2c-93b96745bf6acef58aede4bfa0291a20a0696013.tar.gz scilab2c-93b96745bf6acef58aede4bfa0291a20a0696013.tar.bz2 scilab2c-93b96745bf6acef58aede4bfa0291a20a0696013.zip |
rename directories with _
remove dependency on fortran runtime
add run_tests project
Diffstat (limited to 'RUN_TESTS')
-rw-r--r-- | RUN_TESTS/RUN_TESTS.vcproj | 86 |
1 files changed, 86 insertions, 0 deletions
diff --git a/RUN_TESTS/RUN_TESTS.vcproj b/RUN_TESTS/RUN_TESTS.vcproj new file mode 100644 index 00000000..ef6e3ae4 --- /dev/null +++ b/RUN_TESTS/RUN_TESTS.vcproj @@ -0,0 +1,86 @@ +<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="RUN_TESTS"
+ ProjectGUID="{39BC0138-6B50-492C-8570-06458772282B}"
+ RootNamespace="RUN_TESTS"
+ TargetFrameworkVersion="196613"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="10"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ CommandLine="$(SolutionDir)bin\testDoubleComplex.exe"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="10"
+ CharacterSet="2"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ CommandLine="$(SolutionDir)bin\testDoubleComplex.exe"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
+ UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
+ >
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
|