comparison src/gb/Makefile.am @ 18:ac56489c2ca6

need to fix NLS.h problem
author Robert McIntyre <rlm@mit.edu>
date Sat, 03 Mar 2012 12:06:10 -0600
parents f9f4f1b99eed
children
comparison
equal deleted inserted replaced
17:75e5bb1e0aa1 18:ac56489c2ca6
1 noinst_LIBRARIES = libgb.a 1 noinst_LIBRARIES = libgb.a
2 2
3 libgb_a_SOURCES = \ 3 libgb_a_SOURCES = \
4 gbCheats.cpp \
5 gbCheats.h \ 4 gbCheats.h \
6 gbCodesCB.h \ 5 gbCodesCB.h \
7 gbCodes.h \ 6 gbCodes.h \
7 gbGlobals.h \
8 GB.h \
9 gbMemory.h \
10 gbPrinter.h \
11 gbSGB.h \
12 gbSound.h \
13 \
14 gbCheats.cpp \
8 GB.cpp \ 15 GB.cpp \
9 GB.h \
10 gbDis.cpp \ 16 gbDis.cpp \
11 gbGfx.cpp \ 17 gbGfx.cpp \
12 gbGlobals.cpp \ 18 gbGlobals.cpp \
13 gbGlobals.h \
14 gbMemory.cpp \ 19 gbMemory.cpp \
15 gbMemory.h \
16 gbPrinter.cpp \ 20 gbPrinter.cpp \
17 gbPrinter.h \
18 gbSGB.cpp \ 21 gbSGB.cpp \
19 gbSGB.h \ 22 gbSound.cpp
20 gbSound.cpp \ 23
21 gbSound.h 24