update fftw3 to version 3.3.5 under windows

This commit is contained in:
dwarning
2018-08-22 18:53:07 +02:00
parent aa95da431a
commit d6e7833681
4 changed files with 44 additions and 44 deletions
+4 -4
View File
@@ -1,13 +1,13 @@
../../fftw-3.3.4-dll32 and ../../fftw-3.3.4-dll64
../../fftw-3.3.5-dll32 and ../../fftw-3.3.5-dll64
are the places to deploy the appropriate 32/64 bit version
of the fftw3 libraries under VC++ which can be found here:
http://www.fftw.org/install/windows.html
More precisely (here in case of the 32 bit version),
- you have to create the directory ../../fftw-3.3.4-dll32
- you have to create the directory ../../fftw-3.3.5-dll32
(which is side by side and thus outside of the ngspice source tree)
- you have to fetch fftw-3.3.4-dll32.zip and deploy it there
- you have to fetch fftw-3.3.5-dll32.zip and deploy it there
- you have to unpack this .zip there
At least you need to unpack these three files
@@ -25,7 +25,7 @@ to a place which is in your PATH environment.
(compile
"url=ftp://ftp.fftw.org/pub/fftw
for i in fftw-3.3.4-dll32 fftw-3.3.4-dll64 ; do
for i in fftw-3.3.5-dll32 fftw-3.3.5-dll64 ; do
dst=../../$i
mkdir -p $dst
(cd $dst && wget $url/$i.zip && unzip $i.zip)
+2 -2
View File
@@ -31,7 +31,7 @@ goto end
:copy2
copy %1\ngspice.exe %dst%\bin\
copy ..\..\fftw-3.3.4-dll32\libfftw3-3.dll %dst%\bin\
copy ..\..\fftw-3.3.5-dll32\libfftw3-3.dll %dst%\bin\
goto end
:b64
@@ -60,6 +60,6 @@ goto end
:copy2-64
copy %1\ngspice.exe %dst%\bin\
copy ..\..\fftw-3.3.4-dll64\libfftw3-3.dll %dst%\bin\
copy ..\..\fftw-3.3.5-dll64\libfftw3-3.dll %dst%\bin\
:end
+2 -2
View File
@@ -31,7 +31,7 @@ goto end
:copy2
copy %1\ngspice.exe %dst%\bin\
copy ..\..\fftw-3.3.4-dll32\libfftw3-3.dll %dst%\bin\
copy ..\..\fftw-3.3.5-dll32\libfftw3-3.dll %dst%\bin\
goto end
:b64
@@ -60,6 +60,6 @@ goto end
:copy2-64
copy %1\ngspice.exe %dst%\bin\
copy ..\..\fftw-3.3.4-dll64\libfftw3-3.dll %dst%\bin\
copy ..\..\fftw-3.3.5-dll64\libfftw3-3.dll %dst%\bin\
:end
+36 -36
View File
@@ -202,11 +202,11 @@
<PreBuildEvent>
<Message>force recompilation of conf.c with actual date</Message>
<Command>if exist $(IntDir)conf.obj del $(IntDir)conf.obj
lib /machine:x86 /def:..\..\fftw-3.3.4-dll32\libfftw3-3.def /out:$(IntDir)libfftw3-3.lib</Command>
lib /machine:x86 /def:..\..\fftw-3.3.5-dll32\libfftw3-3.def /out:$(IntDir)libfftw3-3.lib</Command>
</PreBuildEvent>
<ClCompile>
<Optimization>Disabled</Optimization>
<AdditionalIncludeDirectories>..\src\maths\poly;..\src\frontend;..\src\spicelib\devices;tmp-bison;src\include;..\src\include;..\src\spicelib\parser;.;..\..\fftw-3.3.4-dll32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>..\src\maths\poly;..\src\frontend;..\src\spicelib\devices;tmp-bison;src\include;..\src\include;..\src\spicelib\parser;.;..\..\fftw-3.3.5-dll32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;SIMULATOR;XSPICE;NGDEBUG;HAVE_LIBFFTW3;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimalRebuild>false</MinimalRebuild>
<ExceptionHandling>
@@ -237,7 +237,7 @@ lib /machine:x86 /def:..\..\fftw-3.3.4-dll32\libfftw3-3.def /out:$(IntDir)libfft
</Link>
<PostBuildEvent>
<Command>
copy /y "..\..\fftw-3.3.4-dll32\libfftw3-3.dll" "$(OutDir)"
copy /y "..\..\fftw-3.3.5-dll32\libfftw3-3.dll" "$(OutDir)"
make-install-vngspiced.bat $(OutDir) fftw
</Command>
</PostBuildEvent>
@@ -246,14 +246,14 @@ lib /machine:x86 /def:..\..\fftw-3.3.4-dll32\libfftw3-3.def /out:$(IntDir)libfft
<PreBuildEvent>
<Message>force recompilation of conf.c with actual date</Message>
<Command>if exist $(IntDir)conf.obj del $(IntDir)conf.obj
lib /machine:x86 /def:..\..\fftw-3.3.4-dll32\libfftw3-3.def /out:$(IntDir)libfftw3-3.lib</Command>
lib /machine:x86 /def:..\..\fftw-3.3.5-dll32\libfftw3-3.def /out:$(IntDir)libfftw3-3.lib</Command>
</PreBuildEvent>
<ClCompile>
<Optimization>MaxSpeed</Optimization>
<IntrinsicFunctions>true</IntrinsicFunctions>
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
<WholeProgramOptimization>true</WholeProgramOptimization>
<AdditionalIncludeDirectories>..\src\maths\poly;..\src\frontend;..\src\spicelib\devices;tmp-bison;src\include;..\src\include;..\src\spicelib\parser;.;..\..\fftw-3.3.4-dll32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>..\src\maths\poly;..\src\frontend;..\src\spicelib\devices;tmp-bison;src\include;..\src\include;..\src\spicelib\parser;.;..\..\fftw-3.3.5-dll32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;SIMULATOR;XSPICE;HAVE_LIBFFTW3;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimalRebuild>false</MinimalRebuild>
<ExceptionHandling>
@@ -287,7 +287,7 @@ lib /machine:x86 /def:..\..\fftw-3.3.4-dll32\libfftw3-3.def /out:$(IntDir)libfft
</Link>
<PostBuildEvent>
<Command>
copy /y "..\..\fftw-3.3.4-dll32\libfftw3-3.dll" "$(OutDir)"
copy /y "..\..\fftw-3.3.5-dll32\libfftw3-3.dll" "$(OutDir)"
make-install-vngspice.bat $(OutDir) fftw
</Command>
</PostBuildEvent>
@@ -296,14 +296,14 @@ lib /machine:x86 /def:..\..\fftw-3.3.4-dll32\libfftw3-3.def /out:$(IntDir)libfft
<PreBuildEvent>
<Message>force recompilation of conf.c with actual date</Message>
<Command>if exist $(IntDir)conf.obj del $(IntDir)conf.obj
lib /machine:x64 /def:..\..\fftw-3.3.4-dll64\libfftw3-3.def /out:$(IntDir)libfftw3-3.lib</Command>
lib /machine:x64 /def:..\..\fftw-3.3.5-dll64\libfftw3-3.def /out:$(IntDir)libfftw3-3.lib</Command>
</PreBuildEvent>
<Midl>
<TargetEnvironment>X64</TargetEnvironment>
</Midl>
<ClCompile>
<Optimization>Disabled</Optimization>
<AdditionalIncludeDirectories>..\src\maths\poly;..\src\frontend;..\src\spicelib\devices;tmp-bison;src\include;..\src\include;..\src\spicelib\parser;.;..\..\fftw-3.3.4-dll64;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>..\src\maths\poly;..\src\frontend;..\src\spicelib\devices;tmp-bison;src\include;..\src\include;..\src\spicelib\parser;.;..\..\fftw-3.3.5-dll64;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;SIMULATOR;XSPICE;NGDEBUG;CONFIG64;HAVE_LIBFFTW3;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimalRebuild>false</MinimalRebuild>
<ExceptionHandling>
@@ -334,7 +334,7 @@ lib /machine:x64 /def:..\..\fftw-3.3.4-dll64\libfftw3-3.def /out:$(IntDir)libfft
</Link>
<PostBuildEvent>
<Command>
copy /y "..\..\fftw-3.3.4-dll64\libfftw3-3.dll" "$(OutDir)"
copy /y "..\..\fftw-3.3.5-dll64\libfftw3-3.dll" "$(OutDir)"
make-install-vngspiced.bat $(OutDir) fftw 64
</Command>
</PostBuildEvent>
@@ -343,7 +343,7 @@ lib /machine:x64 /def:..\..\fftw-3.3.4-dll64\libfftw3-3.def /out:$(IntDir)libfft
<PreBuildEvent>
<Message>force recompilation of conf.c with actual date</Message>
<Command>if exist $(IntDir)conf.obj del $(IntDir)conf.obj
lib /machine:x64 /def:..\..\fftw-3.3.4-dll64\libfftw3-3.def /out:$(IntDir)libfftw3-3.lib</Command>
lib /machine:x64 /def:..\..\fftw-3.3.5-dll64\libfftw3-3.def /out:$(IntDir)libfftw3-3.lib</Command>
</PreBuildEvent>
<Midl>
<TargetEnvironment>X64</TargetEnvironment>
@@ -353,7 +353,7 @@ lib /machine:x64 /def:..\..\fftw-3.3.4-dll64\libfftw3-3.def /out:$(IntDir)libfft
<IntrinsicFunctions>true</IntrinsicFunctions>
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
<WholeProgramOptimization>true</WholeProgramOptimization>
<AdditionalIncludeDirectories>..\src\maths\poly;..\src\frontend;..\src\spicelib\devices;tmp-bison;src\include;..\src\include;..\src\spicelib\parser;.;..\..\fftw-3.3.4-dll64;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>..\src\maths\poly;..\src\frontend;..\src\spicelib\devices;tmp-bison;src\include;..\src\include;..\src\spicelib\parser;.;..\..\fftw-3.3.5-dll64;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;SIMULATOR;XSPICE;CONFIG64;HAVE_LIBFFTW3;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimalRebuild>false</MinimalRebuild>
<ExceptionHandling>
@@ -389,7 +389,7 @@ lib /machine:x64 /def:..\..\fftw-3.3.4-dll64\libfftw3-3.def /out:$(IntDir)libfft
</Link>
<PostBuildEvent>
<Command>
copy /y "..\..\fftw-3.3.4-dll64\libfftw3-3.dll" "$(OutDir)"
copy /y "..\..\fftw-3.3.5-dll64\libfftw3-3.dll" "$(OutDir)"
make-install-vngspice.bat $(OutDir) fftw 64
</Command>
</PostBuildEvent>
@@ -398,11 +398,11 @@ lib /machine:x64 /def:..\..\fftw-3.3.4-dll64\libfftw3-3.def /out:$(IntDir)libfft
<PreBuildEvent>
<Message>force recompilation of conf.c with actual date</Message>
<Command>if exist $(IntDir)conf.obj del $(IntDir)conf.obj
lib /machine:x86 /def:..\..\fftw-3.3.4-dll32\libfftw3-3.def /out:$(IntDir)libfftw3-3.lib</Command>
lib /machine:x86 /def:..\..\fftw-3.3.5-dll32\libfftw3-3.def /out:$(IntDir)libfftw3-3.lib</Command>
</PreBuildEvent>
<ClCompile>
<Optimization>Disabled</Optimization>
<AdditionalIncludeDirectories>..\src\maths\poly;..\src\frontend;..\src\spicelib\devices;tmp-bison;src\include;..\src\include;..\src\spicelib\parser;.;..\..\fftw-3.3.4-dll32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>..\src\maths\poly;..\src\frontend;..\src\spicelib\devices;tmp-bison;src\include;..\src\include;..\src\spicelib\parser;.;..\..\fftw-3.3.5-dll32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;SIMULATOR;XSPICE;NGDEBUG;CONSOLE;HAVE_LIBFFTW3;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimalRebuild>false</MinimalRebuild>
<ExceptionHandling>
@@ -433,7 +433,7 @@ lib /machine:x86 /def:..\..\fftw-3.3.4-dll32\libfftw3-3.def /out:$(IntDir)libfft
</Link>
<PostBuildEvent>
<Command>
copy /y "..\..\fftw-3.3.4-dll32\libfftw3-3.dll" "$(OutDir)"
copy /y "..\..\fftw-3.3.5-dll32\libfftw3-3.dll" "$(OutDir)"
make-install-vngspiced.bat $(OutDir) fftw
</Command>
</PostBuildEvent>
@@ -442,14 +442,14 @@ lib /machine:x86 /def:..\..\fftw-3.3.4-dll32\libfftw3-3.def /out:$(IntDir)libfft
<PreBuildEvent>
<Message>force recompilation of conf.c with actual date</Message>
<Command>if exist $(IntDir)conf.obj del $(IntDir)conf.obj
lib /machine:x86 /def:..\..\fftw-3.3.4-dll32\libfftw3-3.def /out:$(IntDir)libfftw3-3.lib</Command>
lib /machine:x86 /def:..\..\fftw-3.3.5-dll32\libfftw3-3.def /out:$(IntDir)libfftw3-3.lib</Command>
</PreBuildEvent>
<ClCompile>
<Optimization>MaxSpeed</Optimization>
<IntrinsicFunctions>true</IntrinsicFunctions>
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
<WholeProgramOptimization>true</WholeProgramOptimization>
<AdditionalIncludeDirectories>..\src\maths\poly;..\src\frontend;..\src\spicelib\devices;tmp-bison;src\include;..\src\include;..\src\spicelib\parser;.;..\..\fftw-3.3.4-dll32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>..\src\maths\poly;..\src\frontend;..\src\spicelib\devices;tmp-bison;src\include;..\src\include;..\src\spicelib\parser;.;..\..\fftw-3.3.5-dll32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;SIMULATOR;XSPICE;CONSOLE;HAVE_LIBFFTW3;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimalRebuild>false</MinimalRebuild>
<ExceptionHandling>
@@ -483,7 +483,7 @@ lib /machine:x86 /def:..\..\fftw-3.3.4-dll32\libfftw3-3.def /out:$(IntDir)libfft
</Link>
<PostBuildEvent>
<Command>
copy /y "..\..\fftw-3.3.4-dll32\libfftw3-3.dll" "$(OutDir)"
copy /y "..\..\fftw-3.3.5-dll32\libfftw3-3.dll" "$(OutDir)"
make-install-vngspice.bat $(OutDir) fftw
</Command>
</PostBuildEvent>
@@ -492,14 +492,14 @@ lib /machine:x86 /def:..\..\fftw-3.3.4-dll32\libfftw3-3.def /out:$(IntDir)libfft
<PreBuildEvent>
<Message>force recompilation of conf.c with actual date</Message>
<Command>if exist $(IntDir)conf.obj del $(IntDir)conf.obj
lib /machine:x64 /def:..\..\fftw-3.3.4-dll64\libfftw3-3.def /out:$(IntDir)libfftw3-3.lib</Command>
lib /machine:x64 /def:..\..\fftw-3.3.5-dll64\libfftw3-3.def /out:$(IntDir)libfftw3-3.lib</Command>
</PreBuildEvent>
<Midl>
<TargetEnvironment>X64</TargetEnvironment>
</Midl>
<ClCompile>
<Optimization>Disabled</Optimization>
<AdditionalIncludeDirectories>..\src\maths\poly;..\src\frontend;..\src\spicelib\devices;tmp-bison;src\include;..\src\include;..\src\spicelib\parser;.;..\..\fftw-3.3.4-dll64;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>..\src\maths\poly;..\src\frontend;..\src\spicelib\devices;tmp-bison;src\include;..\src\include;..\src\spicelib\parser;.;..\..\fftw-3.3.5-dll64;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;SIMULATOR;XSPICE;NGDEBUG;CONSOLE;CONFIG64;HAVE_LIBFFTW3;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimalRebuild>false</MinimalRebuild>
<ExceptionHandling>
@@ -530,7 +530,7 @@ lib /machine:x64 /def:..\..\fftw-3.3.4-dll64\libfftw3-3.def /out:$(IntDir)libfft
</Link>
<PostBuildEvent>
<Command>
copy /y "..\..\fftw-3.3.4-dll64\libfftw3-3.dll" "$(OutDir)"
copy /y "..\..\fftw-3.3.5-dll64\libfftw3-3.dll" "$(OutDir)"
make-install-vngspiced.bat $(OutDir) fftw 64
</Command>
</PostBuildEvent>
@@ -539,7 +539,7 @@ lib /machine:x64 /def:..\..\fftw-3.3.4-dll64\libfftw3-3.def /out:$(IntDir)libfft
<PreBuildEvent>
<Message>force recompilation of conf.c with actual date</Message>
<Command>if exist $(IntDir)conf.obj del $(IntDir)conf.obj
lib /machine:x64 /def:..\..\fftw-3.3.4-dll64\libfftw3-3.def /out:$(IntDir)libfftw3-3.lib</Command>
lib /machine:x64 /def:..\..\fftw-3.3.5-dll64\libfftw3-3.def /out:$(IntDir)libfftw3-3.lib</Command>
</PreBuildEvent>
<Midl>
<TargetEnvironment>X64</TargetEnvironment>
@@ -549,7 +549,7 @@ lib /machine:x64 /def:..\..\fftw-3.3.4-dll64\libfftw3-3.def /out:$(IntDir)libfft
<IntrinsicFunctions>true</IntrinsicFunctions>
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
<WholeProgramOptimization>true</WholeProgramOptimization>
<AdditionalIncludeDirectories>..\src\maths\poly;..\src\frontend;..\src\spicelib\devices;tmp-bison;src\include;..\src\include;..\src\spicelib\parser;.;..\..\fftw-3.3.4-dll64;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>..\src\maths\poly;..\src\frontend;..\src\spicelib\devices;tmp-bison;src\include;..\src\include;..\src\spicelib\parser;.;..\..\fftw-3.3.5-dll64;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;SIMULATOR;XSPICE;CONSOLE;CONFIG64;HAVE_LIBFFTW3;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimalRebuild>false</MinimalRebuild>
<ExceptionHandling>
@@ -583,7 +583,7 @@ lib /machine:x64 /def:..\..\fftw-3.3.4-dll64\libfftw3-3.def /out:$(IntDir)libfft
</Link>
<PostBuildEvent>
<Command>
copy /y "..\..\fftw-3.3.4-dll64\libfftw3-3.dll" "$(OutDir)"
copy /y "..\..\fftw-3.3.5-dll64\libfftw3-3.dll" "$(OutDir)"
make-install-vngspice.bat $(OutDir) fftw 64
</Command>
</PostBuildEvent>
@@ -592,14 +592,14 @@ lib /machine:x64 /def:..\..\fftw-3.3.4-dll64\libfftw3-3.def /out:$(IntDir)libfft
<PreBuildEvent>
<Message>force recompilation of conf.c with actual date</Message>
<Command>if exist $(IntDir)conf.obj del $(IntDir)conf.obj
lib /machine:x86 /def:..\..\fftw-3.3.4-dll32\libfftw3-3.def /out:$(IntDir)libfftw3-3.lib</Command>
lib /machine:x86 /def:..\..\fftw-3.3.5-dll32\libfftw3-3.def /out:$(IntDir)libfftw3-3.lib</Command>
</PreBuildEvent>
<ClCompile>
<Optimization>MaxSpeed</Optimization>
<IntrinsicFunctions>true</IntrinsicFunctions>
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
<WholeProgramOptimization>true</WholeProgramOptimization>
<AdditionalIncludeDirectories>..\src\maths\poly;..\src\frontend;..\src\spicelib\devices;tmp-bison;src\include;..\src\include;..\src\spicelib\parser;.;..\..\fftw-3.3.4-dll32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>..\src\maths\poly;..\src\frontend;..\src\spicelib\devices;tmp-bison;src\include;..\src\include;..\src\spicelib\parser;.;..\..\fftw-3.3.5-dll32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;SIMULATOR;XSPICE;USE_OMP;HAVE_LIBFFTW3;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimalRebuild>false</MinimalRebuild>
<ExceptionHandling>
@@ -634,7 +634,7 @@ lib /machine:x86 /def:..\..\fftw-3.3.4-dll32\libfftw3-3.def /out:$(IntDir)libfft
</Link>
<PostBuildEvent>
<Command>
copy /y "..\..\fftw-3.3.4-dll32\libfftw3-3.dll" "$(OutDir)"
copy /y "..\..\fftw-3.3.5-dll32\libfftw3-3.dll" "$(OutDir)"
make-install-vngspice.bat $(OutDir) fftw
</Command>
</PostBuildEvent>
@@ -643,7 +643,7 @@ lib /machine:x86 /def:..\..\fftw-3.3.4-dll32\libfftw3-3.def /out:$(IntDir)libfft
<PreBuildEvent>
<Message>force recompilation of conf.c with actual date</Message>
<Command>if exist $(IntDir)conf.obj del $(IntDir)conf.obj
lib /machine:x64 /def:..\..\fftw-3.3.4-dll64\libfftw3-3.def /out:$(IntDir)libfftw3-3.lib</Command>
lib /machine:x64 /def:..\..\fftw-3.3.5-dll64\libfftw3-3.def /out:$(IntDir)libfftw3-3.lib</Command>
</PreBuildEvent>
<Midl>
<TargetEnvironment>X64</TargetEnvironment>
@@ -653,7 +653,7 @@ lib /machine:x64 /def:..\..\fftw-3.3.4-dll64\libfftw3-3.def /out:$(IntDir)libfft
<IntrinsicFunctions>true</IntrinsicFunctions>
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
<WholeProgramOptimization>true</WholeProgramOptimization>
<AdditionalIncludeDirectories>..\src\maths\poly;..\src\frontend;..\src\spicelib\devices;tmp-bison;src\include;..\src\include;..\src\spicelib\parser;.;..\..\fftw-3.3.4-dll32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>..\src\maths\poly;..\src\frontend;..\src\spicelib\devices;tmp-bison;src\include;..\src\include;..\src\spicelib\parser;.;..\..\fftw-3.3.5-dll32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;SIMULATOR;XSPICE;USE_OMP;CONFIG64;HAVE_LIBFFTW3;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimalRebuild>false</MinimalRebuild>
<ExceptionHandling>
@@ -690,7 +690,7 @@ lib /machine:x64 /def:..\..\fftw-3.3.4-dll64\libfftw3-3.def /out:$(IntDir)libfft
</Link>
<PostBuildEvent>
<Command>
copy /y "..\..\fftw-3.3.4-dll64\libfftw3-3.dll" "$(OutDir)"
copy /y "..\..\fftw-3.3.5-dll64\libfftw3-3.dll" "$(OutDir)"
make-install-vngspice.bat $(OutDir) fftw 64
</Command>
</PostBuildEvent>
@@ -699,14 +699,14 @@ lib /machine:x64 /def:..\..\fftw-3.3.4-dll64\libfftw3-3.def /out:$(IntDir)libfft
<PreBuildEvent>
<Message>force recompilation of conf.c with actual date</Message>
<Command>if exist $(IntDir)conf.obj del $(IntDir)conf.obj
lib /machine:x86 /def:..\..\fftw-3.3.4-dll32\libfftw3-3.def /out:$(IntDir)libfftw3-3.lib</Command>
lib /machine:x86 /def:..\..\fftw-3.3.5-dll32\libfftw3-3.def /out:$(IntDir)libfftw3-3.lib</Command>
</PreBuildEvent>
<ClCompile>
<Optimization>MaxSpeed</Optimization>
<IntrinsicFunctions>true</IntrinsicFunctions>
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
<WholeProgramOptimization>true</WholeProgramOptimization>
<AdditionalIncludeDirectories>..\src\maths\poly;..\src\frontend;..\src\spicelib\devices;tmp-bison;src\include;..\src\include;..\src\spicelib\parser;.;..\..\fftw-3.3.4-dll32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>..\src\maths\poly;..\src\frontend;..\src\spicelib\devices;tmp-bison;src\include;..\src\include;..\src\spicelib\parser;.;..\..\fftw-3.3.5-dll32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;SIMULATOR;XSPICE;CONSOLE;USE_OMP;HAVE_LIBFFTW3;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimalRebuild>false</MinimalRebuild>
<ExceptionHandling>
@@ -741,7 +741,7 @@ lib /machine:x86 /def:..\..\fftw-3.3.4-dll32\libfftw3-3.def /out:$(IntDir)libfft
</Link>
<PostBuildEvent>
<Command>
copy /y "..\..\fftw-3.3.4-dll32\libfftw3-3.dll" "$(OutDir)"
copy /y "..\..\fftw-3.3.5-dll32\libfftw3-3.dll" "$(OutDir)"
make-install-vngspice.bat $(OutDir) fftw
</Command>
</PostBuildEvent>
@@ -750,7 +750,7 @@ lib /machine:x86 /def:..\..\fftw-3.3.4-dll32\libfftw3-3.def /out:$(IntDir)libfft
<PreBuildEvent>
<Message>force recompilation of conf.c with actual date</Message>
<Command>if exist $(IntDir)conf.obj del $(IntDir)conf.obj
lib /machine:x64 /def:..\..\fftw-3.3.4-dll64\libfftw3-3.def /out:$(IntDir)libfftw3-3.lib</Command>
lib /machine:x64 /def:..\..\fftw-3.3.5-dll64\libfftw3-3.def /out:$(IntDir)libfftw3-3.lib</Command>
</PreBuildEvent>
<Midl>
<TargetEnvironment>X64</TargetEnvironment>
@@ -760,7 +760,7 @@ lib /machine:x64 /def:..\..\fftw-3.3.4-dll64\libfftw3-3.def /out:$(IntDir)libfft
<IntrinsicFunctions>true</IntrinsicFunctions>
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
<WholeProgramOptimization>true</WholeProgramOptimization>
<AdditionalIncludeDirectories>..\src\maths\poly;..\src\frontend;..\src\spicelib\devices;tmp-bison;src\include;..\src\include;..\src\spicelib\parser;.;..\..\fftw-3.3.4-dll64;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>..\src\maths\poly;..\src\frontend;..\src\spicelib\devices;tmp-bison;src\include;..\src\include;..\src\spicelib\parser;.;..\..\fftw-3.3.5-dll64;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;SIMULATOR;XSPICE;CONSOLE;CONFIG64;USE_OMP;HAVE_LIBFFTW3;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimalRebuild>false</MinimalRebuild>
<ExceptionHandling>
@@ -795,7 +795,7 @@ lib /machine:x64 /def:..\..\fftw-3.3.4-dll64\libfftw3-3.def /out:$(IntDir)libfft
</Link>
<PostBuildEvent>
<Command>
copy /y "..\..\fftw-3.3.4-dll64\libfftw3-3.dll" "$(OutDir)"
copy /y "..\..\fftw-3.3.5-dll64\libfftw3-3.dll" "$(OutDir)"
make-install-vngspice.bat $(OutDir) fftw 64
</Command>
</PostBuildEvent>