|
|
@ -504,10 +504,10 @@ CORE = \ |
|
|
|
core/core_2d_camera_platformer \
|
|
|
|
core/core_2d_camera_split_screen \
|
|
|
|
core/core_3d_camera_first_person \
|
|
|
|
core/core_3d_camera_fps \
|
|
|
|
core/core_3d_camera_free \
|
|
|
|
core/core_3d_camera_mode \
|
|
|
|
core/core_3d_camera_split_screen \
|
|
|
|
core/core_3d_camera_fps \
|
|
|
|
core/core_3d_picking \
|
|
|
|
core/core_automation_events \
|
|
|
|
core/core_basic_screen_manager \
|
|
|
@ -695,6 +695,9 @@ core/core_2d_camera_split_screen: core/core_2d_camera_split_screen.c |
|
|
|
core/core_3d_camera_first_person: core/core_3d_camera_first_person.c |
|
|
|
$(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) |
|
|
|
|
|
|
|
core/core_3d_camera_fps: core/core_3d_camera_fps.c |
|
|
|
$(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) |
|
|
|
|
|
|
|
core/core_3d_camera_free: core/core_3d_camera_free.c |
|
|
|
$(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) |
|
|
|
|
|
|
@ -704,9 +707,6 @@ core/core_3d_camera_mode: core/core_3d_camera_mode.c |
|
|
|
core/core_3d_camera_split_screen: core/core_3d_camera_split_screen.c |
|
|
|
$(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) |
|
|
|
|
|
|
|
core/core_3d_camera_fps: core/core_3d_camera_fps.c |
|
|
|
$(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) |
|
|
|
|
|
|
|
core/core_3d_picking: core/core_3d_picking.c |
|
|
|
$(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) |
|
|
|
|
|
|
|