diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-06-21 17:41:30 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-06-21 17:41:30 +0000 |
commit | be3f1f637881da316d4da264ce6b8fc0ea35e58d (patch) | |
tree | 06ba35d43b0c610119480cf6f81287a5153dbd1b /vcproj-10 | |
parent | 63b8c371c4640532cb877750599f706d9c2e9088 (diff) | |
download | hercules-be3f1f637881da316d4da264ce6b8fc0ea35e58d.tar.gz hercules-be3f1f637881da316d4da264ce6b8fc0ea35e58d.tar.bz2 hercules-be3f1f637881da316d4da264ce6b8fc0ea35e58d.tar.xz hercules-be3f1f637881da316d4da264ce6b8fc0ea35e58d.zip |
Fixed the order of mapindex and md5calc files in visual studio projects (mistake in r13728 and r13729).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14860 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'vcproj-10')
-rw-r--r-- | vcproj-10/map-server_sql.vcxproj | 4 | ||||
-rw-r--r-- | vcproj-10/map-server_txt.vcxproj | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/vcproj-10/map-server_sql.vcxproj b/vcproj-10/map-server_sql.vcxproj index 50ef24844..555015166 100644 --- a/vcproj-10/map-server_sql.vcxproj +++ b/vcproj-10/map-server_sql.vcxproj @@ -132,8 +132,8 @@ <ClInclude Include="..\src\common\grfio.h" /> <ClInclude Include="..\src\common\lock.h" /> <ClInclude Include="..\src\common\malloc.h" /> - <ClInclude Include="..\src\common\md5calc.h" /> <ClInclude Include="..\src\common\mapindex.h" /> + <ClInclude Include="..\src\common\md5calc.h" /> <ClInclude Include="..\src\common\mmo.h" /> <ClInclude Include="..\src\common\nullpo.h" /> <ClInclude Include="..\src\common\plugin.h" /> @@ -187,8 +187,8 @@ <ClCompile Include="..\src\common\grfio.c" /> <ClCompile Include="..\src\common\lock.c" /> <ClCompile Include="..\src\common\malloc.c" /> - <ClCompile Include="..\src\common\md5calc.c" /> <ClCompile Include="..\src\common\mapindex.c" /> + <ClCompile Include="..\src\common\md5calc.c" /> <ClCompile Include="..\src\common\nullpo.c" /> <ClCompile Include="..\src\common\plugins.c" /> <ClCompile Include="..\src\common\showmsg.c" /> diff --git a/vcproj-10/map-server_txt.vcxproj b/vcproj-10/map-server_txt.vcxproj index 69d47c689..a20495591 100644 --- a/vcproj-10/map-server_txt.vcxproj +++ b/vcproj-10/map-server_txt.vcxproj @@ -165,8 +165,8 @@ <ClCompile Include="..\src\common\grfio.c" /> <ClCompile Include="..\src\common\lock.c" /> <ClCompile Include="..\src\common\malloc.c" /> - <ClCompile Include="..\src\common\md5calc.c" /> <ClCompile Include="..\src\common\mapindex.c" /> + <ClCompile Include="..\src\common\md5calc.c" /> <ClCompile Include="..\src\common\nullpo.c" /> <ClCompile Include="..\src\common\plugins.c" /> <ClCompile Include="..\src\common\showmsg.c" /> @@ -217,8 +217,8 @@ <ClInclude Include="..\src\common\grfio.h" /> <ClInclude Include="..\src\common\lock.h" /> <ClInclude Include="..\src\common\malloc.h" /> - <ClInclude Include="..\src\common\md5calc.h" /> <ClInclude Include="..\src\common\mapindex.h" /> + <ClInclude Include="..\src\common\md5calc.h" /> <ClInclude Include="..\src\common\mmo.h" /> <ClInclude Include="..\src\common\nullpo.h" /> <ClInclude Include="..\src\common\plugin.h" /> |