aboutsummaryrefslogtreecommitdiff
path: root/msdND/build.txt
diff options
context:
space:
mode:
authorN.N. <nimon@users.sourceforge.net>2010-09-09 09:16:01 +0000
committerN.N. <nimon@users.sourceforge.net>2010-09-09 09:16:01 +0000
commit8547d0a9816f2df8b6a66a41331b7107e14856e7 (patch)
treeed9864a550aa6ed5d51fcfc7c5944eb26602cae6 /msdND/build.txt
parent40f44ede6fb1b3b160fc34bac7e46a0f86653f64 (diff)
reorganizing msd directory
svn path=/trunk/externals/nusmuk/; revision=14015
Diffstat (limited to 'msdND/build.txt')
-rw-r--r--msdND/build.txt19
1 files changed, 0 insertions, 19 deletions
diff --git a/msdND/build.txt b/msdND/build.txt
deleted file mode 100644
index 8b45fcb..0000000
--- a/msdND/build.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-
-msd can be compiled in other dimension than 1D, 2D or 3D.
-
-To do that, edit the main.cpp and the package.txt files in the msdND folder and replace "N" with the dimension you want.
-
-For example, in 13D :
-
-main.cpp file:
-
-#include "../msd.h"
-MSD("msd13D",msd13D,13)
-
-package.txt file:
-
-NAME=msd13D
-SRCS=main.cpp
-HDRS=../msd.h
-
-And then compile using flext as usual. You call it in Max/PD using the name you entered, "msd13D" here.