diff options
author | cornet | 2009-04-21 08:29:56 +0000 |
---|---|---|
committer | cornet | 2009-04-21 08:29:56 +0000 |
commit | 39700883fcf3201cafe0c8330d86e9a7d66d7d4a (patch) | |
tree | ede42515dbb8ecda27a802c9ab519f90509b4181 /src/lib/blas | |
parent | 570ba1b49156b491ee1befcda9b09565c91eb93d (diff) | |
download | scilab2c-39700883fcf3201cafe0c8330d86e9a7d66d7d4a.tar.gz scilab2c-39700883fcf3201cafe0c8330d86e9a7d66d7d4a.tar.bz2 scilab2c-39700883fcf3201cafe0c8330d86e9a7d66d7d4a.zip |
introduces Visual studio 2008 express solution (scilab2c_f2c.sln)
type moved to a dll on windows
Diffstat (limited to 'src/lib/blas')
-rw-r--r-- | src/lib/blas/blas_f/blasplus_DLL_f2c.vcproj | 1034 |
1 files changed, 1034 insertions, 0 deletions
diff --git a/src/lib/blas/blas_f/blasplus_DLL_f2c.vcproj b/src/lib/blas/blas_f/blasplus_DLL_f2c.vcproj new file mode 100644 index 00000000..56bd8591 --- /dev/null +++ b/src/lib/blas/blas_f/blasplus_DLL_f2c.vcproj @@ -0,0 +1,1034 @@ +<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="blasplus_f2c_DLL"
+ ProjectGUID="{78BD64CE-181D-4D3F-9254-5C4F55C1EDC9}"
+ RootNamespace="blas_f2c"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="0"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ <Platform
+ Name="x64"
+ />
+ </Platforms>
+ <ToolFiles>
+ <ToolFile
+ RelativePath="..\..\..\Visual-Studio-settings\f2c.rules"
+ />
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="f2c rule"
+ ExecutionBucket="1"
+ CommandLine="cd "$(InputDir)"
"$(SolutionDir)bin\f2c.exe" -E -I..\..\..\core\includes -I..\..\..\..\core\includes "$(InputFileName)" 2>NUL

"
+ />
+ <Tool
+ Name="VCPreBuildEventTool"
+ CommandLine=""
+ ExecutionBucket="2"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ ExecutionBucket="4"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ ExecutionBucket="5"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ ExecutionBucket="6"
+ Optimization="0"
+ AdditionalIncludeDirectories="../../f2c"
+ PreprocessorDefinitions="STRICT;__STDC__;_CRT_SECURE_NO_DEPRECATE"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="0"
+ RuntimeLibrary="1"
+ UsePrecompiledHeader="0"
+ ObjectFile="$(ConfigurationName)/"
+ ProgramDataBaseFileName="$(ConfigurationName)/vc80.pdb"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ ExecutionBucket="7"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ ExecutionBucket="8"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ ExecutionBucket="9"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ ExecutionBucket="10"
+ AdditionalOptions="/fixed:no"
+ OutputFile="$(SolutionDir)bin\blasplus.dll"
+ ModuleDefinitionFile="blasplusAtlas.def"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
+ ImportLibrary="$(SolutionDir)bin\blasplus.lib"
+ CLRUnmanagedCodeCheck="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ ExecutionBucket="11"
+ />
+ <Tool
+ Name="VCManifestTool"
+ ExecutionBucket="12"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ ExecutionBucket="13"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ ExecutionBucket="14"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ ExecutionBucket="15"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine=""
+ ExecutionBucket="17"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug|x64"
+ OutputDirectory="$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ CommandLine=""
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="f2c rule"
+ CommandLine="cd "$(InputDir)"
"$(SolutionDir)bin\f2c.exe" -E -I..\..\..\core\includes -I..\..\..\..\core\includes "$(InputFileName)" 2>NUL

"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="../../f2c"
+ PreprocessorDefinitions="STRICT;__STDC__;_CRT_SECURE_NO_DEPRECATE"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="0"
+ RuntimeLibrary="1"
+ UsePrecompiledHeader="0"
+ ObjectFile="$(ConfigurationName)/"
+ ProgramDataBaseFileName="$(ConfigurationName)/vc80.pdb"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="/fixed:no"
+ OutputFile="../../../bin/blasplus.dll"
+ ModuleDefinitionFile="blasplusAtlas.def"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
+ ImportLibrary="../../../bin/blasplus.lib"
+ TargetMachine="17"
+ CLRUnmanagedCodeCheck="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine=""
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="f2c rule"
+ ExecutionBucket="1"
+ CommandLine="cd "$(InputDir)"
"$(SolutionDir)bin\f2c.exe" -E -I..\..\..\core\includes -I..\..\..\..\core\includes "$(InputFileName)" 2>NUL

"
+ />
+ <Tool
+ Name="VCPreBuildEventTool"
+ CommandLine=""
+ ExecutionBucket="2"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ ExecutionBucket="4"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ ExecutionBucket="5"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ ExecutionBucket="6"
+ FavorSizeOrSpeed="1"
+ AdditionalIncludeDirectories="../../f2c"
+ PreprocessorDefinitions="STRICT;__STDC__;_CRT_SECURE_NO_DEPRECATE"
+ RuntimeLibrary="0"
+ EnableEnhancedInstructionSet="0"
+ UsePrecompiledHeader="0"
+ ObjectFile="$(ConfigurationName)/"
+ ProgramDataBaseFileName="$(ConfigurationName)/vc80.pdb"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ ExecutionBucket="7"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ ExecutionBucket="8"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ ExecutionBucket="9"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ ExecutionBucket="10"
+ OutputFile="$(SolutionDir)bin\blasplus.dll"
+ ModuleDefinitionFile="blasplusAtlas.def"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
+ ImportLibrary="$(SolutionDir)bin\blasplus.lib"
+ CLRUnmanagedCodeCheck="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ ExecutionBucket="11"
+ />
+ <Tool
+ Name="VCManifestTool"
+ ExecutionBucket="12"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ ExecutionBucket="13"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ ExecutionBucket="14"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ ExecutionBucket="15"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine=""
+ ExecutionBucket="17"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|x64"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ CommandLine=""
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="f2c rule"
+ CommandLine="cd "$(InputDir)"
"$(SolutionDir)bin\f2c.exe" -E -I..\..\..\core\includes -I..\..\..\..\core\includes "$(InputFileName)" 2>NUL

"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ FavorSizeOrSpeed="1"
+ AdditionalIncludeDirectories="../../f2c"
+ PreprocessorDefinitions="STRICT;__STDC__;_CRT_SECURE_NO_DEPRECATE"
+ RuntimeLibrary="0"
+ EnableEnhancedInstructionSet="1"
+ UsePrecompiledHeader="0"
+ ObjectFile="$(ConfigurationName)/"
+ ProgramDataBaseFileName="$(ConfigurationName)/vc80.pdb"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="../../../bin/blasplus.dll"
+ ModuleDefinitionFile="blasplusAtlas.def"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
+ ImportLibrary="../../../bin/blasplus.lib"
+ TargetMachine="17"
+ CLRUnmanagedCodeCheck="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine=""
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ >
+ <File
+ RelativePath="..\dasum.c"
+ >
+ </File>
+ <File
+ RelativePath="..\daxpy.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dcabs1.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dcopy.c"
+ >
+ </File>
+ <File
+ RelativePath="..\ddot.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dgbmv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dgemm.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dgemv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dger.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dnrm2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\drot.c"
+ >
+ </File>
+ <File
+ RelativePath="..\drotg.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dsbmv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dscal.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dspmv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dspr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dspr2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dswap.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dsymm.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dsymv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dsyr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dsyr2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dsyr2k.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dsyrk.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dtbmv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dtbsv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dtpmv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dtpsv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dtrmm.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dtrmv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dtrsm.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dtrsv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dzasum.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dznrm2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\idamax.c"
+ >
+ </File>
+ <File
+ RelativePath="..\izamax.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lsame.c"
+ >
+ </File>
+ <File
+ RelativePath="..\xerbla.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zaxpy.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zcopy.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zdotc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zdotu.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zdscal.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zgbmv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zgemm.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zgemv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zgerc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zgeru.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zhbmv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zhemm.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zhemv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zher.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zher2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zher2k.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zherk.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zhpmv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zhpr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zhpr2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zrotg.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zscal.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zswap.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zsymm.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zsyr2k.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zsyrk.c"
+ >
+ </File>
+ <File
+ RelativePath="..\ztbmv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\ztbsv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\ztpmv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\ztpsv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\ztrmm.c"
+ >
+ </File>
+ <File
+ RelativePath="..\ztrmv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\ztrsm.c"
+ >
+ </File>
+ <File
+ RelativePath="..\ztrsv.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ >
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
+ >
+ </Filter>
+ <Filter
+ Name="Fortran Files"
+ Filter="*.f"
+ >
+ <File
+ RelativePath="..\dasum.f"
+ >
+ </File>
+ <File
+ RelativePath="..\daxpy.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dcabs1.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dcopy.f"
+ >
+ </File>
+ <File
+ RelativePath="..\ddot.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dgbmv.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dgemm.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dgemv.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dger.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dnrm2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\drot.f"
+ >
+ </File>
+ <File
+ RelativePath="..\drotg.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dsbmv.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dscal.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dspmv.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dspr.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dspr2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dswap.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dsymm.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dsymv.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dsyr.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dsyr2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dsyr2k.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dsyrk.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dtbmv.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dtbsv.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dtpmv.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dtpsv.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dtrmm.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dtrmv.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dtrsm.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dtrsv.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dzasum.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dznrm2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\idamax.f"
+ >
+ </File>
+ <File
+ RelativePath="..\izamax.f"
+ >
+ </File>
+ <File
+ RelativePath="..\lsame.f"
+ >
+ </File>
+ <File
+ RelativePath="..\xerbla.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zaxpy.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zcopy.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zdotc.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zdotu.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zdscal.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zgbmv.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zgemm.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zgemv.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zgerc.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zgeru.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zhbmv.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zhemm.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zhemv.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zher.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zher2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zher2k.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zherk.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zhpmv.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zhpr.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zhpr2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zrotg.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zscal.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zswap.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zsymm.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zsyr2k.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zsyrk.f"
+ >
+ </File>
+ <File
+ RelativePath="..\ztbmv.f"
+ >
+ </File>
+ <File
+ RelativePath="..\ztbsv.f"
+ >
+ </File>
+ <File
+ RelativePath="..\ztpmv.f"
+ >
+ </File>
+ <File
+ RelativePath="..\ztpsv.f"
+ >
+ </File>
+ <File
+ RelativePath="..\ztrmm.f"
+ >
+ </File>
+ <File
+ RelativePath="..\ztrmv.f"
+ >
+ </File>
+ <File
+ RelativePath="..\ztrsm.f"
+ >
+ </File>
+ <File
+ RelativePath="..\ztrsv.f"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="f2c rule"
+ CommandLine="cd "$(InputDir)"
"$(SolutionDir)bin\f2c.exe" -E -I..\..\..\core\includes -I..\..\..\..\core\includes "$(InputFileName)" 2>NUL

"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|x64"
+ >
+ <Tool
+ Name="f2c rule"
+ CommandLine="cd "$(InputDir)"
"$(SolutionDir)bin\f2c.exe" -E -I..\..\..\core\includes -I..\..\..\..\core\includes "$(InputFileName)" 2>NUL

"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="f2c rule"
+ CommandLine="cd "$(InputDir)"
"$(SolutionDir)bin\f2c.exe" -E -I..\..\..\core\includes -I..\..\..\..\core\includes "$(InputFileName)" 2>NUL

"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|x64"
+ >
+ <Tool
+ Name="f2c rule"
+ CommandLine="cd "$(InputDir)"
"$(SolutionDir)bin\f2c.exe" -E -I..\..\..\core\includes -I..\..\..\..\core\includes "$(InputFileName)" 2>NUL

"
+ />
+ </FileConfiguration>
+ </File>
+ </Filter>
+ <File
+ RelativePath="..\..\..\..\bin\libf2c.lib"
+ >
+ </File>
+ <File
+ RelativePath="..\Makefile.am"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
|