From 9668f3014f805254b9b6d98863fa55370f4a6b6a Mon Sep 17 00:00:00 2001 From: yabause Date: Sun, 8 Feb 2009 15:45:22 +0000 Subject: [PATCH] Added some missing files to windows port. --- desmume/src/windows/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/desmume/src/windows/Makefile.am b/desmume/src/windows/Makefile.am index 5d1ef1b6f..3d1f1b396 100644 --- a/desmume/src/windows/Makefile.am +++ b/desmume/src/windows/Makefile.am @@ -22,8 +22,10 @@ desmume_SOURCES = \ aviout.cpp console.cpp console.h \ inputdx.cpp inputdx.h ogl.cpp \ throttle.cpp throttle.h windriver.h \ + cheatsWin.cpp cheatsWin.h gbaslot_config.cpp gbaslot_config.h \ + mic.cpp \ DeSmuME_2005.vcproj DeSmuME_2008.vcproj \ - DeSmuME_Intel.icproj DeSmuME_Intel.vcproj \ + DeSmuME_Intel.icproj DeSmuME_Intel.vcproj DeSmuME_Intel.sln \ DeSmuME_x64.manifest DeSmuME_x86.manifest desmume_LDADD = ../libdesmume.a yopyop_private.o if HAVE_GDB_STUB