diff options
author | jdl <x75@users.sourceforge.net> | 2002-08-31 20:31:36 +0000 |
---|---|---|
committer | jdl <x75@users.sourceforge.net> | 2002-08-31 20:31:36 +0000 |
commit | 1a50af3f155eaf320cc91ba626d65754f846325a (patch) | |
tree | a2b4d857865360286dd252d6a27822afc82f8180 /makefile | |
parent | 9bb6d9f5796aa45b3011faf72d0c8edb9f748dc1 (diff) |
added cx.h with #define L debug routine ..
svn path=/trunk/externals/cxc/; revision=104
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ TARGETS = binshift ascwave ixprint bangfilt bangfilt2 \ LINUXOBJECTS = $(TARGETS:%=%.o) -LINCLUDE = -I. -I../pd-0.35-test24/src +LINCLUDE = -I. -I../pd-0.35-0/src # possible defines # -DPRINTADDRS DEBUG = -DDEBUG -ggdb |