소스 검색

Added new examples to Makefile

pull/2570/head
Ray 2 년 전
부모
커밋
870b7fa05f
1개의 변경된 파일7개의 추가작업 그리고 3개의 파일을 삭제
  1. +7
    -3
      examples/Makefile

+ 7
- 3
examples/Makefile 파일 보기

@ -381,7 +381,6 @@ CORE = \
core/core_3d_picking \ core/core_3d_picking \
core/core_world_screen \ core/core_world_screen \
core/core_custom_logging \ core/core_custom_logging \
core/core_window_letterbox \
core/core_drop_files \ core/core_drop_files \
core/core_random_values \ core/core_random_values \
core/core_scissor_test \ core/core_scissor_test \
@ -389,6 +388,8 @@ CORE = \
core/core_vr_simulator \ core/core_vr_simulator \
core/core_loading_thread \ core/core_loading_thread \
core/core_window_flags \ core/core_window_flags \
core/core_window_letterbox \
core/core_window_should_close \
core/core_split_screen \ core/core_split_screen \
core/core_smooth_pixelperfect \ core/core_smooth_pixelperfect \
core/core_custom_frame_control core/core_custom_frame_control
@ -408,6 +409,7 @@ SHAPES = \
shapes/shapes_easings_rectangle_array \ shapes/shapes_easings_rectangle_array \
shapes/shapes_draw_ring \ shapes/shapes_draw_ring \
shapes/shapes_draw_circle_sector \ shapes/shapes_draw_circle_sector \
shapes/shapes_draw_rectangle_rounded \
shapes/shapes_top_down_lights shapes/shapes_top_down_lights
TEXTURES = \ TEXTURES = \
@ -431,7 +433,8 @@ TEXTURES = \
textures/textures_blend_modes \ textures/textures_blend_modes \
textures/textures_draw_tiled \ textures/textures_draw_tiled \
textures/textures_polygon \ textures/textures_polygon \
textures/textures_gif_player
textures/textures_gif_player \
textures/textures_fog_of_war
TEXT = \ TEXT = \
text/text_raylib_fonts \ text/text_raylib_fonts \
@ -444,7 +447,8 @@ TEXT = \
text/text_writing_anim \ text/text_writing_anim \
text/text_rectangle_bounds \ text/text_rectangle_bounds \
text/text_unicode \ text/text_unicode \
text/text_draw_3d
text/text_draw_3d \
text/text_codepoints_loading
MODELS = \ MODELS = \
models/models_animation \ models/models_animation \

불러오는 중...
취소
저장