mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-12 02:09:52 +00:00
Fixed: build_world_packed_col compilation
This commit is contained in:
parent
a673910e7a
commit
1d06b4ae28
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue