Mercurial > hg > plml
diff cpp/Makefile @ 4:460f6c74b33a
Updated to latest dcgu.pl and added comment about -c++ flag in Makefile
author | samer |
---|---|
date | Tue, 17 Jan 2012 18:39:14 +0000 |
parents | 0dd31a8c66bd |
children | 193d582746e5 |
line wrap: on
line diff
--- a/cpp/Makefile Fri Jan 13 15:53:04 2012 +0000 +++ b/cpp/Makefile Tue Jan 17 18:39:14 2012 +0000 @@ -5,6 +5,7 @@ INCML=$(MATLAB)/extern/include LIBML=$(MATLAB)/bin/$(MLARCH) PLLDFLAGS=-c++ g++-apple-4.2 $(INCLUDES) -I$(INCML) -Wall +# use -c++ g++-4.2 on Snow Leopard .SUFFIXES: .cpp .o .so .dylib