| "gogins@pipeline.com" writes:
> This is a request to John Ramsdell to include the OpcodeBase.hpp
> file in the GNU Build System release package.
I believe all I must do to satisfy your request is to modify
csound/Makefile.am as follows:
divan$ sfcvs csound diff -u
ramsdell@cvs.sourceforge.net's password:
....
cvs diff: Diffing csound
Index: csound/Makefile.am
===================================================================
RCS file: /cvsroot/csound/csound/csound/Makefile.am,v
retrieving revision 1.19
diff -u -r1.19 Makefile.am
--- csound/Makefile.am 23 Aug 2004 22:20:02 -0000 1.19
+++ csound/Makefile.am 1 Sep 2004 21:11:43 -0000
@@ -6,7 +6,7 @@
noinst_PROGRAMS = makedb
pkgdata_DATA = csound.xmg
pkginclude_HEADERS = csound.h cwindow.h opcode.h sysdep.h autoheader.h \
-cscore.h
+cscore.h OpcodeBase.hpp
nodist_pkginclude_HEADERS = config.h
AM_CXXFLAGS = -fno-exceptions -fno-rtti
In other words, install OpcodeBase.hpp in the same location used to
install csound.h and friends. I've committed this change and it will
be part of the next release. If you can't wait, you can build your
own release by following the instructions in the README with Cygwin.
John |