diff options
-rw-r--r-- | win32/AsmParser/AsmParser.vcproj | 4 | ||||
-rw-r--r-- | win32/Bytecode/Bytecode.vcproj | 4 | ||||
-rw-r--r-- | win32/CBackend/CBackend.vcproj | 4 | ||||
-rw-r--r-- | win32/Linker/Linker.vcproj | 4 | ||||
-rw-r--r-- | win32/TableGen/TableGen.vcproj | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/win32/AsmParser/AsmParser.vcproj b/win32/AsmParser/AsmParser.vcproj index 2f23030..36c3429 100644 --- a/win32/AsmParser/AsmParser.vcproj +++ b/win32/AsmParser/AsmParser.vcproj @@ -13,7 +13,7 @@ <Configurations> <Configuration Name="Debug|Win32" - OutputDirectory="Debug" + OutputDirectory="..\Debug" IntermediateDirectory="Debug" ConfigurationType="4" CharacterSet="2"> @@ -59,7 +59,7 @@ </Configuration> <Configuration Name="Release|Win32" - OutputDirectory="Release" + OutputDirectory="..\Release" IntermediateDirectory="Release" ConfigurationType="4" CharacterSet="2"> diff --git a/win32/Bytecode/Bytecode.vcproj b/win32/Bytecode/Bytecode.vcproj index 8ea730b..ea9ea5a 100644 --- a/win32/Bytecode/Bytecode.vcproj +++ b/win32/Bytecode/Bytecode.vcproj @@ -12,7 +12,7 @@ <Configurations> <Configuration Name="Debug|Win32" - OutputDirectory="Debug" + OutputDirectory="..\Debug" IntermediateDirectory="Debug" ConfigurationType="4" CharacterSet="2"> @@ -58,7 +58,7 @@ </Configuration> <Configuration Name="Release|Win32" - OutputDirectory="Release" + OutputDirectory="..\Release" IntermediateDirectory="Release" ConfigurationType="4" CharacterSet="2"> diff --git a/win32/CBackend/CBackend.vcproj b/win32/CBackend/CBackend.vcproj index 36cb408..205ee4d 100644 --- a/win32/CBackend/CBackend.vcproj +++ b/win32/CBackend/CBackend.vcproj @@ -12,7 +12,7 @@ <Configurations> <Configuration Name="Debug|Win32" - OutputDirectory="Debug" + OutputDirectory="..\Debug" IntermediateDirectory="Debug" ConfigurationType="4" CharacterSet="2"> @@ -58,7 +58,7 @@ </Configuration> <Configuration Name="Release|Win32" - OutputDirectory="Release" + OutputDirectory="..\Release" IntermediateDirectory="Release" ConfigurationType="4" CharacterSet="2"> diff --git a/win32/Linker/Linker.vcproj b/win32/Linker/Linker.vcproj index d24fd48..0cc8a4e 100644 --- a/win32/Linker/Linker.vcproj +++ b/win32/Linker/Linker.vcproj @@ -12,7 +12,7 @@ <Configurations> <Configuration Name="Debug|Win32" - OutputDirectory="Debug" + OutputDirectory="..\Debug" IntermediateDirectory="Debug" ConfigurationType="4" CharacterSet="2"> @@ -58,7 +58,7 @@ </Configuration> <Configuration Name="Release|Win32" - OutputDirectory="Release" + OutputDirectory="..\Release" IntermediateDirectory="Release" ConfigurationType="4" CharacterSet="2"> diff --git a/win32/TableGen/TableGen.vcproj b/win32/TableGen/TableGen.vcproj index f2ce791..da8cbaa 100644 --- a/win32/TableGen/TableGen.vcproj +++ b/win32/TableGen/TableGen.vcproj @@ -12,7 +12,7 @@ <Configurations> <Configuration Name="Debug|Win32" - OutputDirectory="Debug" + OutputDirectory="..\Debug" IntermediateDirectory="Debug" ConfigurationType="1" CharacterSet="2"> @@ -66,7 +66,7 @@ </Configuration> <Configuration Name="Release|Win32" - OutputDirectory="Release" + OutputDirectory="..\Release" IntermediateDirectory="Release" ConfigurationType="1" CharacterSet="2"> |