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.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/externals/grill/vst/make-files.txt b/externals/grill/vst/make-files.txt
index 31a51078..67823ba6 100644
--- a/externals/grill/vst/make-files.txt
+++ b/externals/grill/vst/make-files.txt
@@ -1,7 +1,7 @@
-# all the source files from the package
-SRCS= \
- main.cpp
-
-HDRS= \
- main.h vst~.h
-
+# all the source files from the package
+SRCS= main.cpp
+SRCS_WIN=EditorThread.cpp PopupWindow.cpp VstHost.cpp StdAfx.cpp
+
+HDRS= \
+ main.h vst.h
+