From fd835e4154d3db489b61e15f273cecc7a8337373 Mon Sep 17 00:00:00 2001 From: jdl Date: Tue, 3 Sep 2002 10:15:50 +0000 Subject: updated TODO, no debug in makefile .. svn path=/trunk/externals/OSCx/; revision=106 --- OSC/TODO.txt | 5 +++++ OSC/makefile | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/OSC/TODO.txt b/OSC/TODO.txt index 23f1855..ea31d82 100644 --- a/OSC/TODO.txt +++ b/OSC/TODO.txt @@ -4,9 +4,14 @@ for win32: port also the command line utilities (send, dump) -pd object hierarchy extract and automatic address construction a la [/hostname]/pd/patchname/subpatch/test ? +-dynamic space allocation for message buffers. + changelog: +20020903: refixed MAXPDARG vs. MAX_ARGS bug causind sendOSC to crash + with msgs longer than 5 argmuents. ? + 20020305: -typetags in send and receive sendOSC by default now send typetagged msgs and dumOSC properly reads and outputs them. diff --git a/OSC/makefile b/OSC/makefile index 04b0317..f9825da 100644 --- a/OSC/makefile +++ b/OSC/makefile @@ -14,8 +14,8 @@ AFLAGS = LFLAGS = -export_dynamic -shared WFLAGS = -DEBUG = -DDEBUG -g -# DEBUG = +# DEBUG = -DDEBUG -g +DEBUG = VERSION = \"$(shell cat VERSION)\" -- cgit v1.2.1