1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 15:49:41 +02:00

Remove access.cpp, now unnecessary. Turns out that wxWidgets 2.8.12 removed the line that was commented out.

Update setup.h to be minimally different from the standard version, while maintaining functional differences.

Update compile.txt accordingly.
This commit is contained in:
v.audacity 2011-11-28 01:08:37 +00:00
parent 96f8d0a42d
commit c83144f728
3 changed files with 9 additions and 2026 deletions

View File

@ -54,8 +54,8 @@ To build on Windows only, download the wxMSW package
MSVC++ STEP 2: Build wxWidgets MSVC++ STEP 2: Build wxWidgets
------------------------ ------------------------
When you have downloaded and installed wxWidgets, you must When you have downloaded and installed wxWidgets, the next step
build it. is to build it.
1. Open "C:\wxWidgets-2.8.12\build\msw\wx_dll.dsw" with 1. Open "C:\wxWidgets-2.8.12\build\msw\wx_dll.dsw" with
@ -68,17 +68,15 @@ build it.
"C\wxWidgets-2.8.12\build\msw\wx_dll.sln" instead of wx_dll.dsw. "C\wxWidgets-2.8.12\build\msw\wx_dll.sln" instead of wx_dll.dsw.
2. If you want to use the accessibility features, we have modified a 2. If you want to use the accessibility features, we have modified
couple of the wxWidgets files. Rather than provide a patch, we one of the wxWidgets files. Rather than provide a patch, we
store the modified files in the Audacity code repository, and you store any modified files in the Audacity code repository, and you
can replace the corresponding wxWidgets files. can replace the corresponding wxWidgets files.
In "audacity\win\wxWidgets_additions" are one .cpp and one .h file. In "audacity\win\wxWidgets_additions" is one .h file.
You may want to make backups of the wxWidgets originals of these, You may want to make backups of the wxWidgets original of it,
in case you also build without these accessibility features. in case you also build without these accessibility features.
* Copy access.cpp to "C:\wxWidgets-2.8.12\src\msw\ole\".
* Copy setup.h to "C:\wxWidgets-2.8.12\include\wx\msw\". * Copy setup.h to "C:\wxWidgets-2.8.12\include\wx\msw\".
Audacity releases are built with these accessibility features. Audacity releases are built with these accessibility features.

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
// Name: include/wx/msw/setup.h // Name: wx/msw/setup.h
// Purpose: Configuration for the library // Purpose: Configuration for the library
// Author: Julian Smart // Author: Julian Smart
// Modified by: // Modified by:
@ -1054,7 +1054,7 @@
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// wxSingleInstanceChecker class allows to verify at startup if another program // wxSingleInstanceChecker class allows to verify at startup if another program
// instance is running (available only under Win32). // instance is running.
// //
// Default is 1 // Default is 1
// //