mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-04-02 10:52:54 -04:00
git-svn-id: http://pcsx2.googlecode.com/svn/branches/pcsx2_0.9.2@159 96395faa-99c1-11dd-bbfe-3dabce05a288
7 lines
267 B
Makefile
7 lines
267 B
Makefile
INCLUDES = -I../
|
|
noinst_LIBRARIES = libDebugTools.a
|
|
|
|
libDebugTools_a_SOURCES = \
|
|
cpuopsDebug.c Debug.h.bak DisR3000asm.c DisVU0Micro.c DisVUops.h \
|
|
cpuopsDebug.h DisASM.h DisR5900asm.c DisVU1Micro.c \
|
|
Debug.h DisR3000A.c DisR5900.c DisVUmicro.h
|