Renamed frt to frt_sdl.

This commit is contained in:
Relintai 2022-03-27 13:31:47 +02:00
parent adcc57bc7b
commit 996d47081b
24 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@ def configure_target(env):
env.Append(CCFLAGS=['-g2']) env.Append(CCFLAGS=['-g2'])
def configure_misc(env): def configure_misc(env):
env.Append(CPPPATH=['#platform/frt']) env.Append(CPPPATH=['#platform/frt_sdl'])
env.Append(CPPFLAGS=['-DUNIX_ENABLED', '-DGLES2_ENABLED', '-DGLES_ENABLED', '-DJOYDEV_ENABLED']) env.Append(CPPFLAGS=['-DUNIX_ENABLED', '-DGLES2_ENABLED', '-DGLES_ENABLED', '-DJOYDEV_ENABLED'])
env.Append(CPPFLAGS=['-DFRT_ENABLED']) env.Append(CPPFLAGS=['-DFRT_ENABLED'])
env.Append(CFLAGS=['-std=gnu11']) # for libwebp (maybe more in the future) env.Append(CFLAGS=['-std=gnu11']) # for libwebp (maybe more in the future)
@ -108,7 +108,7 @@ def configure(env):
configure_misc(env) configure_misc(env)
def get_name(): def get_name():
return "FRT" return "FRT_SDL"
def is_active(): def is_active():
return True return True

View File

Before

Width:  |  Height:  |  Size: 439 B

After

Width:  |  Height:  |  Size: 439 B