You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
283B

  1. SLUG=FrozenWasteland
  2. include ../../../build_plugin_pre_msvc.mk
  3. EXTRAFLAGS+= \
  4. -DTEST \
  5. -I./eurorack \
  6. -I./src/dsp-delay \
  7. -I./src/dsp-filter/utils -I./src/dsp-filter/filters -I./src/dsp-filter/third-party/falco
  8. include make.objects
  9. include ../../../build_plugin_post_msvc.mk