aboutsummaryrefslogtreecommitdiff
path: root/externals
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2004-06-23 02:41:57 +0000
committerThomas Grill <xovo@users.sourceforge.net>2004-06-23 02:41:57 +0000
commitbdbc9fab606e7eb3d07c2a58332b4abd8de0f9a2 (patch)
treea557db4c98dbe38d19e83dcfd019c8968ba65fb7 /externals
parente9b2d883ae6b0e4c56d7be9557dabb2efa06f147 (diff)
""
svn path=/trunk/; revision=1831
Diffstat (limited to 'externals')
-rw-r--r--externals/grill/pool/build-pd-mingw.bat4
-rwxr-xr-xexternals/grill/pool/config-pd-mingw.txt3
-rw-r--r--externals/grill/pool/help-pool.pd (renamed from externals/grill/pool/pool.pd)0
-rw-r--r--externals/grill/vst/vst.vcproj2
4 files changed, 7 insertions, 2 deletions
diff --git a/externals/grill/pool/build-pd-mingw.bat b/externals/grill/pool/build-pd-mingw.bat
new file mode 100644
index 00000000..1a2f503b
--- /dev/null
+++ b/externals/grill/pool/build-pd-mingw.bat
@@ -0,0 +1,4 @@
+@echo --- Building with MinGW ---
+
+mingw32-make -f makefile.pd-mingw clean
+mingw32-make -f makefile.pd-mingw
diff --git a/externals/grill/pool/config-pd-mingw.txt b/externals/grill/pool/config-pd-mingw.txt
index a4988e74..6f7a519d 100755
--- a/externals/grill/pool/config-pd-mingw.txt
+++ b/externals/grill/pool/config-pd-mingw.txt
@@ -5,7 +5,8 @@
# your c++ compiler (define only if it's different than g++)
# CXX=g++
-PDPATH=/c/program/pd
+# where is PD?
+PDPATH=c:\programme\audio\pd
# where do the flext libraries reside?
FLEXTPATH=$(PDPATH)/flext
diff --git a/externals/grill/pool/pool.pd b/externals/grill/pool/help-pool.pd
index c7ef0a63..c7ef0a63 100644
--- a/externals/grill/pool/pool.pd
+++ b/externals/grill/pool/help-pool.pd
diff --git a/externals/grill/vst/vst.vcproj b/externals/grill/vst/vst.vcproj
index 75e3e5f4..4872991c 100644
--- a/externals/grill/vst/vst.vcproj
+++ b/externals/grill/vst/vst.vcproj
@@ -105,7 +105,7 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="pd.lib pthreadVC.lib"
- OutputFile="pd-msvc/d/vst~.dll"
+ OutputFile="$(outdir)/vst~.dll"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="c:\programme\audio\pd\bin,f:\prog\max\flext\pd-msvc"