diff options
author | David Robillard <d@drobilla.net> | 2008-10-05 20:37:24 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-10-05 20:37:24 +0000 |
commit | af4f0f805cf539d380d6d960c6ad234fcde70270 (patch) | |
tree | d66b939d8b3527851b2af3f9637fe76aec80fb59 /src | |
parent | bea911e68ecd95de4c403c97d228ff284840f35e (diff) | |
download | ingen-af4f0f805cf539d380d6d960c6ad234fcde70270.tar.gz ingen-af4f0f805cf539d380d6d960c6ad234fcde70270.tar.bz2 ingen-af4f0f805cf539d380d6d960c6ad234fcde70270.zip |
Move engine.cpp to ingen_engine.cpp to avoid case insensitive name clashes.
Get this: this is an issue with /modern/ Macs.
Apple DOS/X lol etc.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1618 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src')
-rw-r--r-- | src/engine/ingen_engine.cpp (renamed from src/engine/engine.cpp) | 0 | ||||
-rw-r--r-- | src/engine/wscript | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/engine.cpp b/src/engine/ingen_engine.cpp index 1d2dd8c1..1d2dd8c1 100644 --- a/src/engine/engine.cpp +++ b/src/engine/ingen_engine.cpp diff --git a/src/engine/wscript b/src/engine/wscript index c10dc028..0b2b3812 100644 --- a/src/engine/wscript +++ b/src/engine/wscript @@ -40,7 +40,7 @@ def build(bld): QueuedEvent.cpp QueuedEventSource.cpp TransportNode.cpp - engine.cpp + ingen_engine.cpp events/AllNotesOffEvent.cpp events/ClearPatchEvent.cpp events/ConnectionEvent.cpp |