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 /src/lib/lapack/lapack_f | |
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 'src/lib/lapack/lapack_f')
-rw-r--r-- | src/lib/lapack/lapack_f/lapack_DLL.vfproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/lapack/lapack_f/lapack_DLL.vfproj b/src/lib/lapack/lapack_f/lapack_DLL.vfproj index 962bdb95..027b6234 100644 --- a/src/lib/lapack/lapack_f/lapack_DLL.vfproj +++ b/src/lib/lapack/lapack_f/lapack_DLL.vfproj @@ -5,7 +5,7 @@ <Platform Name="x64"/></Platforms>
<Configurations>
<Configuration Name="Debug|Win32" OutputDirectory="$(InputDir)$(ConfigurationName)" DeleteExtensionsOnClean="*.obj;*.mod;*.pdb;*.asm;*.map;*.dyn;*.dpi;*.tmp;*.log;*.ilk;*.dll;$(TargetPath)" ConfigurationType="typeDynamicLibrary">
- <Tool Name="VFFortranCompilerTool" SuppressStartupBanner="true" DebugInformationFormat="debugEnabled" Optimization="optimizeDisabled" OptimizeForProcessor="procOptimizeBlended" F77RuntimeCompatibility="true" CallingConvention="callConventionCRef" ExternalNameUnderscore="true" ModulePath="$(INTDIR)/" ObjectFile="$(INTDIR)/" Traceback="true" RuntimeLibrary="rtMultiThreadedDebugDLL"/>
+ <Tool Name="VFFortranCompilerTool" SuppressStartupBanner="true" DebugInformationFormat="debugEnabled" Optimization="optimizeDisabled" OptimizeForProcessor="procOptimizeBlended" F77RuntimeCompatibility="true" CallingConvention="callConventionCRef" ExternalNameUnderscore="true" ModulePath="$(INTDIR)/" ObjectFile="$(INTDIR)/" Traceback="true" RuntimeLibrary="rtMultiThreadedDebug"/>
<Tool Name="VFLinkerTool" OutputFile="$(SolutionDir)bin/lapack.dll" LinkIncremental="linkIncrementalNo" SuppressStartupBanner="true" IgnoreDefaultLibraryNames="msvcrtd.lib" ModuleDefinitionFile="lapack.def" GenerateDebugInformation="true" SubSystem="subSystemWindows" ImportLibrary="$(SolutionDir)bin/lapack.lib" LinkDLL="true" AdditionalDependencies="libcmtd.lib "/>
<Tool Name="VFResourceCompilerTool"/>
<Tool Name="VFMidlTool" SuppressStartupBanner="true" HeaderFileName="$(InputName).h" TypeLibraryName="$(IntDir)/$(InputName).tlb"/>
|