Added: Blue icons for build tools, gold icons for command utilities, yellow icons for script utilities, red for gui tools and services, turquoise for cross platform design tools
|
@ -1,4 +1,6 @@
|
|||
FILE(GLOB SRC *.cpp *.h)
|
||||
FILE(GLOB SRC *.cpp *.h *.rc)
|
||||
|
||||
SOURCE_GROUP("" FILES ${SRC})
|
||||
|
||||
ADD_EXECUTABLE(anim_builder ${SRC})
|
||||
|
||||
|
|
BIN
code/nel/tools/3d/anim_builder/blue_pill.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |
1
code/nel/tools/3d/anim_builder/main.rc
Normal file
|
@ -0,0 +1 @@
|
|||
IDI_MAIN_ICON ICON DISCARDABLE "blue_pill.ico"
|
|
@ -1,4 +1,6 @@
|
|||
FILE(GLOB SRC *.cpp *.h)
|
||||
FILE(GLOB SRC *.cpp *.h *.rc)
|
||||
|
||||
SOURCE_GROUP("" FILES ${SRC})
|
||||
|
||||
ADD_EXECUTABLE(build_clod_bank ${SRC})
|
||||
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
FILE(GLOB SRC *.cpp *.h)
|
||||
FILE(GLOB SRC *.cpp *.h *.rc)
|
||||
|
||||
SOURCE_GROUP("" FILES ${SRC})
|
||||
|
||||
ADD_EXECUTABLE(build_clodtex ${SRC})
|
||||
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
FILE(GLOB SRC *.cpp)
|
||||
FILE(GLOB SRC *.cpp *.h *.rc)
|
||||
|
||||
SOURCE_GROUP("" FILES ${SRC})
|
||||
|
||||
ADD_EXECUTABLE(build_coarse_mesh ${SRC})
|
||||
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
FILE(GLOB SRC *.cpp)
|
||||
FILE(GLOB SRC *.cpp *.h *.rc)
|
||||
|
||||
SOURCE_GROUP("" FILES ${SRC})
|
||||
|
||||
ADD_EXECUTABLE(build_far_bank ${SRC})
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FILE(GLOB SRC *.cpp *.h)
|
||||
FILE(GLOB SRC *.cpp *.h *.rc)
|
||||
|
||||
SOURCE_GROUP("" FILES ${SRC})
|
||||
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
FILE(GLOB SRC *.cpp *.h)
|
||||
FILE(GLOB SRC *.cpp *.h *.rc)
|
||||
|
||||
SOURCE_GROUP("" FILES ${SRC})
|
||||
|
||||
ADD_EXECUTABLE(build_shadow_skin ${SRC})
|
||||
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
FILE(GLOB SRC *.cpp)
|
||||
FILE(GLOB SRC *.cpp *.h *.rc)
|
||||
|
||||
SOURCE_GROUP("" FILES ${SRC})
|
||||
|
||||
ADD_EXECUTABLE(build_smallbank ${SRC})
|
||||
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
FILE(GLOB SRC *.cpp *.h)
|
||||
FILE(GLOB SRC *.cpp *.h *.rc)
|
||||
|
||||
SOURCE_GROUP("" FILES ${SRC})
|
||||
|
||||
ADD_EXECUTABLE(get_neighbors ${SRC})
|
||||
|
||||
|
|
BIN
code/nel/tools/3d/get_neighbors/blue_pill.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |
1
code/nel/tools/3d/get_neighbors/main.rc
Normal file
|
@ -0,0 +1 @@
|
|||
IDI_MAIN_ICON ICON DISCARDABLE "blue_pill.ico"
|
|
@ -1,5 +1,7 @@
|
|||
FILE(GLOB SRC *.cpp *.h ../panoply_maker/hls_bank_texture_info.cpp ../panoply_maker/hls_bank_texture_info.h)
|
||||
|
||||
FILE(GLOB SRC *.cpp *.h ../panoply_maker/hls_bank_texture_info.cpp ../panoply_maker/hls_bank_texture_info.h *.rc)
|
||||
|
||||
SOURCE_GROUP("" FILES ${SRC})
|
||||
|
||||
ADD_EXECUTABLE(hls_bank_maker ${SRC})
|
||||
|
||||
TARGET_LINK_LIBRARIES(hls_bank_maker s3tc_compressor nelmisc nel3d)
|
||||
|
|
BIN
code/nel/tools/3d/hls_bank_maker/blue_pill.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |
1
code/nel/tools/3d/hls_bank_maker/main.rc
Normal file
|
@ -0,0 +1 @@
|
|||
IDI_MAIN_ICON ICON DISCARDABLE "blue_pill.ico"
|
|
@ -1,4 +1,6 @@
|
|||
FILE(GLOB SRC *.cpp *.h)
|
||||
FILE(GLOB SRC *.cpp *.h *.rc)
|
||||
|
||||
SOURCE_GROUP("" FILES ${SRC})
|
||||
|
||||
ADD_EXECUTABLE(ig_add ${SRC})
|
||||
|
||||
|
|
BIN
code/nel/tools/3d/ig_add/blue_pill.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |
1
code/nel/tools/3d/ig_add/main.rc
Normal file
|
@ -0,0 +1 @@
|
|||
IDI_MAIN_ICON ICON DISCARDABLE "blue_pill.ico"
|
|
@ -1,4 +1,6 @@
|
|||
FILE(GLOB SRC *.cpp *.h)
|
||||
FILE(GLOB SRC *.cpp *.h *.rc)
|
||||
|
||||
SOURCE_GROUP("" FILES ${SRC})
|
||||
|
||||
ADD_EXECUTABLE(ig_elevation ${SRC})
|
||||
|
||||
|
|
BIN
code/nel/tools/3d/ig_elevation/blue_pill.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |
1
code/nel/tools/3d/ig_elevation/main.rc
Normal file
|
@ -0,0 +1 @@
|
|||
IDI_MAIN_ICON ICON DISCARDABLE "blue_pill.ico"
|
|
@ -1,4 +1,6 @@
|
|||
FILE(GLOB SRC *.cpp *.h ../ig_lighter_lib/*.cpp ../ig_lighter_lib/*.h)
|
||||
FILE(GLOB SRC *.cpp *.h ../ig_lighter_lib/*.cpp ../ig_lighter_lib/*.h *.rc)
|
||||
|
||||
SOURCE_GROUP("" FILES ${SRC})
|
||||
|
||||
ADD_EXECUTABLE(ig_lighter ${SRC})
|
||||
|
||||
|
|
BIN
code/nel/tools/3d/ig_lighter/blue_pill.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |
1
code/nel/tools/3d/ig_lighter/main.rc
Normal file
|
@ -0,0 +1 @@
|
|||
IDI_MAIN_ICON ICON DISCARDABLE "blue_pill.ico"
|
|
@ -1,4 +1,6 @@
|
|||
FILE(GLOB SRC *.cpp *.h)
|
||||
FILE(GLOB SRC *.cpp *.h *.rc)
|
||||
|
||||
SOURCE_GROUP("" FILES ${SRC})
|
||||
|
||||
ADD_EXECUTABLE(lightmap_optimizer ${SRC})
|
||||
|
||||
|
|
BIN
code/nel/tools/3d/lightmap_optimizer/blue_pill.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |
1
code/nel/tools/3d/lightmap_optimizer/main.rc
Normal file
|
@ -0,0 +1 @@
|
|||
IDI_MAIN_ICON ICON DISCARDABLE "blue_pill.ico"
|
|
@ -1,9 +1,10 @@
|
|||
FILE(GLOB SRCS *.cpp)
|
||||
FILE(GLOB HDRS *.h)
|
||||
FILE(GLOB RECS *.rc)
|
||||
|
||||
SOURCE_GROUP("" FILES ${SRCS} ${HDRS})
|
||||
SOURCE_GROUP("" FILES ${SRCS} ${HDRS} ${RECS})
|
||||
|
||||
ADD_EXECUTABLE(mesh_export ${SRCS} ${HDRS})
|
||||
ADD_EXECUTABLE(mesh_export ${SRCS} ${HDRS} ${RECS})
|
||||
|
||||
TARGET_LINK_LIBRARIES(mesh_export mesh_utils nel3d nelmisc)
|
||||
NL_DEFAULT_PROPS(mesh_export "NeL, Tools, 3D: Mesh Export")
|
||||
|
|
BIN
code/nel/tools/3d/mesh_export/blue_pill.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |
1
code/nel/tools/3d/mesh_export/main.rc
Normal file
|
@ -0,0 +1 @@
|
|||
IDI_MAIN_ICON ICON DISCARDABLE "blue_pill.ico"
|
|
@ -1,4 +1,6 @@
|
|||
FILE(GLOB SRC *.cpp *.h)
|
||||
FILE(GLOB SRC *.cpp *.h *.rc)
|
||||
|
||||
SOURCE_GROUP("" FILES ${SRC})
|
||||
|
||||
ADD_EXECUTABLE(panoply_maker ${SRC})
|
||||
|
||||
|
|
BIN
code/nel/tools/3d/panoply_maker/blue_pill.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |
1
code/nel/tools/3d/panoply_maker/main.rc
Normal file
|
@ -0,0 +1 @@
|
|||
IDI_MAIN_ICON ICON DISCARDABLE "blue_pill.ico"
|
|
@ -1,4 +1,6 @@
|
|||
FILE(GLOB SRC *.cpp *.h)
|
||||
FILE(GLOB SRC *.cpp *.h *.rc)
|
||||
|
||||
SOURCE_GROUP("" FILES ${SRC})
|
||||
|
||||
ADD_EXECUTABLE(shapes_exporter WIN32 ${SRC})
|
||||
|
||||
|
|
BIN
code/nel/tools/3d/shapes_exporter/gold_pill.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |
1
code/nel/tools/3d/shapes_exporter/main.rc
Normal file
|
@ -0,0 +1 @@
|
|||
IDI_MAIN_ICON ICON DISCARDABLE "gold_pill.ico"
|
|
@ -1,4 +1,6 @@
|
|||
FILE(GLOB SRC *.cpp *.h)
|
||||
FILE(GLOB SRC *.cpp *.h *.rc)
|
||||
|
||||
SOURCE_GROUP("" FILES ${SRC})
|
||||
|
||||
ADD_EXECUTABLE(tga2dds ${SRC})
|
||||
|
||||
|
|
BIN
code/nel/tools/3d/tga_2_dds/blue_pill.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |
1
code/nel/tools/3d/tga_2_dds/main.rc
Normal file
|
@ -0,0 +1 @@
|
|||
IDI_MAIN_ICON ICON DISCARDABLE "blue_pill.ico"
|
|
@ -1,4 +1,6 @@
|
|||
FILE(GLOB SRC *.cpp *.h)
|
||||
FILE(GLOB SRC *.cpp *.h *.rc)
|
||||
|
||||
SOURCE_GROUP("" FILES ${SRC})
|
||||
|
||||
ADD_EXECUTABLE(tga_cut ${SRC})
|
||||
|
||||
|
|
BIN
code/nel/tools/3d/tga_cut/blue_pill.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |
1
code/nel/tools/3d/tga_cut/main.rc
Normal file
|
@ -0,0 +1 @@
|
|||
IDI_MAIN_ICON ICON DISCARDABLE "blue_pill.ico"
|
|
@ -1,11 +1,11 @@
|
|||
FILE(GLOB SRC *.cpp *.h)
|
||||
FILE(GLOB SRC *.cpp *.h *.rc)
|
||||
|
||||
SOURCE_GROUP("" FILES ${SRC})
|
||||
|
||||
ADD_EXECUTABLE(unbuild_interface ${SRC})
|
||||
|
||||
TARGET_LINK_LIBRARIES(unbuild_interface nelmisc)
|
||||
NL_DEFAULT_PROPS(unbuild_interface "NeL, Tools, 3D: unbuild_interface")
|
||||
NL_DEFAULT_PROPS(unbuild_interface "NeL, Tools, 3D: Unbuild Interface")
|
||||
NL_ADD_RUNTIME_FLAGS(unbuild_interface)
|
||||
|
||||
INSTALL(TARGETS unbuild_interface RUNTIME DESTINATION bin COMPONENT tools3d)
|
||||
|
|
BIN
code/nel/tools/3d/unbuild_interface/gold_pill.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |
1
code/nel/tools/3d/unbuild_interface/main.rc
Normal file
|
@ -0,0 +1 @@
|
|||
IDI_MAIN_ICON ICON DISCARDABLE "gold_pill.ico"
|
|
@ -1,4 +1,6 @@
|
|||
FILE(GLOB SRC *.cpp *.h ../zone_lib/*.cpp ../zone_lib/*.h)
|
||||
FILE(GLOB SRC *.cpp *.h ../zone_lib/*.cpp ../zone_lib/*.h *.rc)
|
||||
|
||||
SOURCE_GROUP("" FILES ${SRC})
|
||||
|
||||
ADD_EXECUTABLE(zone_dependencies ${SRC})
|
||||
|
||||
|
|
BIN
code/nel/tools/3d/zone_dependencies/blue_pill.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |
1
code/nel/tools/3d/zone_dependencies/main.rc
Normal file
|
@ -0,0 +1 @@
|
|||
IDI_MAIN_ICON ICON DISCARDABLE "blue_pill.ico"
|
|
@ -1,4 +1,6 @@
|
|||
FILE(GLOB SRC *.cpp *.h ../zone_lib/*.cpp ../zone_lib/*.h)
|
||||
FILE(GLOB SRC *.cpp *.h ../zone_lib/*.cpp ../zone_lib/*.h *.rc)
|
||||
|
||||
SOURCE_GROUP("" FILES ${SRC})
|
||||
|
||||
ADD_EXECUTABLE(zone_ig_lighter ${SRC})
|
||||
|
||||
|
|
BIN
code/nel/tools/3d/zone_ig_lighter/blue_pill.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |
1
code/nel/tools/3d/zone_ig_lighter/main.rc
Normal file
|
@ -0,0 +1 @@
|
|||
IDI_MAIN_ICON ICON DISCARDABLE "blue_pill.ico"
|
|
@ -1,4 +1,6 @@
|
|||
FILE(GLOB SRC *.cpp *.h ../zone_lib/*.cpp ../zone_lib/*.h)
|
||||
FILE(GLOB SRC *.cpp *.h ../zone_lib/*.cpp ../zone_lib/*.h *.rc)
|
||||
|
||||
SOURCE_GROUP("" FILES ${SRC})
|
||||
|
||||
ADD_EXECUTABLE(zone_lighter ${SRC})
|
||||
|
||||
|
|
BIN
code/nel/tools/3d/zone_lighter/blue_pill.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |
1
code/nel/tools/3d/zone_lighter/main.rc
Normal file
|
@ -0,0 +1 @@
|
|||
IDI_MAIN_ICON ICON DISCARDABLE "blue_pill.ico"
|
|
@ -1,4 +1,6 @@
|
|||
FILE(GLOB SRC *.cpp *.h ../zone_lib/*.cpp ../zone_lib/*.h)
|
||||
FILE(GLOB SRC *.cpp *.h ../zone_lib/*.cpp ../zone_lib/*.h *.rc)
|
||||
|
||||
SOURCE_GROUP("" FILES ${SRC})
|
||||
|
||||
ADD_EXECUTABLE(zone_welder ${SRC})
|
||||
|
||||
|
|
BIN
code/nel/tools/3d/zone_welder/blue_pill.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |
1
code/nel/tools/3d/zone_welder/main.rc
Normal file
|
@ -0,0 +1 @@
|
|||
IDI_MAIN_ICON ICON DISCARDABLE "blue_pill.ico"
|
|
@ -1,4 +1,6 @@
|
|||
FILE(GLOB SRC *.cpp *.h)
|
||||
FILE(GLOB SRC *.cpp *.h *.rc)
|
||||
|
||||
SOURCE_GROUP("" FILES ${SRC})
|
||||
|
||||
ADD_EXECUTABLE(bnp_make ${SRC})
|
||||
|
||||
|
|
BIN
code/nel/tools/misc/bnp_make/blue_pill.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |
1
code/nel/tools/misc/bnp_make/main.rc
Normal file
|
@ -0,0 +1 @@
|
|||
IDI_MAIN_ICON ICON DISCARDABLE "blue_pill.ico"
|
|
@ -1,4 +1,6 @@
|
|||
FILE(GLOB SRC *.cpp *.h)
|
||||
FILE(GLOB SRC *.cpp *.h *.rc)
|
||||
|
||||
SOURCE_GROUP("" FILES ${SRC})
|
||||
|
||||
ADD_EXECUTABLE(exec_timeout ${SRC})
|
||||
|
||||
|
|
1
code/nel/tools/misc/exec_timeout/main.rc
Normal file
|
@ -0,0 +1 @@
|
|||
IDI_MAIN_ICON ICON DISCARDABLE "yellow_pill.ico"
|
BIN
code/nel/tools/misc/exec_timeout/yellow_pill.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |
|
@ -1,4 +1,6 @@
|
|||
FILE(GLOB SRC *.cpp *.h)
|
||||
FILE(GLOB SRC *.cpp *.h *.rc)
|
||||
|
||||
SOURCE_GROUP("" FILES ${SRC})
|
||||
|
||||
ADD_EXECUTABLE(make_sheet_id ${SRC})
|
||||
|
||||
|
|
BIN
code/nel/tools/misc/make_sheet_id/blue_pill.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |
1
code/nel/tools/misc/make_sheet_id/main.rc
Normal file
|
@ -0,0 +1 @@
|
|||
IDI_MAIN_ICON ICON DISCARDABLE "blue_pill.ico"
|
|
@ -1,4 +1,6 @@
|
|||
FILE(GLOB SRC *.cpp *.h)
|
||||
FILE(GLOB SRC *.cpp *.h *.rc)
|
||||
|
||||
SOURCE_GROUP("" FILES ${SRC})
|
||||
|
||||
ADD_EXECUTABLE(message_box WIN32 ${SRC})
|
||||
|
||||
|
|
1
code/nel/tools/misc/message_box/main.rc
Normal file
|
@ -0,0 +1 @@
|
|||
IDI_MAIN_ICON ICON DISCARDABLE "yellow_pill.ico"
|
BIN
code/nel/tools/misc/message_box/yellow_pill.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |
|
@ -5,7 +5,9 @@ ENDIF()
|
|||
|
||||
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
|
||||
FILE(GLOB MESSAGE_BOX_SRC *.cpp)
|
||||
FILE(GLOB MESSAGE_BOX_SRC *.cpp *.h *.rc)
|
||||
|
||||
SOURCE_GROUP("" FILES ${MESSAGE_BOX_SRC})
|
||||
|
||||
SET( QT_USE_QT3SUPPORT TRUE)
|
||||
SET( QT_USE_QTXML TRUE)
|
||||
|
|
1
code/nel/tools/misc/message_box_qt/main.rc
Normal file
|
@ -0,0 +1 @@
|
|||
IDI_MAIN_ICON ICON DISCARDABLE "yellow_pill.ico"
|
BIN
code/nel/tools/misc/message_box_qt/yellow_pill.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |
|
@ -1,4 +1,6 @@
|
|||
FILE(GLOB SRC *.cpp *.h)
|
||||
FILE(GLOB SRC *.cpp *.h *.rc)
|
||||
|
||||
SOURCE_GROUP("" FILES ${SRC})
|
||||
|
||||
ADD_EXECUTABLE(build_ig_boxes ${SRC})
|
||||
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
FILE(GLOB SRC *.cpp *.h)
|
||||
FILE(GLOB SRC *.cpp *.h *.rc)
|
||||
|
||||
SOURCE_GROUP("" FILES ${SRC})
|
||||
|
||||
ADD_EXECUTABLE(build_indoor_rbank ${SRC})
|
||||
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
FILE(GLOB SRC *.cpp *.h)
|
||||
FILE(GLOB SRC *.cpp *.h *.rc)
|
||||
|
||||
SOURCE_GROUP("" FILES ${SRC})
|
||||
|
||||
ADD_EXECUTABLE(build_rbank ${SRC})
|
||||
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
FILE(GLOB SRC *.cpp *.h)
|
||||
FILE(GLOB SRC *.cpp *.h *.rc)
|
||||
|
||||
SOURCE_GROUP("" FILES ${SRC})
|
||||
|
||||
ADD_EXECUTABLE(r2_islands_textures ${SRC})
|
||||
|
||||
|
|
BIN
code/ryzom/tools/client/r2_islands_textures/blue_pill.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |
1
code/ryzom/tools/client/r2_islands_textures/main.rc
Normal file
|
@ -0,0 +1 @@
|
|||
IDI_MAIN_ICON ICON DISCARDABLE "blue_pill.ico"
|
|
@ -1,4 +1,6 @@
|
|||
FILE(GLOB SRC *.cpp *.h)
|
||||
FILE(GLOB SRC *.cpp *.h *.rc)
|
||||
|
||||
SOURCE_GROUP("" FILES ${SRC})
|
||||
|
||||
ADD_EXECUTABLE(prim_export ${SRC})
|
||||
|
||||
|
|
BIN
code/ryzom/tools/leveldesign/prim_export/blue_pill.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |
1
code/ryzom/tools/leveldesign/prim_export/main.rc
Normal file
|
@ -0,0 +1 @@
|
|||
IDI_MAIN_ICON ICON DISCARDABLE "blue_pill.ico"
|
|
@ -1,4 +1,6 @@
|
|||
FILE(GLOB SRC *.cpp *.h)
|
||||
FILE(GLOB SRC *.cpp *.h *.rc)
|
||||
|
||||
SOURCE_GROUP("" FILES ${SRC})
|
||||
|
||||
ADD_EXECUTABLE(land_export ${SRC})
|
||||
|
||||
|
|
After Width: | Height: | Size: 3.6 KiB |
|
@ -0,0 +1 @@
|
|||
IDI_MAIN_ICON ICON DISCARDABLE "blue_pill.ico"
|
|
@ -1,14 +1,14 @@
|
|||
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/ryzom/client/src/seven_zip)
|
||||
|
||||
SET(MAIN_SRC patch_gen_common.cpp patch_gen_main.cpp patch_gen_main.h)
|
||||
SET(SERVICE_SRC patch_gen_common.cpp patch_gen_service.cpp patch_gen_service.h)
|
||||
SET(MAIN_SRC patch_gen_common.cpp patch_gen_main.cpp patch_gen_main.h patch_gen.rc)
|
||||
SET(SERVICE_SRC patch_gen_common.cpp patch_gen_service.cpp patch_gen_service.h patch_gen_service.rc)
|
||||
|
||||
ADD_EXECUTABLE(patch_gen ${MAIN_SRC})
|
||||
ADD_EXECUTABLE(patch_gen ${MAIN_SRC} ${RECS})
|
||||
TARGET_LINK_LIBRARIES(patch_gen ryzom_sevenzip ryzom_gameshare nelmisc nelnet nelligo nelgeorges)
|
||||
NL_DEFAULT_PROPS(patch_gen "Ryzom, Tools: Patch Generator")
|
||||
NL_ADD_RUNTIME_FLAGS(patch_gen)
|
||||
|
||||
ADD_EXECUTABLE(patch_gen_service WIN32 ${SERVICE_SRC})
|
||||
ADD_EXECUTABLE(patch_gen_service WIN32 ${SERVICE_SRC} ${RECS})
|
||||
TARGET_LINK_LIBRARIES(patch_gen_service ryzom_sevenzip ryzom_gameshare nelmisc nelnet nelligo nelgeorges)
|
||||
NL_DEFAULT_PROPS(patch_gen_service "Ryzom, Tools: Patch Generator Service")
|
||||
NL_ADD_RUNTIME_FLAGS(patch_gen_service)
|
||||
|
|
BIN
code/ryzom/tools/patch_gen/blue_pill.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |
1
code/ryzom/tools/patch_gen/patch_gen.rc
Normal file
|
@ -0,0 +1 @@
|
|||
IDI_MAIN_ICON ICON DISCARDABLE "blue_pill.ico"
|
1
code/ryzom/tools/patch_gen/patch_gen_service.rc
Normal file
|
@ -0,0 +1 @@
|
|||
IDI_MAIN_ICON ICON DISCARDABLE "red_pill.ico"
|
BIN
code/ryzom/tools/patch_gen/red_pill.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |
|
@ -1,4 +1,6 @@
|
|||
FILE(GLOB SRC *.cpp *.h ${RZ_SERVER_SRC_DIR}/ai_data_service/pacs_scan.h ${RZ_SERVER_SRC_DIR}/ai_data_service/pacs_scan.cpp)
|
||||
FILE(GLOB SRC *.cpp *.h ${RZ_SERVER_SRC_DIR}/ai_data_service/pacs_scan.h ${RZ_SERVER_SRC_DIR}/ai_data_service/pacs_scan.cpp *.rc)
|
||||
|
||||
SOURCE_GROUP("" FILES ${SRC})
|
||||
|
||||
ADD_EXECUTABLE(ai_build_wmap ${SRC})
|
||||
|
||||
|
|
BIN
code/ryzom/tools/server/ai_build_wmap/blue_pill.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |
1
code/ryzom/tools/server/ai_build_wmap/main.rc
Normal file
|
@ -0,0 +1 @@
|
|||
IDI_MAIN_ICON ICON DISCARDABLE "blue_pill.ico"
|
|
@ -1,4 +1,6 @@
|
|||
FILE(GLOB SRC *.cpp *.h ${RZ_SERVER_SRC_DIR}/ai_data_service/pacs_scan.h ${RZ_SERVER_SRC_DIR}/ai_data_service/pacs_scan.cpp)
|
||||
FILE(GLOB SRC *.cpp *.h ${RZ_SERVER_SRC_DIR}/ai_data_service/pacs_scan.h ${RZ_SERVER_SRC_DIR}/ai_data_service/pacs_scan.cpp *.rc)
|
||||
|
||||
SOURCE_GROUP("" FILES ${SRC})
|
||||
|
||||
ADD_EXECUTABLE(build_world_packed_col ${SRC})
|
||||
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
FILE(GLOB SRC *.cpp *.h)
|
||||
FILE(GLOB SRC *.cpp *.h *.rc)
|
||||
|
||||
SOURCE_GROUP("" FILES ${SRC})
|
||||
|
||||
ADD_EXECUTABLE(sheets_packer ${SRC}
|
||||
${CMAKE_SOURCE_DIR}/ryzom/client/src/continent_manager_build.cpp
|
||||
|
|
BIN
code/ryzom/tools/sheets_packer/blue_pill.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |
1
code/ryzom/tools/sheets_packer/main.rc
Normal file
|
@ -0,0 +1 @@
|
|||
IDI_MAIN_ICON ICON DISCARDABLE "blue_pill.ico"
|
|
@ -1,6 +1,12 @@
|
|||
FILE(GLOB SRC *.cpp *.h)
|
||||
FILE(GLOB SRC *.cpp *.h *.rc)
|
||||
|
||||
SOURCE_GROUP("" FILES ${SRC})
|
||||
|
||||
FILE(GLOB EGSSHEETS ${CMAKE_SOURCE_DIR}/ryzom/server/src/entities_game_service/egs_sheets/*.cpp ${CMAKE_SOURCE_DIR}/ryzom/server/src/entities_game_service/egs_sheets/*.h)
|
||||
|
||||
SOURCE_GROUP("" FILES ${SRC})
|
||||
SOURCE_GROUP("EGS Sheets" FILES ${EGSSHEETS})
|
||||
|
||||
ADD_EXECUTABLE(sheets_packer_shard ${SRC} ${EGSSHEETS}
|
||||
${CMAKE_SOURCE_DIR}/ryzom/server/src/input_output_service/string_manager_sheet.cpp
|
||||
${CMAKE_SOURCE_DIR}/ryzom/server/src/input_output_service/string_manager.h
|
||||
|
|
BIN
code/ryzom/tools/sheets_packer_shard/blue_pill.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |
1
code/ryzom/tools/sheets_packer_shard/main.rc
Normal file
|
@ -0,0 +1 @@
|
|||
IDI_MAIN_ICON ICON DISCARDABLE "blue_pill.ico"
|