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.bat12
1 files changed, 12 insertions, 0 deletions
diff --git a/externals/grill/flext/tutorial/build-pd-bcc.bat b/externals/grill/flext/tutorial/build-pd-bcc.bat
index 90ed411b..45961f13 100644
--- a/externals/grill/flext/tutorial/build-pd-bcc.bat
+++ b/externals/grill/flext/tutorial/build-pd-bcc.bat
@@ -16,6 +16,14 @@
@make -f ..\makefile.pd-bcc NAME=adv1 SETUPFUNCTION=adv1_setup
@cd ..
+@cd adv2
+@make -f ..\makefile.pd-bcc NAME=adv2 SETUPFUNCTION=adv2_setup
+@cd ..
+
+@cd adv3
+@make -f ..\makefile.pd-bcc NAME=adv3 SETUPFUNCTION=adv3_setup
+@cd ..
+
@cd attr1
@make -f ..\makefile.pd-bcc NAME=attr1 SETUPFUNCTION=attr1_setup
@cd ..
@@ -24,6 +32,10 @@
@make -f ..\makefile.pd-bcc NAME=attr2 SETUPFUNCTION=attr2_setup
@cd ..
+@cd attr3
+@make -f ..\makefile.pd-bcc NAME=attr3 SETUPFUNCTION=attr3_setup
+@cd ..
+
@cd signal1
@make -f ..\makefile.pd-bcc NAME=signal1~ SETUPFUNCTION=signal1_tilde_setup
@cd ..