diff options
author | scuri <scuri> | 2009-08-20 20:21:41 +0000 |
---|---|---|
committer | scuri <scuri> | 2009-08-20 20:21:41 +0000 |
commit | c0c51969cb9f5175cd85932b4dee9838c22ed19d (patch) | |
tree | f402a9f8f214b9a3ffd5016cbc9411ca3459f8e1 /mak.vc9/im_fftw.vcproj | |
parent | 118bba12e5db09d4412ad4999b346d7d46e5489e (diff) |
*** empty log message ***
Diffstat (limited to 'mak.vc9/im_fftw.vcproj')
-rw-r--r-- | mak.vc9/im_fftw.vcproj | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/mak.vc9/im_fftw.vcproj b/mak.vc9/im_fftw.vcproj index 0b429b7..059e605 100644 --- a/mak.vc9/im_fftw.vcproj +++ b/mak.vc9/im_fftw.vcproj @@ -4,6 +4,7 @@ Version="9,00" Name="im_fftw" ProjectGUID="{CB80E607-6B6C-345F-9B6D-27AA9123E493}" + RootNamespace="im_fftw" TargetFrameworkVersion="131072" > <Platforms> @@ -17,7 +18,7 @@ <Configuration Name="Debug|Win32" OutputDirectory="..\lib" - IntermediateDirectory="..\obj\im_fftw" + IntermediateDirectory="..\obj\Debug\$(ProjectName)" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" UseOfMFC="0" @@ -46,14 +47,15 @@ PreprocessorDefinitions="WIN32,_DEBUG,_LIB,FFTW_ENABLE_FLOAT,_CRT_SECURE_NO_DEPRECATE" ExceptionHandling="0" BasicRuntimeChecks="3" - RuntimeLibrary="0" + RuntimeLibrary="1" PrecompiledHeaderFile="..\lib/im_fftw.pch" - AssemblerListingLocation="..\obj\im_fftw/" - ObjectFile="..\obj\im_fftw/" - ProgramDataBaseFileName="..\lib/" + ObjectFile="$(IntDir)\" + ProgramDataBaseFileName="$(IntDir)\vc90.pdb" WarningLevel="4" SuppressStartupBanner="true" + Detect64BitPortabilityProblems="false" DebugInformationFormat="1" + CompileAs="0" /> <Tool Name="VCManagedResourceCompilerTool" |