Previous 199869 Revisions Next

r23973 Thursday 27th June, 2013 at 11:15:15 UTC by Miodrag Milanović
(MickoWIP) missed file (nw)
[/branches/micko]makefile

branches/micko/makefile
r23972r23973
447447endif
448448endif
449449
450# make librocket H files know that we are using them as static lib
451DEFS += -DSTATIC_LIB
450452
451453#-------------------------------------------------
452454# compile flags
r23972r23973
560562   -I$(SRC)/emu \
561563   -I$(OBJ)/emu \
562564   -I$(OBJ)/emu/layout \
565   -I$(SRC)/lib/librocket/Include \
563566   -I$(SRC)/lib/util \
564567   -I$(SRC)/lib \
565568   -I$(SRC)/osd \
r23972r23973
722725LIBS += -lstdc++ -lpthread
723726endif
724727
728LIBS += -lfreetype
725729#-------------------------------------------------
726730# 'default' target needs to go here, before the
727731# include files which define additional targets

Previous 199869 Revisions Next


© 1997-2024 The MAME Team