aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vst/make-files.txt
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/vst/make-files.txt')
-rw-r--r--externals/grill/vst/make-files.txt11
1 files changed, 4 insertions, 7 deletions
diff --git a/externals/grill/vst/make-files.txt b/externals/grill/vst/make-files.txt
index 01e2dbd6..d4192dbb 100644
--- a/externals/grill/vst/make-files.txt
+++ b/externals/grill/vst/make-files.txt
@@ -1,10 +1,7 @@
NAME=vst~
-SRCDIR=.
-
-# all the source files from the package
-SRCS= main.cpp
-SRCS_WIN=VstHost.cpp EditorWin.cpp
-
-HDRS= main.h VstHost.h Editor.h
+SRCDIR=src
+SRCS=main.cpp vsthost.cpp editor.cpp
+
+HDRS=main.h vsthost.h editor.h editorwin.hpp editormac.hpp