mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 08:09:32 +02:00
CVS > SVN
This commit is contained in:
parent
27767ebf5a
commit
319903dbf7
@ -499,7 +499,7 @@ int SourceOutputStream::OpenFile(const wxString & Filename)
|
|||||||
File.Write( wxT("//\r\n") );
|
File.Write( wxT("//\r\n") );
|
||||||
File.Write( wxT("// This file was Auto-Generated.\r\n") );
|
File.Write( wxT("// This file was Auto-Generated.\r\n") );
|
||||||
File.Write( wxT("// It is included by Theme.cpp.\r\n") );
|
File.Write( wxT("// It is included by Theme.cpp.\r\n") );
|
||||||
File.Write( wxT("// Only check this into CVS if you've read and understood the guidelines!\r\n\r\n ") );
|
File.Write( wxT("// Only check this into SVN if you've read and understood the guidelines!\r\n\r\n ") );
|
||||||
}
|
}
|
||||||
return bOk;
|
return bOk;
|
||||||
}
|
}
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
//
|
//
|
||||||
// This file was Auto-Generated.
|
// This file was Auto-Generated.
|
||||||
// It is included by Theme.cpp.
|
// It is included by Theme.cpp.
|
||||||
// Only check this into CVS if you've read and understood the guidelines!
|
// Only check this into SVN if you've read and understood the guidelines!
|
||||||
|
|
||||||
#ifndef EXPERIMENTAL_THEMING
|
#ifndef EXPERIMENTAL_THEMING
|
||||||
137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,1,184,
|
137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,1,184,
|
||||||
@ -3950,7 +3950,7 @@
|
|||||||
//
|
//
|
||||||
// This file was Auto-Generated.
|
// This file was Auto-Generated.
|
||||||
// It is included by Theme.cpp.
|
// It is included by Theme.cpp.
|
||||||
// Only check this into CVS if you've read and understood the guidelines!
|
// Only check this into SVN if you've read and understood the guidelines!
|
||||||
|
|
||||||
137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,1,184,
|
137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,1,184,
|
||||||
0,0,3,68,8,6,0,0,0,194,5,58,248,0,0,0,4,115,66,73,
|
0,0,3,68,8,6,0,0,0,194,5,58,248,0,0,0,4,115,66,73,
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Compiling Audacity(R) for Microsoft Windows(TM)
|
Compiling Audacity(R) for Microsoft Windows(TM)
|
||||||
copyright (c) 1999-2009 Audacity Team
|
copyright (c) 1999-2010 Audacity Team
|
||||||
|
|
||||||
Authors:
|
Authors:
|
||||||
Asger Ottar Alstrup
|
Asger Ottar Alstrup
|
||||||
@ -14,7 +14,7 @@ Authors:
|
|||||||
Martyn Shaw
|
Martyn Shaw
|
||||||
|
|
||||||
========================================================================
|
========================================================================
|
||||||
This version is currently accurate for Audacity version 1.3.8.
|
This version is currently accurate for Audacity version 1.3.11.
|
||||||
If the advice here is inaccurate or incomplete, please
|
If the advice here is inaccurate or incomplete, please
|
||||||
email audacity-devel@lists.sourceforge.net.
|
email audacity-devel@lists.sourceforge.net.
|
||||||
See also
|
See also
|
||||||
@ -46,7 +46,7 @@ attempting to compile Audacity, or nothing will work!
|
|||||||
|
|
||||||
wxWidgets is available at "http://www.wxwidgets.org/".
|
wxWidgets is available at "http://www.wxwidgets.org/".
|
||||||
|
|
||||||
Audacity 1.3.8 requires wxWidgets 2.8.10.
|
Audacity 1.3.11 requires wxWidgets 2.8.10.
|
||||||
|
|
||||||
To build on Windows only, download the wxMSW package
|
To build on Windows only, download the wxMSW package
|
||||||
(installer or zip).
|
(installer or zip).
|
||||||
@ -79,7 +79,7 @@ static libraries.
|
|||||||
|
|
||||||
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 a
|
||||||
couple of the wxWidgets files. Rather than provide a patch, we
|
couple of the wxWidgets files. Rather than provide a patch, we
|
||||||
store the modified files in CVS, and you can replace the
|
store the modified files in SVN, and you can replace the
|
||||||
corresponding wxWidgets files.
|
corresponding wxWidgets files.
|
||||||
In "audacity\win\wxWidgets_additions" are one .cpp and one .h file.
|
In "audacity\win\wxWidgets_additions" are one .cpp and one .h file.
|
||||||
You may want to make backups of the wxWidgets originals of these,
|
You may want to make backups of the wxWidgets originals of these,
|
||||||
@ -136,7 +136,7 @@ MSVC++ STEP 3: Download Audacity
|
|||||||
--------------------------
|
--------------------------
|
||||||
|
|
||||||
Now you can compile Audacity. To check out the latest
|
Now you can compile Audacity. To check out the latest
|
||||||
source code from CVS, see the instructions at
|
source code from SVN, see the instructions at
|
||||||
"http://audacity.sourceforge.net/community/developers".
|
"http://audacity.sourceforge.net/community/developers".
|
||||||
|
|
||||||
|
|
||||||
@ -300,7 +300,7 @@ That's all - if this procedure doesn't work, you can ask for
|
|||||||
help on the Audacity development mailing list:
|
help on the Audacity development mailing list:
|
||||||
audacity-devel@lists.sourceforge.net. However, the first
|
audacity-devel@lists.sourceforge.net. However, the first
|
||||||
suggestion is likely to be "try it again with a clean installation
|
suggestion is likely to be "try it again with a clean installation
|
||||||
of the wxWidgets source and the latest Audacity source from CVS",
|
of the wxWidgets source and the latest Audacity source from SVN",
|
||||||
so if that's not what you just attempted, you might want to try
|
so if that's not what you just attempted, you might want to try
|
||||||
that first...
|
that first...
|
||||||
|
|
||||||
@ -438,7 +438,7 @@ Cygwin STEP 3: Download Audacity
|
|||||||
---------------------------------
|
---------------------------------
|
||||||
|
|
||||||
1. Go to http://audacity.sourceforge.net/ and download the Audacity source distribution.
|
1. Go to http://audacity.sourceforge.net/ and download the Audacity source distribution.
|
||||||
Cygwin is currently experimental in the 1.2 branch and cvs head, but you must have at least
|
Cygwin is currently experimental in the 1.2 branch and SVN head, but you must have at least
|
||||||
Audacity v1.2.0 sources.
|
Audacity v1.2.0 sources.
|
||||||
|
|
||||||
2. From a cygwin prompt, go to the tarball that you downloaded and use a command like
|
2. From a cygwin prompt, go to the tarball that you downloaded and use a command like
|
||||||
|
Loading…
x
Reference in New Issue
Block a user