diff --git a/examples/2d_system/gui/Makefile.blocksds b/examples/2d_system/gui/Makefile.blocksds index efe837e..4726605 100644 --- a/examples/2d_system/gui/Makefile.blocksds +++ b/examples/2d_system/gui/Makefile.blocksds @@ -1,3 +1,6 @@ +# This is a minimal makefile only used for the examples. If you want a makefile +# for your project, take one from the templates inside examples/templates. + GFXDIRS := graphics include ../../Makefile.example.blocksds diff --git a/examples/2d_system/quad_texture_sizes/Makefile.blocksds b/examples/2d_system/quad_texture_sizes/Makefile.blocksds index efe837e..4726605 100644 --- a/examples/2d_system/quad_texture_sizes/Makefile.blocksds +++ b/examples/2d_system/quad_texture_sizes/Makefile.blocksds @@ -1,3 +1,6 @@ +# This is a minimal makefile only used for the examples. If you want a makefile +# for your project, take one from the templates inside examples/templates. + GFXDIRS := graphics include ../../Makefile.example.blocksds diff --git a/examples/2d_system/quads/Makefile.blocksds b/examples/2d_system/quads/Makefile.blocksds index 8ddccb9..32a0b8d 100644 --- a/examples/2d_system/quads/Makefile.blocksds +++ b/examples/2d_system/quads/Makefile.blocksds @@ -1 +1,4 @@ +# This is a minimal makefile only used for the examples. If you want a makefile +# for your project, take one from the templates inside examples/templates. + include ../../Makefile.example.blocksds diff --git a/examples/2d_system/sprites/Makefile.blocksds b/examples/2d_system/sprites/Makefile.blocksds index e4da1bb..1c2569f 100644 --- a/examples/2d_system/sprites/Makefile.blocksds +++ b/examples/2d_system/sprites/Makefile.blocksds @@ -1,3 +1,6 @@ +# This is a minimal makefile only used for the examples. If you want a makefile +# for your project, take one from the templates inside examples/templates. + GFXDIRS := graphics include ../../Makefile.example.blocksds diff --git a/examples/2d_system/text/Makefile.blocksds b/examples/2d_system/text/Makefile.blocksds index e4da1bb..1c2569f 100644 --- a/examples/2d_system/text/Makefile.blocksds +++ b/examples/2d_system/text/Makefile.blocksds @@ -1,3 +1,6 @@ +# This is a minimal makefile only used for the examples. If you want a makefile +# for your project, take one from the templates inside examples/templates. + GFXDIRS := graphics include ../../Makefile.example.blocksds diff --git a/examples/effects/fog/Makefile.blocksds b/examples/effects/fog/Makefile.blocksds index 151bded..b5f7196 100644 --- a/examples/effects/fog/Makefile.blocksds +++ b/examples/effects/fog/Makefile.blocksds @@ -1,3 +1,6 @@ +# This is a minimal makefile only used for the examples. If you want a makefile +# for your project, take one from the templates inside examples/templates. + BINDIRS := data GFXDIRS := graphics diff --git a/examples/effects/screen_effects/Makefile.blocksds b/examples/effects/screen_effects/Makefile.blocksds index 626cf71..c6e3cbb 100644 --- a/examples/effects/screen_effects/Makefile.blocksds +++ b/examples/effects/screen_effects/Makefile.blocksds @@ -1,3 +1,6 @@ +# This is a minimal makefile only used for the examples. If you want a makefile +# for your project, take one from the templates inside examples/templates. + BINDIRS := data include ../../Makefile.example.blocksds diff --git a/examples/effects/screen_effects_dual_3d_dma/Makefile.blocksds b/examples/effects/screen_effects_dual_3d_dma/Makefile.blocksds index 626cf71..c6e3cbb 100644 --- a/examples/effects/screen_effects_dual_3d_dma/Makefile.blocksds +++ b/examples/effects/screen_effects_dual_3d_dma/Makefile.blocksds @@ -1,3 +1,6 @@ +# This is a minimal makefile only used for the examples. If you want a makefile +# for your project, take one from the templates inside examples/templates. + BINDIRS := data include ../../Makefile.example.blocksds diff --git a/examples/effects/shading_alpha_outlining/Makefile.blocksds b/examples/effects/shading_alpha_outlining/Makefile.blocksds index 151bded..b5f7196 100644 --- a/examples/effects/shading_alpha_outlining/Makefile.blocksds +++ b/examples/effects/shading_alpha_outlining/Makefile.blocksds @@ -1,3 +1,6 @@ +# This is a minimal makefile only used for the examples. If you want a makefile +# for your project, take one from the templates inside examples/templates. + BINDIRS := data GFXDIRS := graphics diff --git a/examples/effects/specular_material/Makefile.blocksds b/examples/effects/specular_material/Makefile.blocksds index 151bded..b5f7196 100644 --- a/examples/effects/specular_material/Makefile.blocksds +++ b/examples/effects/specular_material/Makefile.blocksds @@ -1,3 +1,6 @@ +# This is a minimal makefile only used for the examples. If you want a makefile +# for your project, take one from the templates inside examples/templates. + BINDIRS := data GFXDIRS := graphics diff --git a/examples/loading/animated_model/Makefile.blocksds b/examples/loading/animated_model/Makefile.blocksds index 151bded..b5f7196 100644 --- a/examples/loading/animated_model/Makefile.blocksds +++ b/examples/loading/animated_model/Makefile.blocksds @@ -1,3 +1,6 @@ +# This is a minimal makefile only used for the examples. If you want a makefile +# for your project, take one from the templates inside examples/templates. + BINDIRS := data GFXDIRS := graphics diff --git a/examples/loading/clone_models/Makefile.blocksds b/examples/loading/clone_models/Makefile.blocksds index 626cf71..c6e3cbb 100644 --- a/examples/loading/clone_models/Makefile.blocksds +++ b/examples/loading/clone_models/Makefile.blocksds @@ -1,3 +1,6 @@ +# This is a minimal makefile only used for the examples. If you want a makefile +# for your project, take one from the templates inside examples/templates. + BINDIRS := data include ../../Makefile.example.blocksds diff --git a/examples/loading/compressed_texture/Makefile.blocksds b/examples/loading/compressed_texture/Makefile.blocksds index 626cf71..c6e3cbb 100644 --- a/examples/loading/compressed_texture/Makefile.blocksds +++ b/examples/loading/compressed_texture/Makefile.blocksds @@ -1,3 +1,6 @@ +# This is a minimal makefile only used for the examples. If you want a makefile +# for your project, take one from the templates inside examples/templates. + BINDIRS := data include ../../Makefile.example.blocksds diff --git a/examples/loading/filesystem_animated_model/Makefile.blocksds b/examples/loading/filesystem_animated_model/Makefile.blocksds index 41e4019..1221ba5 100644 --- a/examples/loading/filesystem_animated_model/Makefile.blocksds +++ b/examples/loading/filesystem_animated_model/Makefile.blocksds @@ -1,3 +1,6 @@ +# This is a minimal makefile only used for the examples. If you want a makefile +# for your project, take one from the templates inside examples/templates. + NITROFSDIR := nitrofiles include ../../Makefile.example.blocksds diff --git a/examples/loading/filesystem_multiple_textures/Makefile.blocksds b/examples/loading/filesystem_multiple_textures/Makefile.blocksds index 41e4019..1221ba5 100644 --- a/examples/loading/filesystem_multiple_textures/Makefile.blocksds +++ b/examples/loading/filesystem_multiple_textures/Makefile.blocksds @@ -1,3 +1,6 @@ +# This is a minimal makefile only used for the examples. If you want a makefile +# for your project, take one from the templates inside examples/templates. + NITROFSDIR := nitrofiles include ../../Makefile.example.blocksds diff --git a/examples/loading/filesystem_simple_model/Makefile.blocksds b/examples/loading/filesystem_simple_model/Makefile.blocksds index f7c06c6..3996658 100644 --- a/examples/loading/filesystem_simple_model/Makefile.blocksds +++ b/examples/loading/filesystem_simple_model/Makefile.blocksds @@ -1,3 +1,6 @@ +# This is a minimal makefile only used for the examples. If you want a makefile +# for your project, take one from the templates inside examples/templates. + BINDIRS := data NITROFSDIR := nitrofiles diff --git a/examples/loading/filesystem_textures_grf/Makefile.blocksds b/examples/loading/filesystem_textures_grf/Makefile.blocksds index 41e4019..1221ba5 100644 --- a/examples/loading/filesystem_textures_grf/Makefile.blocksds +++ b/examples/loading/filesystem_textures_grf/Makefile.blocksds @@ -1,3 +1,6 @@ +# This is a minimal makefile only used for the examples. If you want a makefile +# for your project, take one from the templates inside examples/templates. + NITROFSDIR := nitrofiles include ../../Makefile.example.blocksds diff --git a/examples/loading/incomplete_texture/Makefile.blocksds b/examples/loading/incomplete_texture/Makefile.blocksds index efe837e..4726605 100644 --- a/examples/loading/incomplete_texture/Makefile.blocksds +++ b/examples/loading/incomplete_texture/Makefile.blocksds @@ -1,3 +1,6 @@ +# This is a minimal makefile only used for the examples. If you want a makefile +# for your project, take one from the templates inside examples/templates. + GFXDIRS := graphics include ../../Makefile.example.blocksds diff --git a/examples/loading/model_with_vertex_color/Makefile.blocksds b/examples/loading/model_with_vertex_color/Makefile.blocksds index 151bded..b5f7196 100644 --- a/examples/loading/model_with_vertex_color/Makefile.blocksds +++ b/examples/loading/model_with_vertex_color/Makefile.blocksds @@ -1,3 +1,6 @@ +# This is a minimal makefile only used for the examples. If you want a makefile +# for your project, take one from the templates inside examples/templates. + BINDIRS := data GFXDIRS := graphics diff --git a/examples/loading/multiple_models/Makefile.blocksds b/examples/loading/multiple_models/Makefile.blocksds index 626cf71..c6e3cbb 100644 --- a/examples/loading/multiple_models/Makefile.blocksds +++ b/examples/loading/multiple_models/Makefile.blocksds @@ -1,3 +1,6 @@ +# This is a minimal makefile only used for the examples. If you want a makefile +# for your project, take one from the templates inside examples/templates. + BINDIRS := data include ../../Makefile.example.blocksds diff --git a/examples/loading/paletted_texture/Makefile.blocksds b/examples/loading/paletted_texture/Makefile.blocksds index efe837e..4726605 100644 --- a/examples/loading/paletted_texture/Makefile.blocksds +++ b/examples/loading/paletted_texture/Makefile.blocksds @@ -1,3 +1,6 @@ +# This is a minimal makefile only used for the examples. If you want a makefile +# for your project, take one from the templates inside examples/templates. + GFXDIRS := graphics include ../../Makefile.example.blocksds diff --git a/examples/loading/simple_model/Makefile.blocksds b/examples/loading/simple_model/Makefile.blocksds index 151bded..b5f7196 100644 --- a/examples/loading/simple_model/Makefile.blocksds +++ b/examples/loading/simple_model/Makefile.blocksds @@ -1,3 +1,6 @@ +# This is a minimal makefile only used for the examples. If you want a makefile +# for your project, take one from the templates inside examples/templates. + BINDIRS := data GFXDIRS := graphics diff --git a/examples/other/blended_animations/Makefile.blocksds b/examples/other/blended_animations/Makefile.blocksds index 151bded..b5f7196 100644 --- a/examples/other/blended_animations/Makefile.blocksds +++ b/examples/other/blended_animations/Makefile.blocksds @@ -1,3 +1,6 @@ +# This is a minimal makefile only used for the examples. If you want a makefile +# for your project, take one from the templates inside examples/templates. + BINDIRS := data GFXDIRS := graphics diff --git a/examples/other/clear_bmp/Makefile.blocksds b/examples/other/clear_bmp/Makefile.blocksds index 151bded..b5f7196 100644 --- a/examples/other/clear_bmp/Makefile.blocksds +++ b/examples/other/clear_bmp/Makefile.blocksds @@ -1,3 +1,6 @@ +# This is a minimal makefile only used for the examples. If you want a makefile +# for your project, take one from the templates inside examples/templates. + BINDIRS := data GFXDIRS := graphics diff --git a/examples/other/dual_3d_dma_low_framerate/Makefile.blocksds b/examples/other/dual_3d_dma_low_framerate/Makefile.blocksds index 626cf71..c6e3cbb 100644 --- a/examples/other/dual_3d_dma_low_framerate/Makefile.blocksds +++ b/examples/other/dual_3d_dma_low_framerate/Makefile.blocksds @@ -1,3 +1,6 @@ +# This is a minimal makefile only used for the examples. If you want a makefile +# for your project, take one from the templates inside examples/templates. + BINDIRS := data include ../../Makefile.example.blocksds diff --git a/examples/other/dual_3d_modes/Makefile.blocksds b/examples/other/dual_3d_modes/Makefile.blocksds index 626cf71..c6e3cbb 100644 --- a/examples/other/dual_3d_modes/Makefile.blocksds +++ b/examples/other/dual_3d_modes/Makefile.blocksds @@ -1,3 +1,6 @@ +# This is a minimal makefile only used for the examples. If you want a makefile +# for your project, take one from the templates inside examples/templates. + BINDIRS := data include ../../Makefile.example.blocksds diff --git a/examples/other/dual_3d_modes_args/Makefile.blocksds b/examples/other/dual_3d_modes_args/Makefile.blocksds index 626cf71..c6e3cbb 100644 --- a/examples/other/dual_3d_modes_args/Makefile.blocksds +++ b/examples/other/dual_3d_modes_args/Makefile.blocksds @@ -1,3 +1,6 @@ +# This is a minimal makefile only used for the examples. If you want a makefile +# for your project, take one from the templates inside examples/templates. + BINDIRS := data include ../../Makefile.example.blocksds diff --git a/examples/other/error_handling/Makefile.blocksds b/examples/other/error_handling/Makefile.blocksds index f8aec15..6ea2714 100644 --- a/examples/other/error_handling/Makefile.blocksds +++ b/examples/other/error_handling/Makefile.blocksds @@ -1,3 +1,6 @@ +# This is a minimal makefile only used for the examples. If you want a makefile +# for your project, take one from the templates inside examples/templates. + DEFINES := -DNE_DEBUG LIBS := -lNE_debug -lnds9 -lc diff --git a/examples/other/fps_counter/Makefile.blocksds b/examples/other/fps_counter/Makefile.blocksds index 151bded..b5f7196 100644 --- a/examples/other/fps_counter/Makefile.blocksds +++ b/examples/other/fps_counter/Makefile.blocksds @@ -1,3 +1,6 @@ +# This is a minimal makefile only used for the examples. If you want a makefile +# for your project, take one from the templates inside examples/templates. + BINDIRS := data GFXDIRS := graphics diff --git a/examples/other/free_camera/Makefile.blocksds b/examples/other/free_camera/Makefile.blocksds index 151bded..b5f7196 100644 --- a/examples/other/free_camera/Makefile.blocksds +++ b/examples/other/free_camera/Makefile.blocksds @@ -1,3 +1,6 @@ +# This is a minimal makefile only used for the examples. If you want a makefile +# for your project, take one from the templates inside examples/templates. + BINDIRS := data GFXDIRS := graphics diff --git a/examples/other/polygon_colored/Makefile.blocksds b/examples/other/polygon_colored/Makefile.blocksds index 8ddccb9..32a0b8d 100644 --- a/examples/other/polygon_colored/Makefile.blocksds +++ b/examples/other/polygon_colored/Makefile.blocksds @@ -1 +1,4 @@ +# This is a minimal makefile only used for the examples. If you want a makefile +# for your project, take one from the templates inside examples/templates. + include ../../Makefile.example.blocksds diff --git a/examples/other/polygon_textured/Makefile.blocksds b/examples/other/polygon_textured/Makefile.blocksds index e4da1bb..1c2569f 100644 --- a/examples/other/polygon_textured/Makefile.blocksds +++ b/examples/other/polygon_textured/Makefile.blocksds @@ -1,3 +1,6 @@ +# This is a minimal makefile only used for the examples. If you want a makefile +# for your project, take one from the templates inside examples/templates. + GFXDIRS := graphics include ../../Makefile.example.blocksds diff --git a/examples/other/stylus_texture_drawing_rgb256/Makefile.blocksds b/examples/other/stylus_texture_drawing_rgb256/Makefile.blocksds index e4da1bb..1c2569f 100644 --- a/examples/other/stylus_texture_drawing_rgb256/Makefile.blocksds +++ b/examples/other/stylus_texture_drawing_rgb256/Makefile.blocksds @@ -1,3 +1,6 @@ +# This is a minimal makefile only used for the examples. If you want a makefile +# for your project, take one from the templates inside examples/templates. + GFXDIRS := graphics include ../../Makefile.example.blocksds diff --git a/examples/other/stylus_texture_drawing_rgba/Makefile.blocksds b/examples/other/stylus_texture_drawing_rgba/Makefile.blocksds index e4da1bb..1c2569f 100644 --- a/examples/other/stylus_texture_drawing_rgba/Makefile.blocksds +++ b/examples/other/stylus_texture_drawing_rgba/Makefile.blocksds @@ -1,3 +1,6 @@ +# This is a minimal makefile only used for the examples. If you want a makefile +# for your project, take one from the templates inside examples/templates. + GFXDIRS := graphics include ../../Makefile.example.blocksds diff --git a/examples/other/swap_3d_dual_screen/Makefile.blocksds b/examples/other/swap_3d_dual_screen/Makefile.blocksds index efe837e..4726605 100644 --- a/examples/other/swap_3d_dual_screen/Makefile.blocksds +++ b/examples/other/swap_3d_dual_screen/Makefile.blocksds @@ -1,3 +1,6 @@ +# This is a minimal makefile only used for the examples. If you want a makefile +# for your project, take one from the templates inside examples/templates. + GFXDIRS := graphics include ../../Makefile.example.blocksds diff --git a/examples/other/swap_3d_single_screen/Makefile.blocksds b/examples/other/swap_3d_single_screen/Makefile.blocksds index efe837e..4726605 100644 --- a/examples/other/swap_3d_single_screen/Makefile.blocksds +++ b/examples/other/swap_3d_single_screen/Makefile.blocksds @@ -1,3 +1,6 @@ +# This is a minimal makefile only used for the examples. If you want a makefile +# for your project, take one from the templates inside examples/templates. + GFXDIRS := graphics include ../../Makefile.example.blocksds diff --git a/examples/other/touch_test/Makefile.blocksds b/examples/other/touch_test/Makefile.blocksds index 626cf71..c6e3cbb 100644 --- a/examples/other/touch_test/Makefile.blocksds +++ b/examples/other/touch_test/Makefile.blocksds @@ -1,3 +1,6 @@ +# This is a minimal makefile only used for the examples. If you want a makefile +# for your project, take one from the templates inside examples/templates. + BINDIRS := data include ../../Makefile.example.blocksds diff --git a/examples/physics/basic/Makefile.blocksds b/examples/physics/basic/Makefile.blocksds index 626cf71..c6e3cbb 100644 --- a/examples/physics/basic/Makefile.blocksds +++ b/examples/physics/basic/Makefile.blocksds @@ -1,3 +1,6 @@ +# This is a minimal makefile only used for the examples. If you want a makefile +# for your project, take one from the templates inside examples/templates. + BINDIRS := data include ../../Makefile.example.blocksds diff --git a/examples/physics/box_tower/Makefile.blocksds b/examples/physics/box_tower/Makefile.blocksds index 626cf71..c6e3cbb 100644 --- a/examples/physics/box_tower/Makefile.blocksds +++ b/examples/physics/box_tower/Makefile.blocksds @@ -1,3 +1,6 @@ +# This is a minimal makefile only used for the examples. If you want a makefile +# for your project, take one from the templates inside examples/templates. + BINDIRS := data include ../../Makefile.example.blocksds diff --git a/examples/physics/collision_actions/Makefile.blocksds b/examples/physics/collision_actions/Makefile.blocksds index 626cf71..c6e3cbb 100644 --- a/examples/physics/collision_actions/Makefile.blocksds +++ b/examples/physics/collision_actions/Makefile.blocksds @@ -1,3 +1,6 @@ +# This is a minimal makefile only used for the examples. If you want a makefile +# for your project, take one from the templates inside examples/templates. + BINDIRS := data include ../../Makefile.example.blocksds