Fix TLang.h maybe
This commit is contained in:
		
							parent
							
								
									59f9852074
								
							
						
					
					
						commit
						9f52fd973d
					
				| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue