From 7843b23ee1d7105ade13d60f255e620405b9c815 Mon Sep 17 00:00:00 2001 From: Vincent Lejeune Date: Sun, 2 Aug 2015 22:16:57 +0200 Subject: [PATCH] Move DX12_SUPPORT before ($preprocessor defenitions) --- rpcs3/emucore.vcxproj | 8 ++++---- rpcs3/rpcs3.vcxproj | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/rpcs3/emucore.vcxproj b/rpcs3/emucore.vcxproj index dd0661e1cb..be3f74be27 100644 --- a/rpcs3/emucore.vcxproj +++ b/rpcs3/emucore.vcxproj @@ -846,7 +846,7 @@ Disabled false Use - _UNICODE;UNICODE;%(PreprocessorDefinitions);DX12_SUPPORT + _UNICODE;UNICODE;DX12_SUPPORT;%(PreprocessorDefinitions) stdafx.h Async true @@ -886,7 +886,7 @@ Disabled false Use - _UNICODE;UNICODE;LLVM_AVAILABLE;%(PreprocessorDefinitions);DX12_SUPPORT + _UNICODE;UNICODE;LLVM_AVAILABLE;DX12_SUPPORT;%(PreprocessorDefinitions) stdafx.h Async true @@ -953,7 +953,7 @@ true - _UNICODE;UNICODE;%(PreprocessorDefinitions);DX12_SUPPORT + _UNICODE;UNICODE;DX12_SUPPORT;%(PreprocessorDefinitions) true @@ -996,7 +996,7 @@ Use stdafx.h Async - LLVM_AVAILABLE;%(PreprocessorDefinitions);DX12_SUPPORT + LLVM_AVAILABLE;DX12_SUPPORT;%(PreprocessorDefinitions) true diff --git a/rpcs3/rpcs3.vcxproj b/rpcs3/rpcs3.vcxproj index 9c9004b703..ac894cd55a 100644 --- a/rpcs3/rpcs3.vcxproj +++ b/rpcs3/rpcs3.vcxproj @@ -157,7 +157,7 @@ Async stdafx_gui.h $(IntDir)$(TargetName)_gui.pch - _UNICODE;UNICODE;%(PreprocessorDefinitions);DX12_SUPPORT + _UNICODE;UNICODE;DX12_SUPPORT;%(PreprocessorDefinitions) true @@ -256,7 +256,7 @@ true ..\wxWidgets\include\msvc MultiThreadedDLL - WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions);DX12_SUPPORT + WIN32;NDEBUG;_WINDOWS;DX12_SUPPORT;%(PreprocessorDefinitions) false Use Speed