From 5ee1b966dcc14a18516e5cf9993e19282a870491 Mon Sep 17 00:00:00 2001 From: lllucius Date: Fri, 17 Oct 2014 12:40:11 +0000 Subject: [PATCH] Provides the debugging settings to allow for wx2 and wx3 switching --- win/Projects/Audacity/Audacity.vcxproj.user | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 win/Projects/Audacity/Audacity.vcxproj.user diff --git a/win/Projects/Audacity/Audacity.vcxproj.user b/win/Projects/Audacity/Audacity.vcxproj.user new file mode 100755 index 000000000..072e375bf --- /dev/null +++ b/win/Projects/Audacity/Audacity.vcxproj.user @@ -0,0 +1,19 @@ + + + + PATH=%WXWIN%\lib\vc_dll;%PATH% + WindowsLocalDebugger + + + PATH=%WXWIN%\lib\vc_dll;%PATH% + WindowsLocalDebugger + + + PATH=%WXWIN3%\lib\vc_dll;%PATH% + WindowsLocalDebugger + + + PATH=%WXWIN3%\lib\vc_dll;%PATH% + WindowsLocalDebugger + + \ No newline at end of file