Revert r5638 "Enable SplitWindow build on Windows again."

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5639 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Colomban Wendling 2011-03-27 16:02:21 +00:00
parent 9b8b01a0b2
commit e5071473c1
4 changed files with 5 additions and 5 deletions

View File

@ -4,8 +4,6 @@
wscript:
Initialize GLib's Gthread system early at startup in case any
plugins need it.
* plugins/Makefile.am, plugins/makefile.win32, wscript:
Enable SplitWindow build on Windows again.
2011-03-27 Colomban Wendling <colomban(at)geany(dot)org>

View File

@ -50,8 +50,9 @@ 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 $<

View File

@ -56,9 +56,10 @@ 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

View File

@ -352,7 +352,7 @@ def build(bld):
build_plugin('filebrowser')
build_plugin('htmlchars')
build_plugin('saveactions')
build_plugin('splitwindow')
build_plugin('splitwindow', not is_win32)
# Translations
if bld.env['INTLTOOL']: