summaryrefslogtreecommitdiff
path: root/vcproj-14
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-10-17 20:12:15 +0300
committerAndrei Karas <akaras@inbox.ru>2015-10-19 21:12:24 +0300
commit54d1c8b93adbeee5838b8dadabeb789b9fa6c511 (patch)
tree498abe5bb90128e64f84a838f61aa18badd4346b /vcproj-14
parentb320fdc7451c8643971a8b17c84ec777f9d7ecdf (diff)
downloadhercules-54d1c8b93adbeee5838b8dadabeb789b9fa6c511.tar.gz
hercules-54d1c8b93adbeee5838b8dadabeb789b9fa6c511.tar.bz2
hercules-54d1c8b93adbeee5838b8dadabeb789b9fa6c511.tar.xz
hercules-54d1c8b93adbeee5838b8dadabeb789b9fa6c511.zip
rename malloc.c/h to memmgr.
Diffstat (limited to 'vcproj-14')
-rw-r--r--vcproj-14/char-server.vcxproj4
-rw-r--r--vcproj-14/char-server.vcxproj.filters4
-rw-r--r--vcproj-14/login-server.vcxproj4
-rw-r--r--vcproj-14/login-server.vcxproj.filters4
-rw-r--r--vcproj-14/map-server.vcxproj4
-rw-r--r--vcproj-14/map-server.vcxproj.filters4
-rw-r--r--vcproj-14/mapcache.vcxproj4
-rw-r--r--vcproj-14/mapcache.vcxproj.filters4
8 files changed, 16 insertions, 16 deletions
diff --git a/vcproj-14/char-server.vcxproj b/vcproj-14/char-server.vcxproj
index 565b99ce6..dd3f53526 100644
--- a/vcproj-14/char-server.vcxproj
+++ b/vcproj-14/char-server.vcxproj
@@ -146,7 +146,7 @@
<ClInclude Include="..\src\common\ers.h" />
<ClInclude Include="..\src\common\HPM.h" />
<ClInclude Include="..\src\common\HPMi.h" />
- <ClInclude Include="..\src\common\malloc.h" />
+ <ClInclude Include="..\src\common\memmgr.h" />
<ClInclude Include="..\src\common\mapindex.h" />
<ClInclude Include="..\src\common\mmo.h" />
<ClInclude Include="..\src\common\mutex.h" />
@@ -192,7 +192,7 @@
<ClCompile Include="..\src\common\db.c" />
<ClCompile Include="..\src\common\ers.c" />
<ClCompile Include="..\src\common\HPM.c" />
- <ClCompile Include="..\src\common\malloc.c" />
+ <ClCompile Include="..\src\common\memmgr.c" />
<ClCompile Include="..\src\common\mapindex.c" />
<ClCompile Include="..\src\common\mutex.c" />
<ClCompile Include="..\src\common\nullpo.c" />
diff --git a/vcproj-14/char-server.vcxproj.filters b/vcproj-14/char-server.vcxproj.filters
index b3b9e49cd..2f232b2cc 100644
--- a/vcproj-14/char-server.vcxproj.filters
+++ b/vcproj-14/char-server.vcxproj.filters
@@ -19,7 +19,7 @@
<ClCompile Include="..\src\common\HPM.c">
<Filter>common</Filter>
</ClCompile>
- <ClCompile Include="..\src\common\malloc.c">
+ <ClCompile Include="..\src\common\memmgr.c">
<Filter>common</Filter>
</ClCompile>
<ClCompile Include="..\src\common\mapindex.c">
@@ -153,7 +153,7 @@
<ClInclude Include="..\src\common\HPMi.h">
<Filter>common</Filter>
</ClInclude>
- <ClInclude Include="..\src\common\malloc.h">
+ <ClInclude Include="..\src\common\memmgr.h">
<Filter>common</Filter>
</ClInclude>
<ClInclude Include="..\src\common\mapindex.h">
diff --git a/vcproj-14/login-server.vcxproj b/vcproj-14/login-server.vcxproj
index ca8d0cf23..5589cc35d 100644
--- a/vcproj-14/login-server.vcxproj
+++ b/vcproj-14/login-server.vcxproj
@@ -156,7 +156,7 @@
<ClInclude Include="..\src\common\ers.h" />
<ClInclude Include="..\src\common\HPM.h" />
<ClInclude Include="..\src\common\HPMi.h" />
- <ClInclude Include="..\src\common\malloc.h" />
+ <ClInclude Include="..\src\common\memmgr.h" />
<ClInclude Include="..\src\common\md5calc.h" />
<ClInclude Include="..\src\common\mmo.h" />
<ClInclude Include="..\src\common\nullpo.h" />
@@ -189,7 +189,7 @@
<ClCompile Include="..\src\common\db.c" />
<ClCompile Include="..\src\common\ers.c" />
<ClCompile Include="..\src\common\HPM.c" />
- <ClCompile Include="..\src\common\malloc.c" />
+ <ClCompile Include="..\src\common\memmgr.c" />
<ClCompile Include="..\src\common\md5calc.c" />
<ClCompile Include="..\src\common\nullpo.c" />
<ClCompile Include="..\src\common\random.c" />
diff --git a/vcproj-14/login-server.vcxproj.filters b/vcproj-14/login-server.vcxproj.filters
index fff84ea41..0d27feaea 100644
--- a/vcproj-14/login-server.vcxproj.filters
+++ b/vcproj-14/login-server.vcxproj.filters
@@ -34,7 +34,7 @@
<ClCompile Include="..\src\common\HPM.c">
<Filter>common</Filter>
</ClCompile>
- <ClCompile Include="..\src\common\malloc.c">
+ <ClCompile Include="..\src\common\memmgr.c">
<Filter>common</Filter>
</ClCompile>
<ClCompile Include="..\src\common\md5calc.c">
@@ -132,7 +132,7 @@
<ClInclude Include="..\src\common\HPMi.h">
<Filter>common</Filter>
</ClInclude>
- <ClInclude Include="..\src\common\malloc.h">
+ <ClInclude Include="..\src\common\memmgr.h">
<Filter>common</Filter>
</ClInclude>
<ClInclude Include="..\src\common\md5calc.h">
diff --git a/vcproj-14/map-server.vcxproj b/vcproj-14/map-server.vcxproj
index 264bd2365..425c864f6 100644
--- a/vcproj-14/map-server.vcxproj
+++ b/vcproj-14/map-server.vcxproj
@@ -146,7 +146,7 @@
<ClInclude Include="..\src\common\grfio.h" />
<ClInclude Include="..\src\common\HPM.h" />
<ClInclude Include="..\src\common\HPMi.h" />
- <ClInclude Include="..\src\common\malloc.h" />
+ <ClInclude Include="..\src\common\memmgr.h" />
<ClInclude Include="..\src\common\mapindex.h" />
<ClInclude Include="..\src\common\md5calc.h" />
<ClInclude Include="..\src\common\mmo.h" />
@@ -224,7 +224,7 @@
<ClCompile Include="..\src\common\ers.c" />
<ClCompile Include="..\src\common\grfio.c" />
<ClCompile Include="..\src\common\HPM.c" />
- <ClCompile Include="..\src\common\malloc.c" />
+ <ClCompile Include="..\src\common\memmgr.c" />
<ClCompile Include="..\src\common\mapindex.c" />
<ClCompile Include="..\src\common\md5calc.c" />
<ClCompile Include="..\src\common\mutex.c" />
diff --git a/vcproj-14/map-server.vcxproj.filters b/vcproj-14/map-server.vcxproj.filters
index 8347c134a..40ace58c8 100644
--- a/vcproj-14/map-server.vcxproj.filters
+++ b/vcproj-14/map-server.vcxproj.filters
@@ -136,7 +136,7 @@
<ClCompile Include="..\src\common\HPM.c">
<Filter>common</Filter>
</ClCompile>
- <ClCompile Include="..\src\common\malloc.c">
+ <ClCompile Include="..\src\common\memmgr.c">
<Filter>common</Filter>
</ClCompile>
<ClCompile Include="..\src\common\mapindex.c">
@@ -349,7 +349,7 @@
<ClInclude Include="..\src\common\HPMi.h">
<Filter>common</Filter>
</ClInclude>
- <ClInclude Include="..\src\common\malloc.h">
+ <ClInclude Include="..\src\common\memmgr.h">
<Filter>common</Filter>
</ClInclude>
<ClInclude Include="..\src\common\mapindex.h">
diff --git a/vcproj-14/mapcache.vcxproj b/vcproj-14/mapcache.vcxproj
index 1d08545e9..7304b8df4 100644
--- a/vcproj-14/mapcache.vcxproj
+++ b/vcproj-14/mapcache.vcxproj
@@ -129,7 +129,7 @@
<ClCompile Include="..\src\common\console.c" />
<ClCompile Include="..\src\common\des.c" />
<ClCompile Include="..\src\common\grfio.c" />
- <ClCompile Include="..\src\common\malloc.c" />
+ <ClCompile Include="..\src\common\memmgr.c" />
<ClCompile Include="..\src\common\showmsg.c" />
<ClCompile Include="..\src\common\strlib.c" />
<ClCompile Include="..\src\common\sysinfo.c" />
@@ -143,7 +143,7 @@
<ClInclude Include="..\src\common\console.h" />
<ClInclude Include="..\src\common\des.h" />
<ClInclude Include="..\src\common\grfio.h" />
- <ClInclude Include="..\src\common\malloc.h" />
+ <ClInclude Include="..\src\common\memmgr.h" />
<ClInclude Include="..\src\common\mmo.h" />
<ClInclude Include="..\src\common\showmsg.h" />
<ClInclude Include="..\src\common\strlib.h" />
diff --git a/vcproj-14/mapcache.vcxproj.filters b/vcproj-14/mapcache.vcxproj.filters
index d5c2fbb83..957cabac8 100644
--- a/vcproj-14/mapcache.vcxproj.filters
+++ b/vcproj-14/mapcache.vcxproj.filters
@@ -13,7 +13,7 @@
<ClCompile Include="..\src\common\grfio.c">
<Filter>common</Filter>
</ClCompile>
- <ClCompile Include="..\src\common\malloc.c">
+ <ClCompile Include="..\src\common\memmgr.c">
<Filter>common</Filter>
</ClCompile>
<ClCompile Include="..\src\common\showmsg.c">
@@ -51,7 +51,7 @@
<ClInclude Include="..\src\common\grfio.h">
<Filter>common</Filter>
</ClInclude>
- <ClInclude Include="..\src\common\malloc.h">
+ <ClInclude Include="..\src\common\memmgr.h">
<Filter>common</Filter>
</ClInclude>
<ClInclude Include="..\src\common\mmo.h">