1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 07:39:42 +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
------------------------
When you have downloaded and installed wxWidgets, you must
build it.
When you have downloaded and installed wxWidgets, the next step
is to build it.
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.
2. If you want to use the accessibility features, we have modified a
couple of the wxWidgets files. Rather than provide a patch, we
store the modified files in the Audacity code repository, and you
2. If you want to use the accessibility features, we have modified
one of the wxWidgets files. Rather than provide a patch, we
store any modified files in the Audacity code repository, and you
can replace the corresponding wxWidgets files.
In "audacity\win\wxWidgets_additions" are one .cpp and one .h file.
You may want to make backups of the wxWidgets originals of these,
In "audacity\win\wxWidgets_additions" is one .h file.
You may want to make backups of the wxWidgets original of it,
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\".
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
// Author: Julian Smart
// Modified by:
@ -1054,7 +1054,7 @@
// ----------------------------------------------------------------------------
// wxSingleInstanceChecker class allows to verify at startup if another program
// instance is running (available only under Win32).
// instance is running.
//
// Default is 1
//