diff options
| author | Shawn Hoffman <godisgovernment@gmail.com> | 2009-04-16 17:24:06 +0000 |
|---|---|---|
| committer | Shawn Hoffman <godisgovernment@gmail.com> | 2009-04-16 17:24:06 +0000 |
| commit | e6dbfb4f24ba011bb6535fa3339710f46f3aa790 (patch) | |
| tree | 768134383755306e0008911e90bc3bc47e90aa74 /Source/DSPTool | |
| parent | 508b32b94f043330fbcf06ae3d7a75ecfd69ff93 (diff) | |
fix CreateFullPath, fix memcards not being created if the path didn't exist for some reason, don't put dsptool .pdb files in the binary dir
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2984 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/DSPTool')
| -rw-r--r-- | Source/DSPTool/DSPTool.vcproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/DSPTool/DSPTool.vcproj b/Source/DSPTool/DSPTool.vcproj index 982f4e6cf6..715349ed89 100644 --- a/Source/DSPTool/DSPTool.vcproj +++ b/Source/DSPTool/DSPTool.vcproj @@ -68,6 +68,7 @@ OutputFile="../../Binary/Win32/$(ProjectName)D.exe"
LinkIncremental="2"
GenerateDebugInformation="true"
+ ProgramDatabaseFile="$(PlatformName)\$(ConfigurationName)\$(TargetName).pdb"
SubSystem="1"
TargetMachine="1"
/>
@@ -143,6 +144,7 @@ OutputFile="../../Binary/x64/$(ProjectName)D.exe"
LinkIncremental="2"
GenerateDebugInformation="true"
+ ProgramDatabaseFile="$(PlatformName)\$(ConfigurationName)\$(TargetName).pdb"
SubSystem="1"
TargetMachine="17"
/>
@@ -218,6 +220,7 @@ OutputFile="../../Binary/Win32/$(ProjectName).exe"
LinkIncremental="1"
GenerateDebugInformation="true"
+ ProgramDatabaseFile="$(PlatformName)\$(ConfigurationName)\$(TargetName).pdb"
SubSystem="1"
OptimizeReferences="2"
EnableCOMDATFolding="2"
@@ -296,6 +299,7 @@ OutputFile="../../Binary/x64/$(ProjectName).exe"
LinkIncremental="1"
GenerateDebugInformation="true"
+ ProgramDatabaseFile="$(PlatformName)\$(ConfigurationName)\$(TargetName).pdb"
SubSystem="1"
OptimizeReferences="2"
EnableCOMDATFolding="2"
|
