-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modular extensions: now properly link to Modular instead of multiply …
…including source files from the lib -- CMake files will need to be updated. see #341.
- Loading branch information
timothy place
committed
Mar 4, 2015
1 parent
a28ce18
commit d88c1b1
Showing
14 changed files
with
39 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,17 @@ | ||
#defines: | ||
defines: | ||
- TT_NO_DSP | ||
# - TT_PROTOCOL_DEBUG | ||
|
||
sources: | ||
- ../../library/ProtocolLib/Protocol.cpp | ||
- source/OSC.cpp | ||
- source/OSCSenderManager.cpp | ||
|
||
includes: | ||
- "." | ||
- "includes" | ||
- "../../library/ProtocolLib" | ||
- "../../library/includes" | ||
- "../../../../Core/Foundation/library/includes" | ||
|
||
libraries: | ||
- FOUNDATION | ||
- MODULAR |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,17 @@ | ||
#defines: | ||
defines: | ||
- TT_NO_DSP | ||
# - SHEDULER_DEBUG | ||
|
||
sources: | ||
- ../../library/SchedulerLib/Scheduler.cpp | ||
- source/System.cpp | ||
|
||
includes: | ||
- "." | ||
- "includes" | ||
- "../../library/SchedulerLib" | ||
- "../../library/includes" | ||
- "../../../../Core/Foundation/library/includes" | ||
|
||
libraries: | ||
- FOUNDATION | ||
- MODULAR | ||
- win winmm.lib |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters