SF.net SVN: geany-plugins:[1388] trunk/geany-plugins/wscript

eht16 at users.sourceforge.net eht16 at xxxxx
Sun May 23 10:40:15 UTC 2010


Revision: 1388
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1388&view=rev
Author:   eht16
Date:     2010-05-23 10:40:14 +0000 (Sun, 23 May 2010)

Log Message:
-----------
Explicitly set DATADIR on Windows

Modified Paths:
--------------
    trunk/geany-plugins/wscript

Modified: trunk/geany-plugins/wscript
===================================================================
--- trunk/geany-plugins/wscript	2010-05-23 10:23:15 UTC (rev 1387)
+++ trunk/geany-plugins/wscript	2010-05-23 10:40:14 UTC (rev 1388)
@@ -308,6 +308,7 @@
 		conf.define('LOCALEDIR', 'share/locale', 1)
 		# DATADIR is defined in objidl.h, so we remove it from config.h
 		conf.undefine('DATADIR')
+		conf.define('DATADIR', 'share')
 	else:
 		conf.define('PREFIX', conf.env['PREFIX'], 1)
 		conf.define('DOCDIR', '%s/doc/geany-plugins/' % conf.env['DATADIR'], 1)


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Plugins-Commits mailing list