update for MS VS 2008
This commit is contained in:
parent
33f10e20e0
commit
0004b52f59
|
|
@ -1,3 +1,7 @@
|
|||
2011-08-04 Holger Vogt
|
||||
* dcpss.c: tiny update to obtain compilation with MS VS 2008,
|
||||
code beautyfied
|
||||
|
||||
2011-08-04 Paolo Nenzi
|
||||
* (new) tests/pss ,
|
||||
* (new) tests/pss/colpitt_osc_pss.cir ,
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ Global
|
|||
{83E315C7-EDD3-4F6B-AF28-87A92A4FA49A}.console_debug|Win32.Build.0 = console_debug|Win32
|
||||
{83E315C7-EDD3-4F6B-AF28-87A92A4FA49A}.console_debug|x64.ActiveCfg = console_debug|x64
|
||||
{83E315C7-EDD3-4F6B-AF28-87A92A4FA49A}.console_debug|x64.Build.0 = console_debug|x64
|
||||
{83E315C7-EDD3-4F6B-AF28-87A92A4FA49A}.console_release_omp|Win32.ActiveCfg = console_release|x64
|
||||
{83E315C7-EDD3-4F6B-AF28-87A92A4FA49A}.console_release_omp|Win32.ActiveCfg = console_release|Win32
|
||||
{83E315C7-EDD3-4F6B-AF28-87A92A4FA49A}.console_release_omp|x64.ActiveCfg = console_release|x64
|
||||
{83E315C7-EDD3-4F6B-AF28-87A92A4FA49A}.console_release_omp|x64.Build.0 = console_release|x64
|
||||
{83E315C7-EDD3-4F6B-AF28-87A92A4FA49A}.console_release|Win32.ActiveCfg = console_release|Win32
|
||||
|
|
@ -46,8 +46,8 @@ Global
|
|||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
AMDCaProjectFile = D:\Spice_general\ng-spice-rework\visualc\CodeAnalyst\vngspice.caw
|
||||
AMDCaPersistentStartup = vngspice
|
||||
AMDCaPersistentConfig = Debug|Win32
|
||||
AMDCaPersistentStartup = vngspice
|
||||
AMDCaProjectFile = D:\Spice_general\ng-spice-rework\visualc\CodeAnalyst\vngspice.caw
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
|
|
|
|||
|
|
@ -571,8 +571,8 @@
|
|||
</Configuration>
|
||||
<Configuration
|
||||
Name="console_release|Win32"
|
||||
OutputDirectory="$(ConfigurationName)\$(PlatformName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
OutputDirectory="$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)\$(PlatformName)"
|
||||
ConfigurationType="1"
|
||||
WholeProgramOptimization="1"
|
||||
>
|
||||
|
|
@ -665,8 +665,8 @@
|
|||
</Configuration>
|
||||
<Configuration
|
||||
Name="console_release|x64"
|
||||
OutputDirectory="$(ConfigurationName)\$(PlatformName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
OutputDirectory="$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)\$(PlatformName)"
|
||||
ConfigurationType="1"
|
||||
WholeProgramOptimization="1"
|
||||
>
|
||||
|
|
@ -2825,6 +2825,10 @@
|
|||
RelativePath="..\src\spicelib\devices\jfet2\psmodel.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\include\pssdefs.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\frontend\plotting\pvec.h"
|
||||
>
|
||||
|
|
@ -5321,6 +5325,10 @@
|
|||
RelativePath="..\src\spicelib\analysis\dcosetp.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\analysis\dcpss.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\analysis\dctaskq.c"
|
||||
>
|
||||
|
|
@ -7921,6 +7929,18 @@
|
|||
RelativePath="..\src\spicelib\devices\jfet2\psmodel.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\analysis\pssaskq.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\analysis\pssinit.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\analysis\psssetp.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\parser\ptfuncs.c"
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in New Issue