diff options
author | N.N. <matju@users.sourceforge.net> | 2009-05-17 00:34:22 +0000 |
---|---|---|
committer | N.N. <matju@users.sourceforge.net> | 2009-05-17 00:34:22 +0000 |
commit | 02a0dc16800703054b33c9926bb28e150583f74e (patch) | |
tree | 88dd9a0054770403a8ae556eaa55587677b17aa0 /desiredata/src | |
parent | 4bdb3efc9169123174bcd519fd8a15e84fe047f0 (diff) |
also switch to c++ for PD.COM
svn path=/trunk/; revision=11408
Diffstat (limited to 'desiredata/src')
-rw-r--r-- | desiredata/src/makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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. |