diff options
| author | TheMarlboroMan <marlborometal@gmail.com> | 2020-11-15 16:50:27 +0100 | 
|---|---|---|
| committer | TheMarlboroMan <marlborometal@gmail.com> | 2020-11-15 17:04:21 +0100 | 
| commit | eb0a72576c71557c8bb64cfd319620f5ea7ba24c (patch) | |
| tree | df15c068870705d7c7847b8d98a760e058756f03 /plugingui/Makefile.mingw32 | |
| parent | b0fa70c97c9b4886fb6e063664dc4d10daf12c1c (diff) | |
Implementation of the voice limiting feature.
Diffstat (limited to 'plugingui/Makefile.mingw32')
| -rw-r--r-- | plugingui/Makefile.mingw32 | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/plugingui/Makefile.mingw32 b/plugingui/Makefile.mingw32 index df735d5..bc58c11 100644 --- a/plugingui/Makefile.mingw32 +++ b/plugingui/Makefile.mingw32 @@ -56,6 +56,7 @@ GUI_SRC = \  	verticalline.cc \  	resource.cc \  	resource_data.cc \ +	voicelimitframecontent.cc \  	lodepng/lodepng.cpp  GUI_CFLAGS=-DUSE_THREAD -DUI_WIN32 -DSTANDALONE | 
