reintroduce libfftw3-3.lib generation from .def file
This commit is contained in:
parent
b52cfb3a66
commit
319e5c9e75
|
|
@ -18,14 +18,9 @@
|
|||
</ClCompile>
|
||||
|
||||
<Link>
|
||||
<!-- Extend library path -->
|
||||
<AdditionalLibraryDirectories Condition="'$(FFTWFOLDER)'=='1'">
|
||||
$(ProjectDir)..\..\fftw-3.3-dll64;%(AdditionalLibraryDirectories)
|
||||
</AdditionalLibraryDirectories>
|
||||
|
||||
<!-- Insert additional library -->
|
||||
<AdditionalDependencies Condition="'$(FFTWFOLDER)'=='1'">
|
||||
libfftw3-3.lib;%(AdditionalDependencies)
|
||||
$(IntDir)libfftw3-3.lib;%(AdditionalDependencies)
|
||||
</AdditionalDependencies>
|
||||
</Link>
|
||||
|
||||
|
|
|
|||
|
|
@ -124,6 +124,9 @@
|
|||
<PreBuildEvent>
|
||||
<Message>force recompilation of conf.c with current date</Message>
|
||||
<Command>if exist $(IntDir)conf.obj del $(IntDir)conf.obj</Command>
|
||||
<!-- Check, if FFTW-Folder exist -->
|
||||
<Command Condition="Exists('$(ProjectDir)..\..\fftw-3.3-dll64')">
|
||||
lib /machine:x64 /def:..\..\fftw-3.3-dll32\libfftw3-3.def /out:$(IntDir)libfftw3-3.lib</Command>
|
||||
</PreBuildEvent>
|
||||
<Midl>
|
||||
<TargetEnvironment>X64</TargetEnvironment>
|
||||
|
|
@ -179,6 +182,9 @@
|
|||
<PreBuildEvent>
|
||||
<Message>force recompilation of conf.c with current date</Message>
|
||||
<Command>if exist $(IntDir)conf.obj del $(IntDir)conf.obj</Command>
|
||||
<!-- Check, if FFTW-Folder exist -->
|
||||
<Command Condition="Exists('$(ProjectDir)..\..\fftw-3.3-dll64')">
|
||||
lib /machine:x64 /def:..\..\fftw-3.3-dll32\libfftw3-3.def /out:$(IntDir)libfftw3-3.lib</Command>
|
||||
</PreBuildEvent>
|
||||
<Midl>
|
||||
<TargetEnvironment>X64</TargetEnvironment>
|
||||
|
|
@ -242,6 +248,9 @@
|
|||
<PreBuildEvent>
|
||||
<Message>force recompilation of conf.c with current date</Message>
|
||||
<Command>if exist $(IntDir)conf.obj del $(IntDir)conf.obj</Command>
|
||||
<!-- Check, if FFTW-Folder exist -->
|
||||
<Command Condition="Exists('$(ProjectDir)..\..\fftw-3.3-dll64')">
|
||||
lib /machine:x64 /def:..\..\fftw-3.3-dll32\libfftw3-3.def /out:$(IntDir)libfftw3-3.lib</Command>
|
||||
</PreBuildEvent>
|
||||
<Midl>
|
||||
<TargetEnvironment>X64</TargetEnvironment>
|
||||
|
|
@ -297,6 +306,9 @@
|
|||
<PreBuildEvent>
|
||||
<Message>force recompilation of conf.c with current date</Message>
|
||||
<Command>if exist $(IntDir)conf.obj del $(IntDir)conf.obj</Command>
|
||||
<!-- Check, if FFTW-Folder exist -->
|
||||
<Command Condition="Exists('$(ProjectDir)..\..\fftw-3.3-dll64')">
|
||||
lib /machine:x64 /def:..\..\fftw-3.3-dll32\libfftw3-3.def /out:$(IntDir)libfftw3-3.lib</Command>
|
||||
</PreBuildEvent>
|
||||
<Midl>
|
||||
<TargetEnvironment>X64</TargetEnvironment>
|
||||
|
|
@ -358,6 +370,9 @@
|
|||
<PreBuildEvent>
|
||||
<Message>force recompilation of conf.c with current date</Message>
|
||||
<Command>if exist $(IntDir)conf.obj del $(IntDir)conf.obj</Command>
|
||||
<!-- Check, if FFTW-Folder exist -->
|
||||
<Command Condition="Exists('$(ProjectDir)..\..\fftw-3.3-dll64')">
|
||||
lib /machine:x64 /def:..\..\fftw-3.3-dll32\libfftw3-3.def /out:$(IntDir)libfftw3-3.lib</Command>
|
||||
</PreBuildEvent>
|
||||
<Midl>
|
||||
<TargetEnvironment>X64</TargetEnvironment>
|
||||
|
|
@ -423,6 +438,9 @@
|
|||
<PreBuildEvent>
|
||||
<Message>force recompilation of conf.c with current date</Message>
|
||||
<Command>if exist $(IntDir)conf.obj del $(IntDir)conf.obj</Command>
|
||||
<!-- Check, if FFTW-Folder exist -->
|
||||
<Command Condition="Exists('$(ProjectDir)..\..\fftw-3.3-dll64')">
|
||||
lib /machine:x64 /def:..\..\fftw-3.3-dll32\libfftw3-3.def /out:$(IntDir)libfftw3-3.lib</Command>
|
||||
</PreBuildEvent>
|
||||
<Midl>
|
||||
<TargetEnvironment>X64</TargetEnvironment>
|
||||
|
|
|
|||
Loading…
Reference in New Issue