From 0e464b2fa8b4fe35c90842ffacc45b81f6bd37a0 Mon Sep 17 00:00:00 2001 From: "B. Bogart" Date: Wed, 5 Mar 2008 18:08:36 +0000 Subject: Added a package.txt file for the new build system. Changed README slightly for new email address and such. svn path=/trunk/externals/bbogart/; revision=9537 --- pso/README.txt | 4 ++-- pso/package.txt | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 pso/package.txt diff --git a/pso/README.txt b/pso/README.txt index 09e5f74..f516855 100644 --- a/pso/README.txt +++ b/pso/README.txt @@ -2,9 +2,9 @@ This is the readme for "PSO" a Particle Swarm Optimizer object for PD/MAX. This implimentation of a PSO minimizes towards a user-defined target. It is based on code from Jim Kennedy and Thomas Grill. -PSO is Copyright Ben Bogart 2003,2007 +PSO is Copyright Ben Bogart 2003,2007,2008 -If you have any questions/comments you can reach the author at bbogart@goto10.org +If you have any questions/comments you can reach the author at ben@ekran.org This program is distributed under the terms of the GNU General Public License diff --git a/pso/package.txt b/pso/package.txt new file mode 100644 index 0000000..742ddd0 --- /dev/null +++ b/pso/package.txt @@ -0,0 +1,7 @@ +NAME=pso + +SRCDIR=. + +PRECOMPILE= + +SRCS=main.cpp -- cgit v1.2.1