From: <vr-...@us...> - 2004-03-02 11:13:00
|
Update of /cvsroot/alpp/openalpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29181 Modified Files: INSTALL Makefile.in NEWS README Log Message: Minor bugfixes. Cleaned up project files under windows. Index: INSTALL =================================================================== RCS file: /cvsroot/alpp/openalpp/INSTALL,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** INSTALL 2 Mar 2004 07:50:10 -0000 1.5 --- INSTALL 2 Mar 2004 11:01:13 -0000 1.6 *************** *** 33,36 **** --- 33,41 ---- Windows ------- + Portaudio is not included by default. + If you want to use it, edit config.h to reflect your usage. + Also you have to add the necessary includepath, libpath and library to the project. + + DISCLAIMER!! Index: Makefile.in =================================================================== RCS file: /cvsroot/alpp/openalpp/Makefile.in,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** Makefile.in 2 Mar 2004 07:50:10 -0000 1.9 --- Makefile.in 2 Mar 2004 11:01:13 -0000 1.10 *************** *** 150,157 **** check-recursive installcheck-recursive DIST_COMMON = README AUTHORS COPYING INSTALL Makefile.am Makefile.in \ ! NEWS aclocal.m4 config/README config/config.guess \ ! config/config.sub config/depcomp config/install-sh \ ! config/ltmain.sh config/missing config/mkinstalldirs configure \ ! configure.in openalpp.pc.in DIST_SUBDIRS = $(SUBDIRS) all: all-recursive --- 150,157 ---- check-recursive installcheck-recursive DIST_COMMON = README AUTHORS COPYING INSTALL Makefile.am Makefile.in \ ! NEWS aclocal.m4 config/config.guess config/config.sub \ ! config/depcomp config/install-sh config/ltmain.sh \ ! config/missing config/mkinstalldirs configure configure.in \ ! openalpp.pc.in DIST_SUBDIRS = $(SUBDIRS) all: all-recursive Index: NEWS =================================================================== RCS file: /cvsroot/alpp/openalpp/NEWS,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** NEWS 2 Mar 2004 07:50:10 -0000 1.2 --- NEWS 2 Mar 2004 11:01:14 -0000 1.3 *************** *** 8,12 **** So a SetPosition() is now a setPosition() ! 2003-12-11 Anders Backman: --- 8,12 ---- So a SetPosition() is now a setPosition() ! Portaudio is not enabled by default anymore. 2003-12-11 Anders Backman: Index: README =================================================================== RCS file: /cvsroot/alpp/openalpp/README,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** README 2 Mar 2004 07:50:10 -0000 1.2 --- README 2 Mar 2004 11:01:14 -0000 1.3 *************** *** 27,29 **** Contact: ! Anders Backman, VRlab, an...@cs... \ No newline at end of file --- 27,29 ---- Contact: ! Anders Backman, VRlab, an...@cs... |