Fixed: build_world_packed_col compilation

This commit is contained in:
kervala 2010-09-20 21:42:33 +02:00
parent feedd13c65
commit 334eb1ea66
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ INCLUDE_DIRECTORIES(${RZ_SERVER_SRC_DIR} ${LIBXML2_INCLUDE_DIR})
TARGET_LINK_LIBRARIES(build_world_packed_col TARGET_LINK_LIBRARIES(build_world_packed_col
ryzom_gameshare ryzom_gameshare
ryzom_servershare ryzom_servershare
ai_share ryzom_aishare
${PLATFORM_LINKFLAGS} ${PLATFORM_LINKFLAGS}
${LIBXML2_LIBRARIES} ${LIBXML2_LIBRARIES}
nelmisc nelmisc

View file

@ -188,7 +188,7 @@ int main(int argc, char* argv[])
// the same zones were found -> now check their dates against the island one // the same zones were found -> now check their dates against the island one
uint32 packedIslandDate = CFile::getFileModificationDate(islandPath); uint32 packedIslandDate = CFile::getFileModificationDate(islandPath);
mustRebuild = false; mustRebuild = false;
for(uint k = 0; k < presentZonePathes.size(); ++k) for(uint l = 0; l < presentZonePathes.size(); ++l)
{ {
if (CFile::getFileModificationDate(presentZonePathes[l]) > packedIslandDate) if (CFile::getFileModificationDate(presentZonePathes[l]) > packedIslandDate)
{ {