aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/tutorial/build-pd-bcc.bat
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/flext/tutorial/build-pd-bcc.bat')
-rw-r--r--externals/grill/flext/tutorial/build-pd-bcc.bat4
1 files changed, 4 insertions, 0 deletions
diff --git a/externals/grill/flext/tutorial/build-pd-bcc.bat b/externals/grill/flext/tutorial/build-pd-bcc.bat
index 6b2f5821..90ed411b 100644
--- a/externals/grill/flext/tutorial/build-pd-bcc.bat
+++ b/externals/grill/flext/tutorial/build-pd-bcc.bat
@@ -32,6 +32,10 @@
@make -f ..\makefile.pd-bcc NAME=signal2~ SETUPFUNCTION=signal2_tilde_setup
@cd ..
+@cd sndobj1
+@make -f ..\makefile.pd-bcc NAME=sndobj1~ SETUPFUNCTION=sndobj1_tilde_setup
+@cd ..
+
@cd lib1
@make -f ..\makefile.pd-bcc NAME=lib1 SETUPFUNCTION=lib1_setup
@cd ..