[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [14641] trunk/blender/SConstruct: Change plugin.def to pluging.DEF for case sensitive operating systems.

Stephen Swaney sswaney at centurytel.net
Thu May 1 16:22:23 CEST 2008


Revision: 14641
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=14641
Author:   stiv
Date:     2008-05-01 16:22:21 +0200 (Thu, 01 May 2008)

Log Message:
-----------
Change plugin.def to pluging.DEF for case sensitive operating systems.

File is source/blender/blenpluginapi/plugin.DEF

Modified Paths:
--------------
    trunk/blender/SConstruct

Modified: trunk/blender/SConstruct
===================================================================
--- trunk/blender/SConstruct	2008-05-01 13:54:25 UTC (rev 14640)
+++ trunk/blender/SConstruct	2008-05-01 14:22:21 UTC (rev 14641)
@@ -415,7 +415,7 @@
 plugtargetlist.append(env['BF_INSTALLDIR'] + os.sep + 'plugins' + os.sep + 'include' + os.sep +'plugin.h')
 pluglist.append('source/blender/blenpluginapi/util.h')
 plugtargetlist.append(env['BF_INSTALLDIR'] + os.sep + 'plugins' + os.sep + 'include' + os.sep +'util.h')
-pluglist.append('source/blender/blenpluginapi/plugin.def')
+pluglist.append('source/blender/blenpluginapi/plugin.DEF')
 plugtargetlist.append(env['BF_INSTALLDIR'] + os.sep + 'plugins' + os.sep + 'include' + os.sep + 'plugin.def')
 
 plugininstall = []





More information about the Bf-blender-cvs mailing list