<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Not to be a bother, but how will this effect windows/portablization? 
The current method of portablization for the windows package uses the
-c "DATALOCATION" switch.  Will the plugins still use this specified
directory or will they be using another directory?  I see this
affecting a local windows installation in that if a user uses the
switch to test something, either all plugins will be enabled, or have
the same settings as before.<br>
<br>
Thanks for your time on this.<br>
<br>
On 5/23/2010 2:33 PM, Enrico Tröger wrote:
<blockquote cite="mid:20100523213342.3e2d1d4b@ukio.l8failed.net"
 type="cite">
  <pre wrap="">Hey guys,

today I renamed the globally defined DATADIR macro ($prefix/share) to
GEANYPLUGINS_DATADIR.

The reason for this is that on Windows, DATADIR is defined in a header
file which is implicitly included by windows.h and this would lead to
compilation errors when DATADIR is defined by the build system.

So, any plugin authors who need to access the DATADIR variable should
use GEANYPLUGINS_DATADIR from now on.

Chow Loong Jin added two more global macros:

PKGDATADIR=$(prefix)/share/geany-plugins
PKGLIBDIR=$(prefix)/lib/geany-plugins


Regards,
Enrico

  </pre>
  <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Geany-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Geany-devel@uvena.de">Geany-devel@uvena.de</a>
<a class="moz-txt-link-freetext" href="http://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel">http://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel</a>
  </pre>
</blockquote>
<br>
</body>
</html>