1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-05 06:09:47 +02:00

7 Commits

Author SHA1 Message Date
Leland Lucius
a66184f259 Adding changes that I missed when redoing my branches. 2015-04-08 10:21:17 -05:00
lllucius@gmail.com
7f8270a5c8 3rd attempt to Add the ability to build without trashing the source tree
Hopefully this take care of all situations.
2014-10-28 06:27:57 +00:00
lllucius@gmail.com
c6ffa89d23 Add (restore?) the ability to build without trashing the source tree
You may now do:

mkdir build
cd build
../configure
./audacity

And all but one directory will remain unmolested...no more object files
in "src".

And if you look carefully, you'll see that the newly built "audacity" is
copied to the top of the build tree...no more having to use "src/audacity"
to run.

You can of course still do the configure from the top and get all of the
objects strewn about the tree.

I still haven't figured out how to keep the locale directory from getting
soiled.  I'm not really sure there's a way around it really.
2014-10-27 07:34:17 +00:00
benjamin.drung@gmail.com
dbffdea8f6 Fix build failure of libnyquist by using static file paths in Makefile.am. 2013-11-14 10:29:31 +00:00
benjamin.drung@gmail.com
6efbf53d90 Fix make dist target of libnyquist. 2013-11-08 01:05:56 +00:00
benjamin.drung@gmail.com
15d103d29e Correct project name in autotools files. 2013-11-01 10:41:34 +00:00
ra
58caf78a86 Move library tree where it belongs 2010-01-24 09:19:39 +00:00