Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Swaney <sswaney@centurytel.net>2008-05-01 18:22:21 +0400
committerStephen Swaney <sswaney@centurytel.net>2008-05-01 18:22:21 +0400
commit6613ac0d88a957ce787ad927037c6e7e5700946c (patch)
treee36c0732b3c5ef2d6378738a06e773d9e965fc21 /SConstruct
parent4e9cbe2ac757f7d40439490a2a7cf267727d79e8 (diff)
Change plugin.def to pluging.DEF for case sensitive operating systems.
File is source/blender/blenpluginapi/plugin.DEF
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 65e96e251d5..869ba6454c8 100644
--- a/SConstruct
+++ b/SConstruct
@@ -415,7 +415,7 @@ pluglist.append('source/blender/blenpluginapi/plugin.h')
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 = []