From f26c7e3f4f8bcabc0b92fbd042803ef320177b51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Fri, 4 Jul 2014 14:01:29 +0300 Subject: [PATCH] Use macros for setting the output directory This makes sure this is set to the exact same string in all the configurations, simplifying editing multiple configurations at the same time. This changes the output directory for 64 bit binaries from bin/win64 to bin/x64, but this is the common pattern used by MSVC in new projects. --- codec/build/win32/dec/WelsDecCore.vcproj | 8 ++++---- codec/build/win32/dec/WelsDecPlus.vcproj | 8 ++++---- codec/build/win32/dec/decConsole.vcproj | 8 ++++---- codec/build/win32/enc/WelsEncCore.vcproj | 8 ++++---- codec/build/win32/enc/WelsEncPlus.vcproj | 8 ++++---- codec/build/win32/enc/encConsole.vcproj | 8 ++++---- codec/processing/build/win32/WelsVP.vcproj | 8 ++++---- 7 files changed, 28 insertions(+), 28 deletions(-) diff --git a/codec/build/win32/dec/WelsDecCore.vcproj b/codec/build/win32/dec/WelsDecCore.vcproj index f1335576..21121814 100644 --- a/codec/build/win32/dec/WelsDecCore.vcproj +++ b/codec/build/win32/dec/WelsDecCore.vcproj @@ -23,7 +23,7 @@