|
From: Tim F. <tim...@gm...> - 2006-04-26 18:29:41
|
Hey guys (pretty sure we're still girl-less), I've committed some changes to the SVN repository - include/ contains links to a couple header files and lib/ has links to the libraries so that you ca= n build external things using libqcap using e.g. -I$(QCAP)/include -L$(QCAP)/lib -lqcap. Right now it's just qcap.h and segment.h in the include directory, because everything my code needs is in qcap.h and qcap.hincludes segment.h. If someone else needs something else, I'd suggest creating a ne= w symlink in the include dir for it. I've also changed the examples to link against the libraries (the src/libqcap/examples/Makefile builds as if it were external to qcap, so that in itself is an example :-) ). Thanks, -Tim On 4/26/06, Evan Hughes <eva...@gm...> wrote: > > Howdy gents (and any ladies that may be lurking), > > We're now using Subversion for revision tracking. Please check-out > from that repository and make all future commits to it. > > e > > > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronim= o > http://sel.as-us.falkag.net/sel?cmdlnk&kid=120709&bid&3057&dat=121642 > _______________________________________________ > Qcap-lib-dev mailing list > Qca...@li... > https://lists.sourceforge.net/lists/listinfo/qcap-lib-dev > -- Tim Furlong tim...@gm... |