diff options
author | Wohlstand <admin@wohlnet.ru> | 2017-10-25 03:01:50 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2017-10-25 03:01:50 +0300 |
commit | 0401ee9f58ea842cb4aef687e8e107380d46445c (patch) | |
tree | 900ba7dad4b6bb70bad88c401cff1494884de2bb /libADLMIDI-test.pro | |
parent | 6783770a8533dd099b39c51a5c3f7f5f4000b4bc (diff) | |
download | libADLMIDI-0401ee9f58ea842cb4aef687e8e107380d46445c.tar.gz libADLMIDI-0401ee9f58ea842cb4aef687e8e107380d46445c.tar.bz2 libADLMIDI-0401ee9f58ea842cb4aef687e8e107380d46445c.zip |
Clean-up
- Move all private variables into MIDIplay class away from public ADL_MIDIPlayer structure
- Comment out most of legacy code
- Implement new-style ReadVarLenEx for error-checked var-len value reading process
TODO: Stabilize this and implement missing fields and API calls (meta-data retreiving)
Diffstat (limited to 'libADLMIDI-test.pro')
-rw-r--r-- | libADLMIDI-test.pro | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/libADLMIDI-test.pro b/libADLMIDI-test.pro index 03ac954..a34da51 100644 --- a/libADLMIDI-test.pro +++ b/libADLMIDI-test.pro @@ -15,14 +15,12 @@ LIBS += -lSDL2 -lpthread -ldl #DEFINES += DEBUG_TIME_CALCULATION #DEFINES += DEBUG_SEEKING_TEST - -QMAKE_CFLAGS += -std=c90 -pedantic -QMAKE_CXXFLAGS += -std=c++98 -pedantic - #DEFINES += DISABLE_EMBEDDED_BANKS - #DEFINES += ADLMIDI_USE_DOSBOX_OPL +QMAKE_CFLAGS += -std=c90 -pedantic +QMAKE_CXXFLAGS += -std=c++98 -pedantic + HEADERS += \ include/adlmidi.h \ src/adlbank.h \ |