aboutsummaryrefslogtreecommitdiff
path: root/externals/grill
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill')
-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"