From 02a0dc16800703054b33c9926bb28e150583f74e Mon Sep 17 00:00:00 2001 From: "N.N." Date: Sun, 17 May 2009 00:34:22 +0000 Subject: also switch to c++ for PD.COM svn path=/trunk/; revision=11408 --- desiredata/src/makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desiredata/src/makefile.in b/desiredata/src/makefile.in index 48c36d54..b60320b2 100644 --- a/desiredata/src/makefile.in +++ b/desiredata/src/makefile.in @@ -64,7 +64,7 @@ pd-watchdog: s_watchdog.c $(CC) $(CFLAGS) $(STRIPFLAG) -o pd-watchdog s_watchdog.c pd.com: main.o - $(CC) $(LDFLAGS) $(DBG_CFLAGS) $(CFLAGS) -o pd.com main.o $(LIBS) -L../src -lpd + $(CXX) $(LDFLAGS) $(DBG_CFLAGS) $(CFLAGS) -o pd.com main.o $(LIBS) -L../src -lpd strip --strip-unneeded -R .note -R .comment pd.com # i should sort out the LDFLAGS thing so that pd,pdsend,pdreceive don't get linked to all libs that libpd.so is linked to. -- cgit v1.2.1