[prev in list] [next in list] [prev in thread] [next in thread] 

List:       nsis-commits
Subject:    [NSIS-commits] SF.net SVN: nsis:[6585] NSIS/trunk/Contrib/ExDLL/SConscript
From:       f0rt () users ! sourceforge ! net
Date:       2015-06-21 16:13:45
Message-ID: E1Z6hsT-0004iT-5A () sfs-ml-1 ! v29 ! ch3 ! sourceforge ! com
[Download RAW message or body]

Revision: 6585
          http://sourceforge.net/p/nsis/code/6585
Author:   f0rt
Date:     2015-06-21 16:13:45 +0000 (Sun, 21 Jun 2015)
Log Message:
-----------
#260 pluginapi include files are referenced twice for platforms other than Windows.

Modified Paths:
--------------
    NSIS/trunk/Contrib/ExDLL/SConscript

Modified: NSIS/trunk/Contrib/ExDLL/SConscript
===================================================================
--- NSIS/trunk/Contrib/ExDLL/SConscript	2015-05-14 20:17:14 UTC (rev 6584)
+++ NSIS/trunk/Contrib/ExDLL/SConscript	2015-06-21 16:13:45 UTC (rev 6585)
@@ -46,15 +46,16 @@
 if PerformPluginExtrasDistOperationOnce(plugin_envT, unicodetarget):
 	env.DistributeExamples(api_files, path='Plugin/nsis')
 	env.DistributeExamples(example, path='Plugin')
+	if env['PLATFORM'] != 'win32':
+		if env.has_key('PREFIX_PLUGINAPI_INC'):
+			env.Distribute(api_files, None, 'pluginapi_inc', '', 'nsis', 'pluginapi', \
'pluginapi')  
+
 if env['PLATFORM'] == 'win32':
 	env.DistributeExamples(lib, path='Plugin/nsis')
 else:
 	example += lib_files
 
-	if env.has_key('PREFIX_PLUGINAPI_INC'):
-		env.Distribute(api_files, None, 'pluginapi_inc', '', 'nsis', 'pluginapi', \
                'pluginapi')
-
 	if env.has_key('PREFIX_PLUGINAPI_LIB'):
 		env.Distribute(lib, None, 'pluginapi_lib', '', 'nsis', 'pluginapi', 'pluginapi')
 

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


------------------------------------------------------------------------------
_______________________________________________
NSIS-commits mailing list
NSIS-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nsis-commits


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic