Fix TLang.h maybe

This commit is contained in:
Mike Nolan 2023-05-10 07:50:41 -05:00
parent 59f9852074
commit 9f52fd973d
2 changed files with 10 additions and 10 deletions

View File

@ -33,13 +33,13 @@ LDFLAGS = -g $(MACHDEP) -Wl,-Map,$(notdir $@).map
#---------------------------------------------------------------------------------
# any extra libraries we wish to link with the project
#---------------------------------------------------------------------------------
LIBS := -lfat -lwiiuse -lbte -logc -lm
LIBS := -ljansson -lcurl -lmbedtls -lmbedx509 -lmbedcrypto -lSDL -lSDL_gfx -lSDL_ttf -lSDL_image -lSDL_mixer -lfat -lwiiuse -lbte -logc -lm
#---------------------------------------------------------------------------------
# list of directories containing libraries, this must be the top level containing
# include and lib
#---------------------------------------------------------------------------------
LIBDIRS :=
LIBDIRS := $(PORTLIBS)
#---------------------------------------------------------------------------------
# no real need to edit anything past this point unless you need to add additional

View File

@ -1,8 +1,8 @@
//#define USE_SDL2
//#define USE_NETWORK
//#define USE_WIISOCKETS_ON_WII //comment out for #include <network.h>
//#define USE_THREADS
//#define USE_MBED
//#define USE_CURL
//#define USE_JANSSON
//#define USE_GTK
#define USE_SDL2
#define USE_NETWORK
#define USE_WIISOCKETS_ON_WII //comment out for #include <network.h>
#define USE_THREADS
#define USE_MBED
#define USE_CURL
#define USE_JANSSON
#define USE_GTK