diff options
| author | Ray <[email protected]> | 2022-08-02 09:21:03 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2022-08-02 09:21:03 +0200 |
| commit | ed7548051b92f4c70ad12ec5d2ffc1ad55adfa44 (patch) | |
| tree | c2897df756385be2b102b50f3f83e753c3d1c576 /examples | |
| parent | eb8d14e5b24df38a6eca8eab02ffbf22ee73bde1 (diff) | |
| download | raylib-ed7548051b92f4c70ad12ec5d2ffc1ad55adfa44.tar.gz raylib-ed7548051b92f4c70ad12ec5d2ffc1ad55adfa44.zip | |
Update version to 4.2
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/Makefile | 2 | ||||
| -rw-r--r-- | examples/Makefile.Web | 8 |
2 files changed, 2 insertions, 8 deletions
diff --git a/examples/Makefile b/examples/Makefile index bd2fa0ba..a977412e 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -30,7 +30,7 @@ PLATFORM ?= PLATFORM_DESKTOP # Define required raylib variables PROJECT_NAME ?= raylib_examples -RAYLIB_VERSION ?= 4.0.0 +RAYLIB_VERSION ?= 4.2.0 RAYLIB_PATH ?= .. # Locations of raylib.h and libraylib.a/libraylib.so diff --git a/examples/Makefile.Web b/examples/Makefile.Web index 96f9df14..21793be3 100644 --- a/examples/Makefile.Web +++ b/examples/Makefile.Web @@ -30,7 +30,7 @@ PLATFORM ?= PLATFORM_WEB # Define required raylib variables PROJECT_NAME ?= raylib_examples -RAYLIB_VERSION ?= 4.0.0 +RAYLIB_VERSION ?= 4.2.0 RAYLIB_PATH ?= .. # Locations of raylib.h and libraylib.a/libraylib.so @@ -606,12 +606,6 @@ core/core_custom_frame_control: core/core_custom_frame_control.c core/core_window_should_close: core/core_window_should_close.c $(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) -core/core_smooth_pixelperfect: core/core_smooth_pixelperfect.c - $(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) - -core/core_custom_frame_control: core/core_custom_frame_control.c - $(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) - # Compile SHAPES examples shapes/shapes_basic_shapes: shapes/shapes_basic_shapes.c $(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) |
