- added Makefile for windows target
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user