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:
authorAndrea Weikert <elubie@gmx.net>2008-12-20 13:02:00 +0300
committerAndrea Weikert <elubie@gmx.net>2008-12-20 13:02:00 +0300
commitebb6628a0143a91189cc209487e6588ab3e9fa99 (patch)
tree4515516418232b771684161f241d343f9c30281b /projectfiles_vc9
parent6343d4e233e96acee76d68adc060498313bb8d6c (diff)
2.5 BLI_blenlib cleanup
DONE: * moved almost all declarations from BLI_blenlib.h into their own proper header files. * BLI_blenlib.h still includes all the declarations for convenience and to avoid changes in existing code * split util.c into several files, where it wasn't done already * DynamicList -> dynamiclist, * ListBase -> listbase, * String utility functions -> string.c * removed a few unused macros and functions, if they're needed back, they're still in svn ;) TODO: * btempdir global * further cleanup in the code of the different modules (especially util.c)
Diffstat (limited to 'projectfiles_vc9')
-rw-r--r--projectfiles_vc9/blender/blenlib/BLI_blenlib.vcproj29
1 files changed, 25 insertions, 4 deletions
diff --git a/projectfiles_vc9/blender/blenlib/BLI_blenlib.vcproj b/projectfiles_vc9/blender/blenlib/BLI_blenlib.vcproj
index 8f36578d2b2..08707818b3a 100644
--- a/projectfiles_vc9/blender/blenlib/BLI_blenlib.vcproj
+++ b/projectfiles_vc9/blender/blenlib/BLI_blenlib.vcproj
@@ -4,6 +4,7 @@
Version="9,00"
Name="BLI_blenlib"
ProjectGUID="{31628053-825D-4C06-8A21-D13883489718}"
+ RootNamespace="BLI_blenlib"
TargetFrameworkVersion="131072"
>
<Platforms>
@@ -119,7 +120,7 @@
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\..\..\lib\windows\zlib\include;..\..\..\..\lib\windows\pthreads\include;..\..\..\..\lib\windows\freetype\include;..\..\..\..\build\msvc_9\intern\guardedalloc\include;..\..\..\source\blender\include;..\..\..\source\blender\blenlib;..\..\..\source\blender\python;..\..\..\source\blender\makesdna;..\..\..\source\blender\blenkernel"
- PreprocessorDefinitions="_DEBUG;WIN32;_LIB;WITH_FREETYPE2;WITH_VERSE"
+ PreprocessorDefinitions="_DEBUG;WIN32;_LIB;WITH_FREETYPE2;WITH_VERSE;_CRT_SECURE_NO_WARNINGS"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
DefaultCharIsUnsigned="true"
@@ -522,6 +523,10 @@
>
</File>
<File
+ RelativePath="..\..\..\source\blender\blenlib\intern\dynamiclist.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\source\blender\blenlib\intern\dynlib.c"
>
</File>
@@ -554,6 +559,10 @@
>
</File>
<File
+ RelativePath="..\..\..\source\blender\blenlib\intern\listbase.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\source\blender\blenlib\intern\matrixops.c"
>
</File>
@@ -582,6 +591,10 @@
>
</File>
<File
+ RelativePath="..\..\..\source\blender\blenlib\intern\string.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\source\blender\blenlib\intern\threads.c"
>
</File>
@@ -627,6 +640,10 @@
>
</File>
<File
+ RelativePath="..\..\..\source\blender\blenlib\BLI_dynamiclist.h"
+ >
+ </File>
+ <File
RelativePath="..\..\..\source\blender\blenlib\BLI_edgehash.h"
>
</File>
@@ -679,11 +696,11 @@
>
</File>
<File
- RelativePath="..\..\..\source\blender\blenlib\intern\BLI_scanfill.h"
+ RelativePath="..\..\..\source\blender\blenlib\BLI_scanfill.h"
>
</File>
<File
- RelativePath="..\..\..\source\blender\blenlib\intern\BLI_storage.h"
+ RelativePath="..\..\..\source\blender\blenlib\BLI_storage.h"
>
</File>
<File
@@ -691,11 +708,15 @@
>
</File>
<File
+ RelativePath="..\..\..\source\blender\blenlib\BLI_string.h"
+ >
+ </File>
+ <File
RelativePath="..\..\..\source\blender\blenlib\BLI_threads.h"
>
</File>
<File
- RelativePath="..\..\..\source\blender\blenlib\intern\BLI_util.h"
+ RelativePath="..\..\..\source\blender\blenlib\BLI_util.h"
>
</File>
<File