|
|
|
@ -27,14 +27,15 @@ |
|
|
|
> |
|
|
|
<Tool |
|
|
|
Name="VCPreBuildEventTool" |
|
|
|
CommandLine="lib /machine:x86 /def:$(ProjectDir)fftw3\fftw-3.3.3-dll32\libfftw3-3.def /out:$(ProjectDir)fftw3\fftw-3.3.3-dll32\libfftw3-3.lib" |
|
|
|
Description="Custom defined Build: Recompile conf.c with actual date" |
|
|
|
CommandLine="del $(ConfigurationName)\$(PlatformName)\conf.obj
..\..\flex-bison\win_bison.exe --output=inpptree-parser.c --defines=inpptree-parser.h ..\src\spicelib\parser\inpptree-parser.y || exit 1
..\..\flex-bison\win_bison.exe --output=parse-bison.c --defines=parse-bison.h ..\src\frontend\parse-bison.y || exit 1
lib /machine:x86 /def:$(ProjectDir)fftw3\fftw-3.3.3-dll32\libfftw3-3.def /out:$(ProjectDir)fftw3\fftw-3.3.3-dll32\libfftw3-3.lib" |
|
|
|
ExcludedFromBuild="false" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCCustomBuildTool" |
|
|
|
Description="Custom defined Build: Recompile conf.c with actual date" |
|
|
|
CommandLine="del $(ConfigurationName)\$(PlatformName)\conf.obj" |
|
|
|
Outputs="$(ConfigurationName)\$(PlatformName)\conf.obj" |
|
|
|
Description="" |
|
|
|
CommandLine="" |
|
|
|
Outputs="" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCXMLDataGeneratorTool" |
|
|
|
@ -45,7 +46,7 @@ |
|
|
|
<Tool |
|
|
|
Name="VCCLCompilerTool" |
|
|
|
Optimization="0" |
|
|
|
AdditionalIncludeDirectories=""$(ProjectDir)..\src\maths\poly";"$(ProjectDir)..\src\frontend";"$(ProjectDir)..\src\spicelib\devices";"$(ProjectDir)include";"$(ProjectDir)..\src\include";"$(ProjectDir)fftw3\fftw-3.3.3-dll32"" |
|
|
|
AdditionalIncludeDirectories=""$(ProjectDir)..\src\maths\poly";"$(ProjectDir)..\src\frontend";"$(ProjectDir)..\src\spicelib\devices";"$(ProjectDir)include";"$(ProjectDir)..\src\include";"$(ProjectDir)..\src\spicelib\parser";"$(ProjectDir).";"$(ProjectDir)fftw3\fftw-3.3.3-dll32"" |
|
|
|
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;SIMULATOR;NGDEBUG;XSPICE;HAVE_LIBFFTW3" |
|
|
|
MinimalRebuild="true" |
|
|
|
ExceptionHandling="0" |
|
|
|
@ -115,14 +116,15 @@ |
|
|
|
> |
|
|
|
<Tool |
|
|
|
Name="VCPreBuildEventTool" |
|
|
|
CommandLine="lib /machine:x64 /def:$(ProjectDir)fftw3\fftw-3.3.3-dll64\libfftw3-3.def /out:$(ProjectDir)fftw3\fftw-3.3.3-dll64\libfftw3-3.lib
" |
|
|
|
Description="Custom defined Build: Recompile conf.c with actual date" |
|
|
|
CommandLine="del $(ConfigurationName)64\$(PlatformName)\conf.obj
..\..\flex-bison\win_bison.exe --output=inpptree-parser.c --defines=inpptree-parser.h ..\src\spicelib\parser\inpptree-parser.y || exit 1
..\..\flex-bison\win_bison.exe --output=parse-bison.c --defines=parse-bison.h ..\src\frontend\parse-bison.y || exit 1
lib /machine:x64 /def:$(ProjectDir)fftw3\fftw-3.3.3-dll64\libfftw3-3.def /out:$(ProjectDir)fftw3\fftw-3.3.3-dll64\libfftw3-3.lib" |
|
|
|
ExcludedFromBuild="false" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCCustomBuildTool" |
|
|
|
Description="Custom defined Build: Recompile conf.c with actual date" |
|
|
|
CommandLine="del $(ConfigurationName)64\$(PlatformName)\conf.obj" |
|
|
|
Outputs="$(ConfigurationName)64\$(PlatformName)\conf.obj" |
|
|
|
Description="" |
|
|
|
CommandLine="" |
|
|
|
Outputs="" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCXMLDataGeneratorTool" |
|
|
|
@ -134,7 +136,7 @@ |
|
|
|
<Tool |
|
|
|
Name="VCCLCompilerTool" |
|
|
|
Optimization="0" |
|
|
|
AdditionalIncludeDirectories=""$(ProjectDir)..\src\maths\poly";"$(ProjectDir)..\src\frontend";"$(ProjectDir)..\src\spicelib\devices";"$(ProjectDir)include";"$(ProjectDir)..\src\include";"$(ProjectDir)fftw3\fftw-3.3.3-dll64"" |
|
|
|
AdditionalIncludeDirectories=""$(ProjectDir)..\src\maths\poly";"$(ProjectDir)..\src\frontend";"$(ProjectDir)..\src\spicelib\devices";"$(ProjectDir)include";"$(ProjectDir)..\src\include";"$(ProjectDir)..\src\spicelib\parser";"$(ProjectDir).";"$(ProjectDir)fftw3\fftw-3.3.3-dll64"" |
|
|
|
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;SIMULATOR;NGDEBUG;CONFIG64;HAVE_LIBFFTW3" |
|
|
|
MinimalRebuild="true" |
|
|
|
ExceptionHandling="0" |
|
|
|
@ -204,13 +206,14 @@ |
|
|
|
> |
|
|
|
<Tool |
|
|
|
Name="VCPreBuildEventTool" |
|
|
|
CommandLine="lib /machine:x86 /def:$(ProjectDir)fftw3\fftw-3.3.3-dll32\libfftw3-3.def /out:$(ProjectDir)fftw3\fftw-3.3.3-dll32\libfftw3-3.lib" |
|
|
|
Description="Custom defined Build: Recompile conf.c with actual date" |
|
|
|
CommandLine="del $(ConfigurationName)\$(PlatformName)\conf.obj
..\..\flex-bison\win_bison.exe --output=inpptree-parser.c --defines=inpptree-parser.h ..\src\spicelib\parser\inpptree-parser.y || exit 1
..\..\flex-bison\win_bison.exe --output=parse-bison.c --defines=parse-bison.h ..\src\frontend\parse-bison.y || exit 1
lib /machine:x86 /def:$(ProjectDir)fftw3\fftw-3.3.3-dll32\libfftw3-3.def /out:$(ProjectDir)fftw3\fftw-3.3.3-dll32\libfftw3-3.lib" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCCustomBuildTool" |
|
|
|
Description="Custom defined Build: Recompile conf.c with actual date" |
|
|
|
CommandLine="del $(ConfigurationName)\$(PlatformName)\conf.obj" |
|
|
|
Outputs="$(ConfigurationName)\$(PlatformName)\conf.obj" |
|
|
|
Description="" |
|
|
|
CommandLine="" |
|
|
|
Outputs="" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCXMLDataGeneratorTool" |
|
|
|
@ -224,7 +227,7 @@ |
|
|
|
EnableIntrinsicFunctions="true" |
|
|
|
FavorSizeOrSpeed="1" |
|
|
|
WholeProgramOptimization="true" |
|
|
|
AdditionalIncludeDirectories=""$(ProjectDir)..\src\maths\poly";"$(ProjectDir)..\src\frontend";"$(ProjectDir)..\src\spicelib\devices";"$(ProjectDir)include";"$(ProjectDir)..\src\include";"$(ProjectDir)fftw3\fftw-3.3.3-dll32"" |
|
|
|
AdditionalIncludeDirectories=""$(ProjectDir)..\src\maths\poly";"$(ProjectDir)..\src\frontend";"$(ProjectDir)..\src\spicelib\devices";"$(ProjectDir)include";"$(ProjectDir)..\src\include";"$(ProjectDir)..\src\spicelib\parser";"$(ProjectDir).";"$(ProjectDir)fftw3\fftw-3.3.3-dll32"" |
|
|
|
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;SIMULATOR;HAVE_LIBFFTW3" |
|
|
|
MinimalRebuild="false" |
|
|
|
ExceptionHandling="1" |
|
|
|
@ -297,13 +300,14 @@ |
|
|
|
> |
|
|
|
<Tool |
|
|
|
Name="VCPreBuildEventTool" |
|
|
|
CommandLine="lib /machine:x64 /def:$(ProjectDir)fftw3\fftw-3.3.3-dll64\libfftw3-3.def /out:$(ProjectDir)fftw3\fftw-3.3.3-dll64\libfftw3-3.lib" |
|
|
|
Description="Custom defined Build: Recompile conf.c with actual date" |
|
|
|
CommandLine="del $(ConfigurationName)64\$(PlatformName)\conf.obj
..\..\flex-bison\win_bison.exe --output=inpptree-parser.c --defines=inpptree-parser.h ..\src\spicelib\parser\inpptree-parser.y || exit 1
..\..\flex-bison\win_bison.exe --output=parse-bison.c --defines=parse-bison.h ..\src\frontend\parse-bison.y || exit 1
lib /machine:x64 /def:$(ProjectDir)fftw3\fftw-3.3.3-dll64\libfftw3-3.def /out:$(ProjectDir)fftw3\fftw-3.3.3-dll64\libfftw3-3.lib" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCCustomBuildTool" |
|
|
|
Description="Custom defined Build: Recompile conf.c with actual date" |
|
|
|
CommandLine="del $(ConfigurationName)64\$(PlatformName)\conf.obj" |
|
|
|
Outputs="$(ConfigurationName)64\$(PlatformName)\conf.obj" |
|
|
|
Description="" |
|
|
|
CommandLine="" |
|
|
|
Outputs="" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCXMLDataGeneratorTool" |
|
|
|
@ -318,7 +322,7 @@ |
|
|
|
EnableIntrinsicFunctions="true" |
|
|
|
FavorSizeOrSpeed="1" |
|
|
|
WholeProgramOptimization="true" |
|
|
|
AdditionalIncludeDirectories=""$(ProjectDir)..\src\maths\poly";"$(ProjectDir)..\src\frontend";"$(ProjectDir)..\src\spicelib\devices";"$(ProjectDir)include";"$(ProjectDir)..\src\include";"$(ProjectDir)fftw3\fftw-3.3.3-dll64"" |
|
|
|
AdditionalIncludeDirectories=""$(ProjectDir)..\src\maths\poly";"$(ProjectDir)..\src\frontend";"$(ProjectDir)..\src\spicelib\devices";"$(ProjectDir)include";"$(ProjectDir)..\src\include";"$(ProjectDir)..\src\spicelib\parser";"$(ProjectDir).";"$(ProjectDir)fftw3\fftw-3.3.3-dll64"" |
|
|
|
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;SIMULATOR;CONFIG64;RELBUILD64;HAVE_LIBFFTW3" |
|
|
|
MinimalRebuild="false" |
|
|
|
ExceptionHandling="0" |
|
|
|
@ -389,14 +393,15 @@ |
|
|
|
> |
|
|
|
<Tool |
|
|
|
Name="VCPreBuildEventTool" |
|
|
|
CommandLine="lib /machine:x86 /def:$(ProjectDir)fftw3\fftw-3.3.3-dll32\libfftw3-3.def /out:$(ProjectDir)fftw3\fftw-3.3.3-dll32\libfftw3-3.lib" |
|
|
|
Description="Custom defined Build: Recompile conf.c with actual date" |
|
|
|
CommandLine="del $(ConfigurationName)\$(PlatformName)\conf.obj
..\..\flex-bison\win_bison.exe --output=inpptree-parser.c --defines=inpptree-parser.h ..\src\spicelib\parser\inpptree-parser.y || exit 1
..\..\flex-bison\win_bison.exe --output=parse-bison.c --defines=parse-bison.h ..\src\frontend\parse-bison.y || exit 1
lib /machine:x86 /def:$(ProjectDir)fftw3\fftw-3.3.3-dll32\libfftw3-3.def /out:$(ProjectDir)fftw3\fftw-3.3.3-dll32\libfftw3-3.lib" |
|
|
|
ExcludedFromBuild="false" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCCustomBuildTool" |
|
|
|
Description="Custom defined Build: Recompile conf.c with actual date" |
|
|
|
CommandLine="del $(ConfigurationName)\$(PlatformName)\conf.obj" |
|
|
|
Outputs="$(ConfigurationName)\$(PlatformName)\conf.obj" |
|
|
|
Description="" |
|
|
|
CommandLine="" |
|
|
|
Outputs="" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCXMLDataGeneratorTool" |
|
|
|
@ -407,7 +412,7 @@ |
|
|
|
<Tool |
|
|
|
Name="VCCLCompilerTool" |
|
|
|
Optimization="0" |
|
|
|
AdditionalIncludeDirectories=""$(ProjectDir)..\src\maths\poly";"$(ProjectDir)..\src\frontend";"$(ProjectDir)..\src\spicelib\devices";"$(ProjectDir)include";"$(ProjectDir)..\src\include";"$(ProjectDir)fftw3\fftw-3.3.3-dll32"" |
|
|
|
AdditionalIncludeDirectories=""$(ProjectDir)..\src\maths\poly";"$(ProjectDir)..\src\frontend";"$(ProjectDir)..\src\spicelib\devices";"$(ProjectDir)include";"$(ProjectDir)..\src\include";"$(ProjectDir)..\src\spicelib\parser";"$(ProjectDir).";"$(ProjectDir)fftw3\fftw-3.3.3-dll32"" |
|
|
|
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;SIMULATOR;NGDEBUG;CONSOLE;XSPICE;HAVE_LIBFFTW3" |
|
|
|
MinimalRebuild="true" |
|
|
|
ExceptionHandling="0" |
|
|
|
@ -476,14 +481,15 @@ |
|
|
|
> |
|
|
|
<Tool |
|
|
|
Name="VCPreBuildEventTool" |
|
|
|
CommandLine="lib /machine:x64 /def:$(ProjectDir)fftw3\fftw-3.3.3-dll64\libfftw3-3.def /out:$(ProjectDir)fftw3\fftw-3.3.3-dll64\libfftw3-3.lib" |
|
|
|
Description="Custom defined Build: Recompile conf.c with actual date" |
|
|
|
CommandLine="del $(ConfigurationName)64\$(PlatformName)\conf.obj
..\..\flex-bison\win_bison.exe --output=inpptree-parser.c --defines=inpptree-parser.h ..\src\spicelib\parser\inpptree-parser.y || exit 1
..\..\flex-bison\win_bison.exe --output=parse-bison.c --defines=parse-bison.h ..\src\frontend\parse-bison.y || exit 1
lib /machine:x64 /def:$(ProjectDir)fftw3\fftw-3.3.3-dll64\libfftw3-3.def /out:$(ProjectDir)fftw3\fftw-3.3.3-dll64\libfftw3-3.lib" |
|
|
|
ExcludedFromBuild="false" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCCustomBuildTool" |
|
|
|
Description="Custom defined Build: Recompile conf.c with actual date" |
|
|
|
CommandLine="del $(ConfigurationName)64\$(PlatformName)\conf.obj" |
|
|
|
Outputs="$(ConfigurationName)64\$(PlatformName)\conf.obj" |
|
|
|
Description="" |
|
|
|
CommandLine="" |
|
|
|
Outputs="" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCXMLDataGeneratorTool" |
|
|
|
@ -495,7 +501,7 @@ |
|
|
|
<Tool |
|
|
|
Name="VCCLCompilerTool" |
|
|
|
Optimization="0" |
|
|
|
AdditionalIncludeDirectories=""$(ProjectDir)..\src\maths\poly";"$(ProjectDir)..\src\frontend";"$(ProjectDir)..\src\spicelib\devices";"$(ProjectDir)include";"$(ProjectDir)..\src\include";"$(ProjectDir)fftw3\fftw-3.3.3-dll64"" |
|
|
|
AdditionalIncludeDirectories=""$(ProjectDir)..\src\maths\poly";"$(ProjectDir)..\src\frontend";"$(ProjectDir)..\src\spicelib\devices";"$(ProjectDir)include";"$(ProjectDir)..\src\include";"$(ProjectDir)..\src\spicelib\parser";"$(ProjectDir).";"$(ProjectDir)fftw3\fftw-3.3.3-dll64"" |
|
|
|
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;SIMULATOR;NGDEBUG;CONSOLE;CONFIG64;HAVE_LIBFFTW3" |
|
|
|
MinimalRebuild="true" |
|
|
|
ExceptionHandling="0" |
|
|
|
@ -565,13 +571,14 @@ |
|
|
|
> |
|
|
|
<Tool |
|
|
|
Name="VCPreBuildEventTool" |
|
|
|
CommandLine="lib /machine:x86 /def:$(ProjectDir)fftw3\fftw-3.3.3-dll32\libfftw3-3.def /out:$(ProjectDir)fftw3\fftw-3.3.3-dll32\libfftw3-3.lib" |
|
|
|
Description="Custom defined Build: Recompile conf.c with actual date" |
|
|
|
CommandLine="del $(ConfigurationName)\$(PlatformName)\conf.obj
..\..\flex-bison\win_bison.exe --output=inpptree-parser.c --defines=inpptree-parser.h ..\src\spicelib\parser\inpptree-parser.y || exit 1
..\..\flex-bison\win_bison.exe --output=parse-bison.c --defines=parse-bison.h ..\src\frontend\parse-bison.y || exit 1
lib /machine:x86 /def:$(ProjectDir)fftw3\fftw-3.3.3-dll32\libfftw3-3.def /out:$(ProjectDir)fftw3\fftw-3.3.3-dll32\libfftw3-3.lib" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCCustomBuildTool" |
|
|
|
Description="Custom defined Build: Recompile conf.c with actual date" |
|
|
|
CommandLine="del $(ConfigurationName)\$(PlatformName)\conf.obj" |
|
|
|
Outputs="$(ConfigurationName)\$(PlatformName)\conf.obj" |
|
|
|
Description="" |
|
|
|
CommandLine="" |
|
|
|
Outputs="" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCXMLDataGeneratorTool" |
|
|
|
@ -585,7 +592,7 @@ |
|
|
|
EnableIntrinsicFunctions="true" |
|
|
|
FavorSizeOrSpeed="1" |
|
|
|
WholeProgramOptimization="true" |
|
|
|
AdditionalIncludeDirectories=""$(ProjectDir)..\src\maths\poly";"$(ProjectDir)..\src\frontend";"$(ProjectDir)..\src\spicelib\devices";"$(ProjectDir)include";"$(ProjectDir)..\src\include";"$(ProjectDir)fftw3\fftw-3.3.3-dll32"" |
|
|
|
AdditionalIncludeDirectories=""$(ProjectDir)..\src\maths\poly";"$(ProjectDir)..\src\frontend";"$(ProjectDir)..\src\spicelib\devices";"$(ProjectDir)include";"$(ProjectDir)..\src\include";"$(ProjectDir)..\src\spicelib\parser";"$(ProjectDir).";"$(ProjectDir)fftw3\fftw-3.3.3-dll32"" |
|
|
|
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;SIMULATOR;CONSOLE;HAVE_LIBFFTW3" |
|
|
|
MinimalRebuild="false" |
|
|
|
ExceptionHandling="1" |
|
|
|
@ -657,13 +664,14 @@ |
|
|
|
> |
|
|
|
<Tool |
|
|
|
Name="VCPreBuildEventTool" |
|
|
|
CommandLine="lib /machine:x64 /def:$(ProjectDir)fftw3\fftw-3.3.3-dll64\libfftw3-3.def /out:$(ProjectDir)fftw3\fftw-3.3.3-dll64\libfftw3-3.lib" |
|
|
|
Description="Custom defined Build: Recompile conf.c with actual date" |
|
|
|
CommandLine="del $(ConfigurationName)64\$(PlatformName)\conf.obj
..\..\flex-bison\win_bison.exe --output=inpptree-parser.c --defines=inpptree-parser.h ..\src\spicelib\parser\inpptree-parser.y || exit 1
..\..\flex-bison\win_bison.exe --output=parse-bison.c --defines=parse-bison.h ..\src\frontend\parse-bison.y || exit 1
lib /machine:x64 /def:$(ProjectDir)fftw3\fftw-3.3.3-dll64\libfftw3-3.def /out:$(ProjectDir)fftw3\fftw-3.3.3-dll64\libfftw3-3.lib" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCCustomBuildTool" |
|
|
|
Description="Custom defined Build: Recompile conf.c with actual date" |
|
|
|
CommandLine="del $(ConfigurationName)64\$(PlatformName)\conf.obj" |
|
|
|
Outputs="$(ConfigurationName)64\$(PlatformName)\conf.obj" |
|
|
|
Description="" |
|
|
|
CommandLine="" |
|
|
|
Outputs="" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCXMLDataGeneratorTool" |
|
|
|
@ -678,7 +686,7 @@ |
|
|
|
EnableIntrinsicFunctions="true" |
|
|
|
FavorSizeOrSpeed="1" |
|
|
|
WholeProgramOptimization="true" |
|
|
|
AdditionalIncludeDirectories=""$(ProjectDir)..\src\maths\poly";"$(ProjectDir)..\src\frontend";"$(ProjectDir)..\src\spicelib\devices";"$(ProjectDir)include";"$(ProjectDir)..\src\include";"$(ProjectDir)fftw3\fftw-3.3.3-dll64"" |
|
|
|
AdditionalIncludeDirectories=""$(ProjectDir)..\src\maths\poly";"$(ProjectDir)..\src\frontend";"$(ProjectDir)..\src\spicelib\devices";"$(ProjectDir)include";"$(ProjectDir)..\src\include";"$(ProjectDir)..\src\spicelib\parser";"$(ProjectDir).";"$(ProjectDir)fftw3\fftw-3.3.3-dll64"" |
|
|
|
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;SIMULATOR;CONSOLE;CONFIG64;HAVE_LIBFFTW3" |
|
|
|
MinimalRebuild="false" |
|
|
|
ExceptionHandling="1" |
|
|
|
@ -750,13 +758,14 @@ |
|
|
|
> |
|
|
|
<Tool |
|
|
|
Name="VCPreBuildEventTool" |
|
|
|
CommandLine="lib /machine:x86 /def:$(ProjectDir)fftw3\fftw-3.3.3-dll32\libfftw3-3.def /out:$(ProjectDir)fftw3\fftw-3.3.3-dll32\libfftw3-3.lib" |
|
|
|
Description="Custom defined Build: Recompile conf.c with actual date" |
|
|
|
CommandLine="del $(ConfigurationName)\$(PlatformName)\conf.obj
..\..\flex-bison\win_bison.exe --output=inpptree-parser.c --defines=inpptree-parser.h ..\src\spicelib\parser\inpptree-parser.y || exit 1
..\..\flex-bison\win_bison.exe --output=parse-bison.c --defines=parse-bison.h ..\src\frontend\parse-bison.y || exit 1
lib /machine:x86 /def:$(ProjectDir)fftw3\fftw-3.3.3-dll32\libfftw3-3.def /out:$(ProjectDir)fftw3\fftw-3.3.3-dll32\libfftw3-3.lib" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCCustomBuildTool" |
|
|
|
Description="Custom defined Build: Recompile conf.c with actual date" |
|
|
|
CommandLine="del $(ConfigurationName)\$(PlatformName)\conf.obj" |
|
|
|
Outputs="$(ConfigurationName)\$(PlatformName)\conf.obj" |
|
|
|
Description="" |
|
|
|
CommandLine="" |
|
|
|
Outputs="" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCXMLDataGeneratorTool" |
|
|
|
@ -770,7 +779,7 @@ |
|
|
|
EnableIntrinsicFunctions="true" |
|
|
|
FavorSizeOrSpeed="1" |
|
|
|
WholeProgramOptimization="true" |
|
|
|
AdditionalIncludeDirectories=""$(ProjectDir)..\src\maths\poly";"$(ProjectDir)..\src\frontend";"$(ProjectDir)..\src\spicelib\devices";"$(ProjectDir)include";"$(ProjectDir)..\src\include";"$(ProjectDir)fftw3\fftw-3.3.3-dll32"" |
|
|
|
AdditionalIncludeDirectories=""$(ProjectDir)..\src\maths\poly";"$(ProjectDir)..\src\frontend";"$(ProjectDir)..\src\spicelib\devices";"$(ProjectDir)include";"$(ProjectDir)..\src\include";"$(ProjectDir)..\src\spicelib\parser";"$(ProjectDir).";"$(ProjectDir)fftw3\fftw-3.3.3-dll32"" |
|
|
|
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;SIMULATOR;USE_OMP;HAVE_LIBFFTW3" |
|
|
|
MinimalRebuild="false" |
|
|
|
ExceptionHandling="1" |
|
|
|
@ -843,13 +852,14 @@ |
|
|
|
> |
|
|
|
<Tool |
|
|
|
Name="VCPreBuildEventTool" |
|
|
|
CommandLine="lib /machine:x64 /def:$(ProjectDir)fftw3\fftw-3.3.3-dll64\libfftw3-3.def /out:$(ProjectDir)fftw3\fftw-3.3.3-dll64\libfftw3-3.lib" |
|
|
|
Description="Custom defined Build: Recompile conf.c with actual date" |
|
|
|
CommandLine="del $(ConfigurationName)64\$(PlatformName)\conf.obj
..\..\flex-bison\win_bison.exe --output=inpptree-parser.c --defines=inpptree-parser.h ..\src\spicelib\parser\inpptree-parser.y || exit 1
..\..\flex-bison\win_bison.exe --output=parse-bison.c --defines=parse-bison.h ..\src\frontend\parse-bison.y || exit 1
lib /machine:x64 /def:$(ProjectDir)fftw3\fftw-3.3.3-dll64\libfftw3-3.def /out:$(ProjectDir)fftw3\fftw-3.3.3-dll64\libfftw3-3.lib" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCCustomBuildTool" |
|
|
|
Description="Custom defined Build: Recompile conf.c with actual date" |
|
|
|
CommandLine="del $(ConfigurationName)64\$(PlatformName)\conf.obj" |
|
|
|
Outputs="$(ConfigurationName)64\$(PlatformName)\conf.obj" |
|
|
|
Description="" |
|
|
|
CommandLine="" |
|
|
|
Outputs="" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCXMLDataGeneratorTool" |
|
|
|
@ -864,7 +874,7 @@ |
|
|
|
EnableIntrinsicFunctions="true" |
|
|
|
FavorSizeOrSpeed="1" |
|
|
|
WholeProgramOptimization="true" |
|
|
|
AdditionalIncludeDirectories=""$(ProjectDir)..\src\maths\poly";"$(ProjectDir)..\src\frontend";"$(ProjectDir)..\src\spicelib\devices";"$(ProjectDir)include";"$(ProjectDir)..\src\include";"$(ProjectDir)fftw3\fftw-3.3.3-dll32"" |
|
|
|
AdditionalIncludeDirectories=""$(ProjectDir)..\src\maths\poly";"$(ProjectDir)..\src\frontend";"$(ProjectDir)..\src\spicelib\devices";"$(ProjectDir)include";"$(ProjectDir)..\src\include";"$(ProjectDir)..\src\spicelib\parser";"$(ProjectDir).";"$(ProjectDir)fftw3\fftw-3.3.3-dll32"" |
|
|
|
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;SIMULATOR;USE_OMP;CONFIG64;RELBUILD64;HAVE_LIBFFTW3" |
|
|
|
MinimalRebuild="false" |
|
|
|
ExceptionHandling="0" |
|
|
|
@ -937,13 +947,14 @@ |
|
|
|
> |
|
|
|
<Tool |
|
|
|
Name="VCPreBuildEventTool" |
|
|
|
CommandLine="lib /machine:x86 /def:$(ProjectDir)fftw3\fftw-3.3.3-dll32\libfftw3-3.def /out:$(ProjectDir)fftw3\fftw-3.3.3-dll32\libfftw3-3.lib" |
|
|
|
Description="Custom defined Build: Recompile conf.c with actual date" |
|
|
|
CommandLine="del $(ConfigurationName)\$(PlatformName)\conf.obj
..\..\flex-bison\win_bison.exe --output=inpptree-parser.c --defines=inpptree-parser.h ..\src\spicelib\parser\inpptree-parser.y || exit 1
..\..\flex-bison\win_bison.exe --output=parse-bison.c --defines=parse-bison.h ..\src\frontend\parse-bison.y || exit 1
lib /machine:x86 /def:$(ProjectDir)fftw3\fftw-3.3.3-dll32\libfftw3-3.def /out:$(ProjectDir)fftw3\fftw-3.3.3-dll32\libfftw3-3.lib" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCCustomBuildTool" |
|
|
|
Description="Custom defined Build: Recompile conf.c with actual date" |
|
|
|
CommandLine="del $(ConfigurationName)\$(PlatformName)\conf.obj" |
|
|
|
Outputs="$(ConfigurationName)\$(PlatformName)\conf.obj" |
|
|
|
Description="" |
|
|
|
CommandLine="" |
|
|
|
Outputs="" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCXMLDataGeneratorTool" |
|
|
|
@ -957,7 +968,7 @@ |
|
|
|
EnableIntrinsicFunctions="true" |
|
|
|
FavorSizeOrSpeed="1" |
|
|
|
WholeProgramOptimization="true" |
|
|
|
AdditionalIncludeDirectories=""$(ProjectDir)..\src\maths\poly";"$(ProjectDir)..\src\frontend";"$(ProjectDir)..\src\spicelib\devices";"$(ProjectDir)include";"$(ProjectDir)..\src\include";"$(ProjectDir)fftw3\fftw-3.3.3-dll32"" |
|
|
|
AdditionalIncludeDirectories=""$(ProjectDir)..\src\maths\poly";"$(ProjectDir)..\src\frontend";"$(ProjectDir)..\src\spicelib\devices";"$(ProjectDir)include";"$(ProjectDir)..\src\include";"$(ProjectDir)..\src\spicelib\parser";"$(ProjectDir).";"$(ProjectDir)fftw3\fftw-3.3.3-dll32"" |
|
|
|
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;SIMULATOR;CONSOLE;USE_OMP;HAVE_LIBFFTW3" |
|
|
|
MinimalRebuild="false" |
|
|
|
ExceptionHandling="1" |
|
|
|
@ -1030,13 +1041,14 @@ |
|
|
|
> |
|
|
|
<Tool |
|
|
|
Name="VCPreBuildEventTool" |
|
|
|
CommandLine="lib /machine:x64 /def:$(ProjectDir)fftw3\fftw-3.3.3-dll64\libfftw3-3.def /out:$(ProjectDir)fftw3\fftw-3.3.3-dll64\libfftw3-3.lib" |
|
|
|
Description="Custom defined Build: Recompile conf.c with actual date" |
|
|
|
CommandLine="del $(ConfigurationName)64\$(PlatformName)\conf.obj
..\..\flex-bison\win_bison.exe --output=inpptree-parser.c --defines=inpptree-parser.h ..\src\spicelib\parser\inpptree-parser.y || exit 1
..\..\flex-bison\win_bison.exe --output=parse-bison.c --defines=parse-bison.h ..\src\frontend\parse-bison.y || exit 1
lib /machine:x64 /def:$(ProjectDir)fftw3\fftw-3.3.3-dll64\libfftw3-3.def /out:$(ProjectDir)fftw3\fftw-3.3.3-dll64\libfftw3-3.lib" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCCustomBuildTool" |
|
|
|
Description="Custom defined Build: Recompile conf.c with actual date" |
|
|
|
CommandLine="del $(ConfigurationName)64\$(PlatformName)\conf.obj" |
|
|
|
Outputs="$(ConfigurationName)64\$(PlatformName)\conf.obj" |
|
|
|
Description="" |
|
|
|
CommandLine="" |
|
|
|
Outputs="" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCXMLDataGeneratorTool" |
|
|
|
@ -1051,7 +1063,7 @@ |
|
|
|
EnableIntrinsicFunctions="true" |
|
|
|
FavorSizeOrSpeed="1" |
|
|
|
WholeProgramOptimization="true" |
|
|
|
AdditionalIncludeDirectories=""$(ProjectDir)..\src\maths\poly";"$(ProjectDir)..\src\frontend";"$(ProjectDir)..\src\spicelib\devices";"$(ProjectDir)include";"$(ProjectDir)..\src\include";"$(ProjectDir)fftw3\fftw-3.3.3-dll64"" |
|
|
|
AdditionalIncludeDirectories=""$(ProjectDir)..\src\maths\poly";"$(ProjectDir)..\src\frontend";"$(ProjectDir)..\src\spicelib\devices";"$(ProjectDir)include";"$(ProjectDir)..\src\include";"$(ProjectDir)..\src\spicelib\parser";"$(ProjectDir).";"$(ProjectDir)fftw3\fftw-3.3.3-dll64"" |
|
|
|
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;SIMULATOR;CONSOLE;CONFIG64;RELBUILD64;USE_OMP;HAVE_LIBFFTW3" |
|
|
|
MinimalRebuild="false" |
|
|
|
ExceptionHandling="0" |
|
|
|
|