- added Makefile for windows target

This commit is contained in:
2023-04-26 10:48:03 +02:00
parent 05ec69ca99
commit 91518b32e5
+11
View File
@@ -0,0 +1,11 @@
include $(MAKE_HOME)/defaults.win.mk
LIBSRC_PATH ?= $(realpath ../../../../libsrc)
VST2_SDK_PATH ?= $(realpath ../../sdk/vst/vstsdk2.4)
include config.mk
INCLUDES ?= -I $(LIBSRC_PATH) -I $(VST2_SDK_PATH)
DEFINES += -Dradio_float_t=float -Dfir_float_t=float -Dsynth_float_t=float
include $(MAKE_HOME)/compile.mk