diff src/console/Makefile @ 341:986f098da058 trunk

[svn] - merge in blargg's changes
author nenolod
date Thu, 07 Dec 2006 15:20:41 -0800
parents fb513e10174e
children 0c50f248ed10
line wrap: on
line diff
--- a/src/console/Makefile	Wed Dec 06 07:57:05 2006 -0800
+++ b/src/console/Makefile	Thu Dec 07 15:20:41 2006 -0800
@@ -23,8 +23,8 @@
 	Gb_Oscs.cxx             \
 	gme.cxx                 \
 	Gme_File.cxx            \
-	gme_type_list.cxx       \
 	Gym_Emu.cxx             \
+	Gzip_Reader.cxx         \
 	Hes_Apu.cxx             \
 	Hes_Cpu.cxx             \
 	Hes_Emu.cxx             \
@@ -54,7 +54,8 @@
 	Vgm_Emu.cxx             \
 	Vgm_Emu_Impl.cxx        \
 	Ym2413_Emu.cxx          \
-	Ym2612_Emu.cxx
+	Ym2612_Emu.cxx          \
+	Zlib_Inflater.cxx
 
 OBJECTS = ${SOURCES:.cxx=.o}