update makefiles

This commit is contained in:
dborth 2009-10-03 17:03:20 +00:00
parent e32ced6e2d
commit a0202eca85
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ LDFLAGS = -g $(MACHDEP) -Wl,-Map,$(notdir $@).map -Wl,--cref
#---------------------------------------------------------------------------------
# any extra libraries we wish to link with the project
#---------------------------------------------------------------------------------
LIBS := -lpng -lmxml -lfat -lz -logc -lfreetype
LIBS := -lpng -lmxml -lfat -liso9660 -lz -logc -lfreetype
#---------------------------------------------------------------------------------
# list of directories containing libraries, this must be the top level containing

View File

@ -44,7 +44,7 @@ LDFLAGS = -g $(MACHDEP) -Wl,-Map,$(notdir $@).map
#---------------------------------------------------------------------------------
# any extra libraries we wish to link with the project
#---------------------------------------------------------------------------------
LIBS := -ldb -ldi -lpng -lmxml \
LIBS := -ldb -ldi -liso9660 -lpng -lmxml \
-lfat -lwiiuse -lz -lbte -logc -lasnd -lvorbisidec -lfreetype -ltinysmb
#---------------------------------------------------------------------------------
# list of directories containing libraries, this must be the top level containing