Fixed: Define RZ_USE_CUSTOM_PATCH_SERVER for ryzom_client_patcher

--HG--
branch : develop
This commit is contained in:
kervala 2016-01-01 15:57:10 +01:00
parent ef6b8fb501
commit aebc890f9c
2 changed files with 3 additions and 1 deletions

View file

@ -8,6 +8,9 @@ FILE(GLOB SRC main.cpp
${CMAKE_SOURCE_DIR}/ryzom/client/src/stdpch.h ${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}) ADD_EXECUTABLE(ryzom_client_patcher ${SRC})
INCLUDE_DIRECTORIES( INCLUDE_DIRECTORIES(

View file

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