diff options
author | scuri <scuri> | 2009-08-21 03:10:12 +0000 |
---|---|---|
committer | scuri <scuri> | 2009-08-21 03:10:12 +0000 |
commit | d18b0d3791ca631d2101e8a6ba6046d918843d1c (patch) | |
tree | 8b16ebb4e86a7d2a6a7054c0cf9f56fa7691aaa4 /mak.vc9/cdsimple.vcproj | |
parent | 32f77f4ac3ee47cb92fac3fbfb8b7d1c0ad68824 (diff) |
*** empty log message ***
Diffstat (limited to 'mak.vc9/cdsimple.vcproj')
-rw-r--r-- | mak.vc9/cdsimple.vcproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mak.vc9/cdsimple.vcproj b/mak.vc9/cdsimple.vcproj index 3d20eda..61f3a08 100644 --- a/mak.vc9/cdsimple.vcproj +++ b/mak.vc9/cdsimple.vcproj @@ -71,12 +71,12 @@ Name="VCLinkerTool" AdditionalOptions="/MACHINE:I386" AdditionalDependencies="freetype6.lib cd.lib iupcd.lib iup.lib comctl32.lib cdcontextplus.lib gdiplus.lib cdpdf.lib pdflib.lib iupcontrols.lib" - OutputFile="..\bin/cdsimple.exe" - LinkIncremental="2" + OutputFile="$(OutDir)\$(ProjectName).exe" + LinkIncremental="1" SuppressStartupBanner="true" AdditionalLibraryDirectories="..\lib,..\..\iup\lib" GenerateDebugInformation="true" - ProgramDatabaseFile="..\bin/cdsimple.pdb" + ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb" SubSystem="1" RandomizedBaseAddress="1" DataExecutionPrevention="0" |