|
|
|
@ -199,6 +199,189 @@ |
|
|
|
Name="VCPostBuildEventTool" |
|
|
|
/> |
|
|
|
</Configuration> |
|
|
|
<Configuration |
|
|
|
Name="console_debug|Win32" |
|
|
|
OutputDirectory="$(ConfigurationName)" |
|
|
|
IntermediateDirectory="$(ConfigurationName)" |
|
|
|
ConfigurationType="1" |
|
|
|
> |
|
|
|
<Tool |
|
|
|
Name="VCPreBuildEventTool" |
|
|
|
CommandLine="" |
|
|
|
ExcludedFromBuild="false" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCCustomBuildTool" |
|
|
|
Description="Custom defined Build: Recompile conf.c with actual date" |
|
|
|
CommandLine="del $(IntDir)\conf.obj
" |
|
|
|
Outputs="$(IntDir)\conf.obj" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCXMLDataGeneratorTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCWebServiceProxyGeneratorTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCMIDLTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCCLCompilerTool" |
|
|
|
Optimization="0" |
|
|
|
AdditionalIncludeDirectories=""$(ProjectDir)..\src\maths\poly";"$(ProjectDir)..\src\frontend";"$(ProjectDir)..\src\spicelib\devices";"$(ProjectDir)..\src\include";"$(ProjectDir)include"" |
|
|
|
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;SIMULATOR;NGDEBUG;CONSOLE" |
|
|
|
MinimalRebuild="true" |
|
|
|
ExceptionHandling="0" |
|
|
|
BasicRuntimeChecks="0" |
|
|
|
RuntimeLibrary="1" |
|
|
|
RuntimeTypeInfo="false" |
|
|
|
UsePrecompiledHeader="0" |
|
|
|
WarningLevel="4" |
|
|
|
Detect64BitPortabilityProblems="false" |
|
|
|
DebugInformationFormat="4" |
|
|
|
CompileAs="1" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCManagedResourceCompilerTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCResourceCompilerTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCPreLinkEventTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCLinkerTool" |
|
|
|
AdditionalDependencies="psapi.lib" |
|
|
|
OutputFile="$(OutDir)\bin\vngspice_dc.exe" |
|
|
|
LinkIncremental="1" |
|
|
|
GenerateManifest="false" |
|
|
|
GenerateDebugInformation="true" |
|
|
|
SubSystem="1" |
|
|
|
HeapReserveSize="0" |
|
|
|
HeapCommitSize="0" |
|
|
|
StackReserveSize="0" |
|
|
|
StackCommitSize="0" |
|
|
|
RandomizedBaseAddress="1" |
|
|
|
DataExecutionPrevention="0" |
|
|
|
TargetMachine="1" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCALinkTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCManifestTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCXDCMakeTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCBscMakeTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCFxCopTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCAppVerifierTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCPostBuildEventTool" |
|
|
|
/> |
|
|
|
</Configuration> |
|
|
|
<Configuration |
|
|
|
Name="console_release|Win32" |
|
|
|
OutputDirectory="$(ConfigurationName)" |
|
|
|
IntermediateDirectory="$(ConfigurationName)" |
|
|
|
ConfigurationType="1" |
|
|
|
WholeProgramOptimization="1" |
|
|
|
> |
|
|
|
<Tool |
|
|
|
Name="VCPreBuildEventTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCCustomBuildTool" |
|
|
|
Description="Custom defined Build: Recompile conf.c with actual date" |
|
|
|
CommandLine="del $(IntDir)\conf.obj
" |
|
|
|
Outputs="$(IntDir)\conf.obj" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCXMLDataGeneratorTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCWebServiceProxyGeneratorTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCMIDLTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCCLCompilerTool" |
|
|
|
Optimization="2" |
|
|
|
EnableIntrinsicFunctions="true" |
|
|
|
FavorSizeOrSpeed="1" |
|
|
|
WholeProgramOptimization="true" |
|
|
|
AdditionalIncludeDirectories=""$(ProjectDir)..\src\maths\poly";"$(ProjectDir)..\src\frontend";"$(ProjectDir)..\src\spicelib\devices";"$(ProjectDir)..\src\include";"$(ProjectDir)include"" |
|
|
|
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;SIMULATOR;CONSOLE" |
|
|
|
MinimalRebuild="false" |
|
|
|
ExceptionHandling="1" |
|
|
|
BasicRuntimeChecks="0" |
|
|
|
RuntimeLibrary="0" |
|
|
|
RuntimeTypeInfo="true" |
|
|
|
UsePrecompiledHeader="0" |
|
|
|
WarningLevel="3" |
|
|
|
Detect64BitPortabilityProblems="false" |
|
|
|
DebugInformationFormat="3" |
|
|
|
CompileAs="1" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCManagedResourceCompilerTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCResourceCompilerTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCPreLinkEventTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCLinkerTool" |
|
|
|
UseUnicodeResponseFiles="false" |
|
|
|
AdditionalDependencies="psapi.lib" |
|
|
|
OutputFile="$(OutDir)\bin\$(ProjectName)c.exe" |
|
|
|
LinkIncremental="1" |
|
|
|
GenerateDebugInformation="false" |
|
|
|
SubSystem="1" |
|
|
|
HeapReserveSize="0" |
|
|
|
HeapCommitSize="0" |
|
|
|
StackReserveSize="0" |
|
|
|
StackCommitSize="0" |
|
|
|
OptimizeReferences="2" |
|
|
|
EnableCOMDATFolding="2" |
|
|
|
LinkTimeCodeGeneration="1" |
|
|
|
RandomizedBaseAddress="2" |
|
|
|
DataExecutionPrevention="0" |
|
|
|
TargetMachine="1" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCALinkTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCManifestTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCXDCMakeTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCBscMakeTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCFxCopTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCAppVerifierTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCPostBuildEventTool" |
|
|
|
/> |
|
|
|
</Configuration> |
|
|
|
</Configurations> |
|
|
|
<References> |
|
|
|
</References> |
|
|
|
@ -1117,11 +1300,11 @@ |
|
|
|
> |
|
|
|
</File> |
|
|
|
<File |
|
|
|
RelativePath="..\src\frontend\plotting\grid.h" |
|
|
|
RelativePath="..\src\include\grid.h" |
|
|
|
> |
|
|
|
</File> |
|
|
|
<File |
|
|
|
RelativePath="..\src\include\grid.h" |
|
|
|
RelativePath="..\src\frontend\plotting\grid.h" |
|
|
|
> |
|
|
|
</File> |
|
|
|
<File |
|
|
|
@ -1229,11 +1412,11 @@ |
|
|
|
> |
|
|
|
</File> |
|
|
|
<File |
|
|
|
RelativePath="..\src\spicelib\parser\inp.h" |
|
|
|
RelativePath="..\src\frontend\inp.h" |
|
|
|
> |
|
|
|
</File> |
|
|
|
<File |
|
|
|
RelativePath="..\src\frontend\inp.h" |
|
|
|
RelativePath="..\src\spicelib\parser\inp.h" |
|
|
|
> |
|
|
|
</File> |
|
|
|
<File |
|
|
|
|