On 29/09/2007, at 13.21, federico wrote:
changelog: 0.2.3
numbers are now aligned to right notification messages are sent from user interaction mouse behavior improved. now dragging faster changes more. added nice makefile for target: Linux MacOS (thanks Steffen) Win32 (thanks tof)
Cool. The makefile works for OS X if you change line 53 to
$(CC) $(CFLAGS) $(DARWININCLUDE) -o $*.o -c $*.c
-- The $(DARWININCLUDE) was missing.