Skip to content

Commit

Permalink
First pass at changing SDL 2.0 to SDL 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Nov 22, 2022
1 parent 0bfeed0 commit 2c4159b
Show file tree
Hide file tree
Showing 146 changed files with 2,633 additions and 2,635 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ indent_style = space
indent_size = 4
indent_style = space

[{CMakeLists.txt,sdl2-config*.cmake.in,cmake/*.cmake}]
[{CMakeLists.txt,sdl3-config*.cmake.in,cmake/*.cmake}]
indent_size = 2
indent_style = space

Expand Down
10 changes: 5 additions & 5 deletions Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ LOCAL_PATH := $(call my-dir)

include $(CLEAR_VARS)

LOCAL_MODULE := SDL2
LOCAL_MODULE := SDL3

LOCAL_C_INCLUDES := $(LOCAL_PATH)/include

Expand Down Expand Up @@ -97,9 +97,9 @@ include $(BUILD_SHARED_LIBRARY)
#
###########################

LOCAL_MODULE := SDL2_static
LOCAL_MODULE := SDL3_static

LOCAL_MODULE_FILENAME := libSDL2
LOCAL_MODULE_FILENAME := libSDL3

LOCAL_LDLIBS :=

Expand All @@ -120,9 +120,9 @@ include $(CLEAR_VARS)

LOCAL_C_INCLUDES := $(LOCAL_PATH)/include

LOCAL_MODULE := SDL2_main
LOCAL_MODULE := SDL3_main

LOCAL_MODULE_FILENAME := libSDL2main
LOCAL_MODULE_FILENAME := libSDL3main

include $(BUILD_STATIC_LIBRARY)

Expand Down
Loading

0 comments on commit 2c4159b

Please sign in to comment.