Fixed: Define RZ_USE_CUSTOM_PATCH_SERVER for ryzom_client_patcher

--HG--
branch : develop
hg/feature/material-editor
kervala 9 years ago
parent ef6b8fb501
commit aebc890f9c

@ -8,6 +8,9 @@ FILE(GLOB SRC main.cpp
${CMAKE_SOURCE_DIR}/ryzom/client/src/stdpch.h
)
# always enable custom patch server
ADD_DEFINITIONS(-DRZ_USE_CUSTOM_PATCH_SERVER)
ADD_EXECUTABLE(ryzom_client_patcher ${SRC})
INCLUDE_DIRECTORIES(

@ -397,4 +397,3 @@ int main(int argc, char *argv[])
return 0;
}

Loading…
Cancel
Save