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_jp2.vcproj | |
parent | 118bba12e5db09d4412ad4999b346d7d46e5489e (diff) |
*** empty log message ***
Diffstat (limited to 'mak.vc9/im_jp2.vcproj')
-rw-r--r-- | mak.vc9/im_jp2.vcproj | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/mak.vc9/im_jp2.vcproj b/mak.vc9/im_jp2.vcproj index ac36e79..b06a328 100644 --- a/mak.vc9/im_jp2.vcproj +++ b/mak.vc9/im_jp2.vcproj @@ -17,7 +17,7 @@ <Configuration Name="Debug|Win32" OutputDirectory="..\lib" - IntermediateDirectory="..\obj\im_jp2" + IntermediateDirectory="..\obj\Debug\$(ProjectName)" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" UseOfMFC="0" @@ -46,14 +46,15 @@ PreprocessorDefinitions="WIN32;_DEBUG;_LIB;EXCLUDE_JPG_SUPPORT;EXCLUDE_MIF_SUPPORT;EXCLUDE_PNM_SUPPORT;EXCLUDE_RAS_SUPPORT;EXCLUDE_BMP_SUPPORT;EXCLUDE_PGX_SUPPORT;EXCLUDE_TIFF_SUPPORT;JAS_WIN_MSVC_BUILD;JAS_TYPES;_CRT_SECURE_NO_DEPRECATE;JAS_GEO_OMIT_PRINTING_CODE" ExceptionHandling="0" BasicRuntimeChecks="3" - RuntimeLibrary="0" + RuntimeLibrary="1" PrecompiledHeaderFile="..\lib/im_jp2.pch" - AssemblerListingLocation="..\obj\im_jp2/" - ObjectFile="..\obj\im_jp2/" - ProgramDataBaseFileName="..\lib/" + ObjectFile="$(IntDir)\" + ProgramDataBaseFileName="$(IntDir)\vc90.pdb" WarningLevel="4" SuppressStartupBanner="true" + Detect64BitPortabilityProblems="false" DebugInformationFormat="1" + CompileAs="0" /> <Tool Name="VCManagedResourceCompilerTool" |