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:
parent
9b8b01a0b2
commit
e5071473c1
@ -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>
|
||||
|
@ -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 $<
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user