mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 14:02:57 +02:00
Build on Linux
Updated project file for mac for both release and debug. Updated makefile.am and makefile.in Removed include .cpp hack that avoided need for makefile changes.
This commit is contained in:
committed by
Paul Licameli
parent
0ad533a740
commit
12a2fbf489
@@ -286,16 +286,4 @@ bool CommandImplementation::Apply(const CommandContext & WXUNUSED(context))
|
||||
return true;
|
||||
}
|
||||
|
||||
// Hackery so that we dont have to update the makefiles on linux (yet)
|
||||
// When we do, these all can leave here.
|
||||
#ifndef __WIN32__
|
||||
#ifndef __WXMAC__
|
||||
#include "CommandTargets.cpp"
|
||||
#include "SetClipCommand.cpp"
|
||||
#include "SetLabelCommand.cpp"
|
||||
#include "SetProjectCommand.cpp"
|
||||
#include "SetEnvelopeCommand.cpp"
|
||||
#include "DragCommand.cpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user