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>2007-11-19 23:13:14 +0300
committerAndrea Weikert <elubie@gmx.net>2007-11-19 23:13:14 +0300
commit7ade8141416097a6682f8f2f284148e002f10966 (patch)
treefeb0517fa7fc2e97a3b1aebc77721c97b18a6c75 /projectfiles_vc7
parenta92173d4799d869f8c1a008825b5c8d139eb91e1 (diff)
Bugfix #7510: Doesn't save .blend file name with [
* Added Windows specific implementation for fnmatch taken from GNU/MINGW/MSYS C library * behaviour should now be the same as under Linux and other OSs * changed filename for fnmatch.h to ensure we include the correct one if we link with the included implementation * tested compile with MSVC 7.1 and gcc(MinGW-5.1.3) on Windows.
Diffstat (limited to 'projectfiles_vc7')
-rw-r--r--projectfiles_vc7/blender/blenlib/BLI_blenlib.vcproj6
1 files changed, 6 insertions, 0 deletions
diff --git a/projectfiles_vc7/blender/blenlib/BLI_blenlib.vcproj b/projectfiles_vc7/blender/blenlib/BLI_blenlib.vcproj
index f7038e610f1..0951c40d891 100644
--- a/projectfiles_vc7/blender/blenlib/BLI_blenlib.vcproj
+++ b/projectfiles_vc7/blender/blenlib/BLI_blenlib.vcproj
@@ -365,6 +365,9 @@
RelativePath="..\..\..\source\blender\blenlib\intern\fileops.c">
</File>
<File
+ RelativePath="..\..\..\source\blender\blenlib\intern\fnmatch.c">
+ </File>
+ <File
RelativePath="..\..\..\source\blender\blenlib\intern\freetypefont.c">
</File>
<File
@@ -435,6 +438,9 @@
RelativePath="..\..\..\source\blender\blenlib\intern\BLI_fileops.h">
</File>
<File
+ RelativePath="..\..\..\source\blender\blenlib\BLI_fnmatch.h">
+ </File>
+ <File
RelativePath="..\..\..\source\blender\blenlib\BLI_ghash.h">
</File>
<File