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-04-29 22:41:34 +0400
committerAndrea Weikert <elubie@gmx.net>2008-04-29 22:41:34 +0400
commite7c3ff64584a68e39c7273026b6504e2fa4ced44 (patch)
treef5c50a47f5711d9de94c8cccccf3fb983bd5354c /intern/guardedalloc/make/msvc_7_0
parent391bd70d42017c341a841a86da82fa1d06a381e0 (diff)
== mmap for win32 ==
replacement for mmap/munmap on Windows. Implemented using CreateFileMapping/MapViewOfFile.
Diffstat (limited to 'intern/guardedalloc/make/msvc_7_0')
-rw-r--r--intern/guardedalloc/make/msvc_7_0/guardedalloc.vcproj10
1 files changed, 10 insertions, 0 deletions
diff --git a/intern/guardedalloc/make/msvc_7_0/guardedalloc.vcproj b/intern/guardedalloc/make/msvc_7_0/guardedalloc.vcproj
index cb3490716fa..40e88511d5d 100644
--- a/intern/guardedalloc/make/msvc_7_0/guardedalloc.vcproj
+++ b/intern/guardedalloc/make/msvc_7_0/guardedalloc.vcproj
@@ -251,6 +251,9 @@ ECHO Done
<File
RelativePath="..\..\intern\mallocn.c">
</File>
+ <File
+ RelativePath="..\..\intern\mmap_win.c">
+ </File>
</Filter>
<Filter
Name="Header Files"
@@ -261,6 +264,13 @@ ECHO Done
<File
RelativePath="..\..\MEM_guardedalloc.h">
</File>
+ <File
+ RelativePath="..\..\mmap_win.h">
+ </File>
+ </Filter>
+ <Filter
+ Name="intern"
+ Filter="">
</Filter>
</Filter>
</Files>