- 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:
parent
2b550ddba4
commit
74257346de
desmume/src/windows
|
@ -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 \
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue