|
|
@ -563,7 +563,7 @@ TEXTURES = \ |
|
|
|
textures/textures_background_scrolling \
|
|
|
|
textures/textures_blend_modes \
|
|
|
|
textures/textures_bunnymark \
|
|
|
|
textures/textures_draw_tiled \
|
|
|
|
textures/textures_tiled_drawing \
|
|
|
|
textures/textures_fog_of_war \
|
|
|
|
textures/textures_gif_player \
|
|
|
|
textures/textures_image_channel \
|
|
|
@ -871,7 +871,7 @@ textures/textures_bunnymark: textures/textures_bunnymark.c |
|
|
|
$(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) \
|
|
|
|
--preload-file textures/resources/wabbit_alpha.png@resources/wabbit_alpha.png |
|
|
|
|
|
|
|
textures/textures_draw_tiled: textures/textures_draw_tiled.c |
|
|
|
textures/textures_tiled_drawing: textures/textures_tiled_drawing.c |
|
|
|
$(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) \
|
|
|
|
--preload-file textures/resources/patterns.png@resources/patterns.png |
|
|
|
|
|
|
|