diff options
| author | raysan5 <[email protected]> | 2020-12-24 13:28:02 +0100 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2020-12-24 13:28:02 +0100 |
| commit | 6f240e4f9ab6d4f2508e2e0b265264c7055482a3 (patch) | |
| tree | 391a68ea5c4cda43c5ec04b3028567228d2e0c5c /examples | |
| parent | 83ab2cb01746a869b625c9d84fbb4737146b73a9 (diff) | |
| download | raylib.com-6f240e4f9ab6d4f2508e2e0b265264c7055482a3.tar.gz raylib.com-6f240e4f9ab6d4f2508e2e0b265264c7055482a3.zip | |
Update build_examples.bat
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/web/build_examples.bat | 35 |
1 files changed, 24 insertions, 11 deletions
diff --git a/examples/web/build_examples.bat b/examples/web/build_examples.bat index 4a931ae..a487485 100644 --- a/examples/web/build_examples.bat +++ b/examples/web/build_examples.bat @@ -26,7 +26,9 @@ cd %~dp0 :: cmd /c mingw32-make PLATFORM=PLATFORM_WEB core/core_random_values :: cmd /c mingw32-make PLATFORM=PLATFORM_WEB core/core_storage_values :: cmd /c mingw32-make PLATFORM=PLATFORM_WEB core/core_vr_simulator -cmd /c mingw32-make PLATFORM=PLATFORM_WEB core/core_loading_thread +:: cmd /c mingw32-make PLATFORM=PLATFORM_WEB core/core_loading_thread +:: cmd /c mingw32-make PLATFORM=PLATFORM_WEB core/core_quat_conversion +:: cmd /c mingw32-make PLATFORM=PLATFORM_WEB core/core_window_flags :: cmd /c mingw32-make PLATFORM=PLATFORM_WEB shapes/shapes_basic_shapes :: cmd /c mingw32-make PLATFORM=PLATFORM_WEB shapes/shapes_bouncing_ball :: cmd /c mingw32-make PLATFORM=PLATFORM_WEB shapes/shapes_colors_palette @@ -42,16 +44,6 @@ cmd /c mingw32-make PLATFORM=PLATFORM_WEB core/core_loading_thread :: cmd /c mingw32-make PLATFORM=PLATFORM_WEB shapes/shapes_draw_ring :: cmd /c mingw32-make PLATFORM=PLATFORM_WEB shapes/shapes_draw_circle_sector :: cmd /c mingw32-make PLATFORM=PLATFORM_WEB shapes/shapes_draw_rectangle_rounded -:: cmd /c mingw32-make PLATFORM=PLATFORM_WEB text/text_raylib_fonts -:: cmd /c mingw32-make PLATFORM=PLATFORM_WEB text/text_sprite_fonts -:: cmd /c mingw32-make PLATFORM=PLATFORM_WEB text/text_ttf_loading -:: cmd /c mingw32-make PLATFORM=PLATFORM_WEB text/text_bmfont_ttf -:: cmd /c mingw32-make PLATFORM=PLATFORM_WEB text/text_font_sdf -:: cmd /c mingw32-make PLATFORM=PLATFORM_WEB text/text_format_text -:: cmd /c mingw32-make PLATFORM=PLATFORM_WEB text/text_input_box -:: cmd /c mingw32-make PLATFORM=PLATFORM_WEB text/text_writing_anim -:: cmd /c mingw32-make PLATFORM=PLATFORM_WEB text/text_rectangle_bounds -:: cmd /c mingw32-make PLATFORM=PLATFORM_WEB text/text_unicode :: cmd /c mingw32-make PLATFORM=PLATFORM_WEB textures/textures_logo_raylib :: cmd /c mingw32-make PLATFORM=PLATFORM_WEB textures/textures_rectangle :: cmd /c mingw32-make PLATFORM=PLATFORM_WEB textures/textures_srcrec_dstrec @@ -68,6 +60,18 @@ cmd /c mingw32-make PLATFORM=PLATFORM_WEB core/core_loading_thread :: cmd /c mingw32-make PLATFORM=PLATFORM_WEB textures/textures_sprite_button :: cmd /c mingw32-make PLATFORM=PLATFORM_WEB textures/textures_sprite_explosion :: cmd /c mingw32-make PLATFORM=PLATFORM_WEB textures/textures_bunnymark +:: cmd /c mingw32-make PLATFORM=PLATFORM_WEB textures/textures_blend_modes +:: cmd /c mingw32-make PLATFORM=PLATFORM_WEB textures/textures_draw_tiled +:: cmd /c mingw32-make PLATFORM=PLATFORM_WEB text/text_raylib_fonts +:: cmd /c mingw32-make PLATFORM=PLATFORM_WEB text/text_sprite_fonts +:: cmd /c mingw32-make PLATFORM=PLATFORM_WEB text/text_ttf_loading +:: cmd /c mingw32-make PLATFORM=PLATFORM_WEB text/text_bmfont_ttf +:: cmd /c mingw32-make PLATFORM=PLATFORM_WEB text/text_font_sdf +:: cmd /c mingw32-make PLATFORM=PLATFORM_WEB text/text_format_text +:: cmd /c mingw32-make PLATFORM=PLATFORM_WEB text/text_input_box +:: cmd /c mingw32-make PLATFORM=PLATFORM_WEB text/text_writing_anim +:: cmd /c mingw32-make PLATFORM=PLATFORM_WEB text/text_rectangle_bounds +:: cmd /c mingw32-make PLATFORM=PLATFORM_WEB text/text_unicode :: cmd /c mingw32-make PLATFORM=PLATFORM_WEB models/models_animation :: cmd /c mingw32-make PLATFORM=PLATFORM_WEB models/models_billboard :: cmd /c mingw32-make PLATFORM=PLATFORM_WEB models/models_box_collisions @@ -84,6 +88,7 @@ cmd /c mingw32-make PLATFORM=PLATFORM_WEB core/core_loading_thread :: cmd /c mingw32-make PLATFORM=PLATFORM_WEB models/models_skybox :: cmd /c mingw32-make PLATFORM=PLATFORM_WEB models/models_yaw_pitch_roll :: cmd /c mingw32-make PLATFORM=PLATFORM_WEB models/models_heightmap +:: cmd /c mingw32-make PLATFORM=PLATFORM_WEB models/models_waving_cubes :: cmd /c mingw32-make PLATFORM=PLATFORM_WEB shaders/shaders_model_shader :: cmd /c mingw32-make PLATFORM=PLATFORM_WEB shaders/shaders_shapes_textures :: cmd /c mingw32-make PLATFORM=PLATFORM_WEB shaders/shaders_custom_uniform @@ -94,10 +99,18 @@ cmd /c mingw32-make PLATFORM=PLATFORM_WEB core/core_loading_thread :: cmd /c mingw32-make PLATFORM=PLATFORM_WEB shaders/shaders_texture_waves :: cmd /c mingw32-make PLATFORM=PLATFORM_WEB shaders/shaders_julia_set :: cmd /c mingw32-make PLATFORM=PLATFORM_WEB shaders/shaders_erastosthenes +:: cmd /c mingw32-make PLATFORM=PLATFORM_WEB shaders/shaders_basic_lighting +:: cmd /c mingw32-make PLATFORM=PLATFORM_WEB shaders/shaders_fog +:: cmd /c mingw32-make PLATFORM=PLATFORM_WEB shaders/shaders_simple_mask +:: cmd /c mingw32-make PLATFORM=PLATFORM_WEB shaders/shaders_spotlight +:: cmd /c mingw32-make PLATFORM=PLATFORM_WEB shaders/shaders_hot_reloading +:: cmd /c mingw32-make PLATFORM=PLATFORM_WEB shaders/shaders_rlgl_mesh_instanced +:: cmd /c mingw32-make PLATFORM=PLATFORM_WEB shaders/shaders_multi_sample2d :: cmd /c mingw32-make PLATFORM=PLATFORM_WEB audio/audio_module_playing :: cmd /c mingw32-make PLATFORM=PLATFORM_WEB audio/audio_music_stream :: cmd /c mingw32-make PLATFORM=PLATFORM_WEB audio/audio_raw_stream :: cmd /c mingw32-make PLATFORM=PLATFORM_WEB audio/audio_sound_loading +:: cmd /c mingw32-make PLATFORM=PLATFORM_WEB audio/audio_multichannel_sound :: cmd /c mingw32-make PLATFORM=PLATFORM_WEB physac/physics_demo :: cmd /c mingw32-make PLATFORM=PLATFORM_WEB physac/physics_friction :: cmd /c mingw32-make PLATFORM=PLATFORM_WEB physac/physics_movement |
