diff options
author | B. Bogart <bbogart@users.sourceforge.net> | 2008-03-05 18:08:36 +0000 |
---|---|---|
committer | B. Bogart <bbogart@users.sourceforge.net> | 2008-03-05 18:08:36 +0000 |
commit | 0e464b2fa8b4fe35c90842ffacc45b81f6bd37a0 (patch) | |
tree | 81ad0b6f0a3bdf24fb35762cca7b891ba11eb76b | |
parent | 5685144d22a691545e31921561c312d303bc54af (diff) |
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
-rw-r--r-- | pso/README.txt | 4 | ||||
-rw-r--r-- | pso/package.txt | 7 |
2 files changed, 9 insertions, 2 deletions
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
|