Kaydet (Commit) 24705610 authored tarafından Colomban Wendling's avatar Colomban Wendling

Enable SplitWindow build on Windows again

Re-apply r5638 now the SplitWindow plugin is fixed for real.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5775 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst e8b724ca
......@@ -3,6 +3,8 @@
* plugins/splitwindow.c:
Remove widget reparenting in Split Window plugin. This fixes plugin
issues on Windows (patch by Matthew Brush, thanks - closes #2725342).
* plugins/Makefile.am, plugins/makefile.win32, wscript:
Enable SplitWindow build on Windows again (re-apply Enrico's patch).
2011-05-06 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
......
......@@ -50,9 +50,8 @@ all-local: \
htmlchars.dll \
export.dll \
saveactions.dll \
splitwindow.dll \
filebrowser.dll
# Split Window is broken on Windows
# splitwindow.dll
.c.dll:
$(CC) $(MINGW_CFLAGS) -o $@.o -c $<
......
......@@ -56,10 +56,9 @@ plugins: \
classbuilder.dll \
export.dll \
saveactions.dll \
splitwindow.dll \
filebrowser.dll
# Split Window is broken on Windows
# splitwindow.dll
clean:
-$(RM) deps.mak *.o *.dll
......
......@@ -352,7 +352,7 @@ def build(bld):
build_plugin('filebrowser')
build_plugin('htmlchars')
build_plugin('saveactions')
build_plugin('splitwindow', not is_win32)
build_plugin('splitwindow')
# Translations
if bld.env['INTLTOOL']:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment