mirror of https://github.com/PCSX2/pcsx2.git
5 lines
153 B
Makefile
5 lines
153 B
Makefile
|
INCLUDES = -I../
|
||
|
noinst_LIBRARIES = libtinyxml.a
|
||
|
|
||
|
libtinyxml_a_SOURCES = \
|
||
|
tinystr.h tinyxml.h tinystr.cpp tinyxml.cpp tinyxmlerror.cpp tinyxmlparser.cpp
|