Previous 199869 Revisions Next

r34311 Saturday 10th January, 2015 at 11:06:16 UTC by Miodrag Milanović
Fixed include paths for 3rdparty libs (nw)
[/trunk]makefile

trunk/makefile
r242822r242823
752752
753753# add expat XML library
754754ifeq ($(BUILD_EXPAT),1)
755INCPATH += -I$(SRC)/lib/expat
755INCPATH += -I$(3RDPARTY)/expat/lib
756756EXPAT = $(OBJ)/libexpat.a
757757else
758758LIBS += -lexpat
r242822r242823
761761
762762# add ZLIB compression library
763763ifeq ($(BUILD_ZLIB),1)
764INCPATH += -I$(SRC)/lib/zlib
764INCPATH += -I$(3RDPARTY)/zlib
765765ZLIB = $(OBJ)/libz.a
766766else
767767LIBS += -lz


Previous 199869 Revisions Next


© 1997-2024 The MAME Team