From 0095e801a2bf472a9b62a6cf7810377337c0377e Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 5 Feb 2016 21:31:31 +0100 Subject: [PATCH] Define wxOutDirName variables in MSVS properties file This will be useful for allowing other projects, not necessarily located at the same level of the file hierarchy as the projects for building the library, to refer to the location of the libraries more easily. --- build/msw/wx_setup.props | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/build/msw/wx_setup.props b/build/msw/wx_setup.props index 87562af548..67b3d0546f 100644 --- a/build/msw/wx_setup.props +++ b/build/msw/wx_setup.props @@ -38,17 +38,15 @@ - - ..\..\lib\$(wxCompilerPrefix)$(wxArchSuffix)_dll$(wxCfg)\ + + dll - - ..\..\lib\$(wxCompilerPrefix)$(wxArchSuffix)_dll$(wxCfg)\ + + lib - - ..\..\lib\$(wxCompilerPrefix)$(wxArchSuffix)_lib$(wxCfg)\ - - - ..\..\lib\$(wxCompilerPrefix)$(wxArchSuffix)_lib$(wxCfg)\ + + $(wxCompilerPrefix)$(wxArchSuffix)_$(wxLibTypeSuffix)$(wxCfg) + ..\..\lib\$(wxOutDirName)\ $(wxCompilerPrefix)$(wxArchSuffix)_$(wxToolkitPrefix)$(wxSuffix)dll\ @@ -96,6 +94,9 @@ $(wxOutDir) + + $(wxOutDirName) + $(wxIntRootDir)