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:
|
wscript:
|
||||||
Initialize GLib's Gthread system early at startup in case any
|
Initialize GLib's Gthread system early at startup in case any
|
||||||
plugins need it.
|
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>
|
2011-03-27 Colomban Wendling <colomban(at)geany(dot)org>
|
||||||
|
@ -50,8 +50,9 @@ all-local: \
|
|||||||
htmlchars.dll \
|
htmlchars.dll \
|
||||||
export.dll \
|
export.dll \
|
||||||
saveactions.dll \
|
saveactions.dll \
|
||||||
splitwindow.dll \
|
|
||||||
filebrowser.dll
|
filebrowser.dll
|
||||||
|
# Split Window is broken on Windows
|
||||||
|
# splitwindow.dll
|
||||||
|
|
||||||
.c.dll:
|
.c.dll:
|
||||||
$(CC) $(MINGW_CFLAGS) -o $@.o -c $<
|
$(CC) $(MINGW_CFLAGS) -o $@.o -c $<
|
||||||
|
@ -56,9 +56,10 @@ plugins: \
|
|||||||
classbuilder.dll \
|
classbuilder.dll \
|
||||||
export.dll \
|
export.dll \
|
||||||
saveactions.dll \
|
saveactions.dll \
|
||||||
splitwindow.dll \
|
|
||||||
filebrowser.dll
|
filebrowser.dll
|
||||||
|
|
||||||
|
# Split Window is broken on Windows
|
||||||
|
# splitwindow.dll
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
-$(RM) deps.mak *.o *.dll
|
-$(RM) deps.mak *.o *.dll
|
||||||
|
2
wscript
2
wscript
@ -352,7 +352,7 @@ def build(bld):
|
|||||||
build_plugin('filebrowser')
|
build_plugin('filebrowser')
|
||||||
build_plugin('htmlchars')
|
build_plugin('htmlchars')
|
||||||
build_plugin('saveactions')
|
build_plugin('saveactions')
|
||||||
build_plugin('splitwindow')
|
build_plugin('splitwindow', not is_win32)
|
||||||
|
|
||||||
# Translations
|
# Translations
|
||||||
if bld.env['INTLTOOL']:
|
if bld.env['INTLTOOL']:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user