1
0
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:
James Crook
2018-02-21 18:21:32 +00:00
committed by Paul Licameli
parent 0ad533a740
commit 12a2fbf489
3 changed files with 139 additions and 20 deletions

View File

@@ -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