summaryrefslogtreecommitdiff
path: root/Externals
diff options
context:
space:
mode:
authorShawn Hoffman <godisgovernment@gmail.com>2009-09-08 15:46:51 +0000
committerShawn Hoffman <godisgovernment@gmail.com>2009-09-08 15:46:51 +0000
commit463e93c41a87b5ebdba2fea607c746ee2a1b3dee (patch)
treec28f8ed3fcbe9477fcbbf9a39e9b145c7526f26a /Externals
parentc8ef2fe798186ebb301a4054a151034c2084b2b8 (diff)
fix debugfast build (msvc)
external libs go to $(SolutionDir)\$(ConfigurationName)\$(PlatformName), and debugfast build uses Release build of external libs. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4230 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Externals')
-rw-r--r--Externals/Bochs_disasm/Bochs_disasm.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/Externals/Bochs_disasm/Bochs_disasm.vcproj b/Externals/Bochs_disasm/Bochs_disasm.vcproj
index e61e36284a..1288b5b00b 100644
--- a/Externals/Bochs_disasm/Bochs_disasm.vcproj
+++ b/Externals/Bochs_disasm/Bochs_disasm.vcproj
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9,00"
+ Version="9.00"
Name="Bochs_disasm"
ProjectGUID="{29C2ABC1-ADA5-42CD-A5FC-96022D52A510}"
RootNamespace="Bochs_disasm"
@@ -84,7 +84,7 @@
</Configuration>
<Configuration
Name="Debug|x64"
- OutputDirectory="$(PlatformName)\$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)"
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
ConfigurationType="4"
CharacterSet="1"