Mercurial > vba-clojure
view src/gb/Makefile.am @ 347:ff65ee0944fe
more progess: now rom.org tangles into hxc.clj; i'll be subdividing the code blocks as I write more.
author | Dylan Holmes <ocsenave@gmail.com> |
---|---|
date | Sun, 08 Apr 2012 06:13:39 -0500 |
parents | f6ff410a87fd |
children |
line wrap: on
line source
1 noinst_LTLIBRARIES = libgb.la3 libgb_la_SOURCES = \4 gbCheats.h \5 gbCodesCB.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 \15 GB.cpp \16 gbDis.cpp \17 gbGfx.cpp \18 gbGlobals.cpp \19 gbMemory.cpp \20 gbPrinter.cpp \21 gbSGB.cpp \22 gbSound.cpp