diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2015-12-21 10:42:29 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2015-12-21 10:44:33 +0100 |
commit | c53134cbfd66b4ba2860b79c66f8d6cf5177abb0 (patch) | |
tree | 9014261b8e79197b904ffab59e02254125577185 /plugingui/Makefile.mingw32 | |
parent | 41dea13e1866689cf1f53d6d120253cab16bbe47 (diff) |
New (read-only) TextEdit widget from suhr.
Diffstat (limited to 'plugingui/Makefile.mingw32')
-rw-r--r-- | plugingui/Makefile.mingw32 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/plugingui/Makefile.mingw32 b/plugingui/Makefile.mingw32 index 98f2408..e039cd5 100644 --- a/plugingui/Makefile.mingw32 +++ b/plugingui/Makefile.mingw32 @@ -9,6 +9,8 @@ DG_SRC = \ DG_CFLAGS = -I.. -I../include -I../src -DSSE -msse -msse2 -DDISABLE_HUGIN GUI_SRC = \ + testmain.cc \ + dgwindow.cc \ nativewindow_win32.cc \ plugingui.cc \ pluginconfig.cc \ @@ -27,6 +29,7 @@ GUI_SRC = \ checkbox.cc \ slider.cc \ scrollbar.cc \ + textedit.cc \ listbox.cc \ listboxthin.cc \ listboxbasic.cc \ @@ -53,7 +56,8 @@ DBG_CFLAGS=-I../hugin -DWITH_HUG_SYSLOG -DWITH_HUG_MUTEX -DDISABLE_HUGIN all: gcc $(DBG_CFLAGS) ../hugin/hugin.c -c gcc $(DBG_CFLAGS) ../hugin/hugin_syslog.c -c - g++ -std=c++11 -static -static-libgcc -O2 -g -Wall $(DBG_CFLAGS) $(DG_CFLAGS) $(DG_LIBS) hugin.o hugin_syslog.o $(DG_SRC) ${GUI_SRC} ${GUI_CFLAGS} $(GUI_LIBS) -o plugingui.exe + gcc LooplessSizeMove.c -c + g++ -std=c++11 -static -static-libgcc -O2 -g -Wall $(DBG_CFLAGS) $(DG_CFLAGS) $(DG_LIBS) hugin.o hugin_syslog.o LooplessSizeMove.o $(DG_SRC) ${GUI_SRC} ${GUI_CFLAGS} $(GUI_LIBS) -o plugingui.exe clean: del -f drumgizmo_vst.dll libdrumgizmo_vst.a |