- Fixes for cflash updates

- Added makefile.am linking for cflash
- Removed self-inserting redundant include in yopyop.. I thought that was fixed before.. sigh.
This commit is contained in:
ieremiou 2006-05-26 14:03:43 +00:00
parent 2b550ddba4
commit 74257346de
2 changed files with 2 additions and 2 deletions
desmume/src/windows

View File

@ -1,7 +1,8 @@
bin_PROGRAMS = desmume
desmume_SOURCES = \
CWindow.cpp CWindow.hpp IORegView.cpp IORegView.hpp \
CWindow.cpp CWindow.hpp cflash.cpp cflash.h \
des_view.cpp des_view.hpp ginfo.cpp ginfo.hpp \
IORegView.cpp IORegView.hpp \
main.cpp mapView.cpp mapView.hpp mem_view.cpp mem_view.hpp \
oamView.cpp oamView.hpp palView.cpp palView.hpp \
resource.h saves.cpp saves.hpp \

View File

@ -4,7 +4,6 @@
#include <windows.h> // include for version info constants
#include "resources.rc"
#include "yopyop_private.rc"
A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "DeSmuME.ico"