Nick Treleaven
|
74959b9cb9
|
Support MSYS=1 to enable building with MSYS; use $/ instead of DIRSEP
Defining MSYS=1 is cleaner than requiring users to define CP, RM, etc.
|
2012-07-04 17:13:14 +01:00 |
|
Nick Treleaven
|
65fe863691
|
Use PREFIX=C:/libs and minor cleanup (Windows makefiles)
This PREFIX works on both cmd.exe and MSYS, whereas backslash confuses
MSYS.
Use copy /y in doc/makefile.win32.
Remove unused targets binclean, exec.
|
2012-07-04 16:47:38 +01:00 |
|
Nick Treleaven
|
18cec1fb81
|
Fix Windows build
|
2012-06-06 15:21:00 +01:00 |
|
Nick Treleaven
|
8818ee3fc9
|
Include gdk-pixbuf-2.0 path for recent GTK+ dev (Windows build)
Fixes #3396195.
Note: GTK+ 2.24 is the current maintained version of the developer
files bundle:
http://www.gtk.org/download/win32.php
|
2011-12-08 12:53:11 +00:00 |
|
Nick Treleaven
|
58729d4de9
|
Use foo.o instead of foo.dll.o to enable Make Object (Windows build)
|
2011-11-16 17:27:31 +00:00 |
|
Colomban Wendling
|
24705610ab
|
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
|
2011-05-09 13:22:02 +00:00 |
|
Colomban Wendling
|
e5071473c1
|
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
|
2011-03-27 16:02:21 +00:00 |
|
Enrico Tröger
|
9b8b01a0b2
|
Enable SplitWindow build on Windows again.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5638 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2011-03-27 15:28:02 +00:00 |
|
Enrico Tröger
|
8c865b6813
|
Add new GTK define also for Mingw cross compilation and makefile.win32 based Windows builds (untested).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4924 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2010-05-16 17:44:40 +00:00 |
|
Enrico Tröger
|
d71d3521d2
|
Fix Windows build by removing the last reference of the old VCdiff plugin (oops, reported by Timothy Boronczyk).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3678 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2009-04-02 15:49:19 +00:00 |
|
Nick Treleaven
|
c6859d74a2
|
Don't build Split Window plugin on Windows (doesn't work).
Add note about ChangeLog.pre-0-17.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3588 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2009-02-16 13:18:20 +00:00 |
|
Enrico Tröger
|
75d46bff7e
|
Merge InstantSave, AutoSave and BackupCopy plugins into the plugin 'Save Actions'.
Add a section for documentation of internal plugins in the documentation.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3035 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2008-10-02 13:37:35 +00:00 |
|
Nick Treleaven
|
9f8f2c7b28
|
Add Split Window plugin (work-in-progress).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/branches/split-window-plugin@2906 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2008-08-26 15:58:07 +00:00 |
|
Enrico Tröger
|
5739654633
|
Windows changes: Install plugins into lib/ not into plugins/. Don't link against libiconv when compiling against GLib 2.14 and above (it's statically linked into GLib). Install Geany's message catalogs into share/locale rather than lib/locale as GTK does since 2.12.2.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2673 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2008-06-09 19:29:54 +00:00 |
|
Enrico Tröger
|
2652667577
|
Add DEBUG flag to all Windows makefiles to make it possible to build with debug symbols and without optimizations also on Windows (using make DEBUG=1).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2487 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2008-04-15 15:11:05 +00:00 |
|
Enrico Tröger
|
de8caa6055
|
Remove obsolete SVNdiff plugin, use the VC Diff plugin.
Add option for amount of characters to trigger symbol completion.
Add document_find_by_filename to the plugin API.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2084 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2007-12-01 17:53:36 +00:00 |
|
Enrico Tröger
|
ac48d14376
|
New plugin: Auto Save.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2067 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2007-11-22 17:03:53 +00:00 |
|
Nick Treleaven
|
a54ddf4795
|
Added File Browser sidebar plugin.
Rename 'Open Files' sidebar tab 'Documents'.
Add keybindings->send_command() and tm->get_real_path() to the plugin
API.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1966 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2007-10-22 12:42:19 +00:00 |
|
Frank Lanitz
|
0e492c8ff9
|
Update of windows makefile. Ooops
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1945 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2007-10-15 08:53:26 +00:00 |
|
Enrico Tröger
|
7be0947ff1
|
Sort list of files to build on Windows. Add geanyobject.c to the list of files to build on Windows. Fix some warnings and build errors on Windows.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1850 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2007-09-03 18:19:27 +00:00 |
|
Enrico Tröger
|
704940dcdf
|
New plugin: Export as HTML and LaTeX.
Add some functions to the plugin API needed by the Export plugin.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1811 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2007-08-19 17:40:19 +00:00 |
|
Enrico Tröger
|
03b61bbbc9
|
Make plugins working and compiling on Windows.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1758 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2007-07-28 17:44:02 +00:00 |
|