mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-22 13:57:32 +02:00
flag for compatibility mode
This commit is contained in:
@@ -24,14 +24,13 @@
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
Description=""
|
||||
CommandLine=""
|
||||
ExcludedFromBuild="false"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Custom defined Build: Recompile conf.c with actual date"
|
||||
CommandLine="del $(IntDir)\conf.obj"
|
||||
CommandLine="del $(IntDir)\conf.obj
"
|
||||
Outputs="$(IntDir)\conf.obj"
|
||||
/>
|
||||
<Tool
|
||||
@@ -119,7 +118,7 @@
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Custom defined Build: Recompile conf.c with actual date"
|
||||
CommandLine="del $(IntDir)\conf.obj"
|
||||
CommandLine="del $(IntDir)\conf.obj
"
|
||||
Outputs="$(IntDir)\conf.obj"
|
||||
/>
|
||||
<Tool
|
||||
@@ -829,6 +828,10 @@
|
||||
RelativePath="..\src\frontend\commands.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\include\compatmode.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\frontend\parser\complete.h"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user