[Audacity-devel] Automatic Volume Control checked-in
A free multi-track audio editor and recorder
Brought to you by:
aosiniao
|
From: Vince B. <vi...@bu...> - 2002-07-21 17:46:06
|
Thanks to Dominic and Shane for getting me through the check-in process. My "last" problem was I needed to checkout using ":ext", as Dominic pointed out. Windows builds and executes, both Debug and Release. I hope I have my #include filenames so there are no case problems in Unix. For Unix, just add 2 files to build: src/effects/AvcCompressor.cpp src/effects/SimplePairedTwoTrack.cpp I also made some other changes to audacity.dsp and /win/compile.txt. Check out compile.txt for using subst command to set directory for wxWindows. I now think specifying the wxWindows directory is as simple as it is going to get, unless we have it on the C: drive. Personally, I keep such data off my C: drive so I don't recommend assuming wxWindows is on the C: drive. BTW: I found these CVS instructions most helpful: http://wjabber.sourceforge.net/cvsssh.html http://sfjp.sourceforge.net/translation/7-addendum.html |