diff --git a/libtlang/Makefile.wii b/libtlang/Makefile.wii index 15975ff..757cf4c 100644 --- a/libtlang/Makefile.wii +++ b/libtlang/Makefile.wii @@ -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 diff --git a/libtlang/include/myfeatures.h b/libtlang/include/myfeatures.h index 266002e..86a9003 100644 --- a/libtlang/include/myfeatures.h +++ b/libtlang/include/myfeatures.h @@ -1,8 +1,8 @@ -//#define USE_SDL2 -//#define USE_NETWORK -//#define USE_WIISOCKETS_ON_WII //comment out for #include -//#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 +#define USE_THREADS +#define USE_MBED +#define USE_CURL +#define USE_JANSSON +#define USE_GTK