diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-03-23 20:56:21 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-03-26 19:41:05 +0200 |
commit | 2497577c09b13a55430a95fcf311448fda11cae3 (patch) | |
tree | 3431b8f0d83b8890eeab14813fb367d084b9e500 /plugin | |
parent | b0cf022ea75b763531e6ae63abccadf2bfa7a84b (diff) |
Fix resize event in win32 backend.
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/Makefile.mingw32.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/Makefile.mingw32.in b/plugin/Makefile.mingw32.in index 575a8a2..cab3e0c 100644 --- a/plugin/Makefile.mingw32.in +++ b/plugin/Makefile.mingw32.in @@ -86,7 +86,7 @@ GUI_SRC = \ @top_srcdir@/plugingui/lodepng/lodepng.cpp GUI_CPPFLAGS=-I@top_srcdir@/plugingui/ -DUSE_THREAD @GUI_CPPFLAGS@ -GUI_LIBS=-lgdi32 -lsetupapi -lws2_32 +GUI_LIBS=@GUI_LIBS@ DBG_SRC = \ @top_srcdir@/hugin/hugin.c \ |