removed nativewin32 stuff from makesystem, added unzip.c to it
[[Split portion of a mixed commit.]]
This commit is contained in:
parent
d5d8c48b2a
commit
031ea29231
11
Makefile.am
11
Makefile.am
|
@ -1,7 +1,7 @@
|
|||
AUTOMAKE_OPTIONS = subdir-objects
|
||||
|
||||
bin_PROGRAMS = fceu
|
||||
fceu_SOURCES = cart.cpp cheat.cpp crc32.cpp config.cpp debug.cpp endian.cpp fceu.cpp fds.cpp file.cpp filter.cpp general.cpp ines.cpp input.cpp md5.cpp memory.cpp netplay.cpp nsf.cpp palette.cpp ppu.cpp sound.cpp state.cpp unif.cpp video.cpp vsuni.cpp wave.cpp x6502.cpp movie.cpp
|
||||
fceu_SOURCES = cart.cpp cheat.cpp crc32.cpp config.cpp debug.cpp endian.cpp fceu.cpp fds.cpp file.cpp filter.cpp general.cpp ines.cpp input.cpp md5.cpp memory.cpp netplay.cpp nsf.cpp palette.cpp ppu.cpp sound.cpp state.cpp unif.cpp video.cpp vsuni.cpp wave.cpp x6502.cpp movie.cpp unzip.cpp
|
||||
|
||||
include $(srcdir)/boards/Makefile.am.inc
|
||||
include $(srcdir)/input/Makefile.am.inc
|
||||
|
@ -10,13 +10,6 @@ include $(srcdir)/mappers/Makefile.am.inc
|
|||
include $(srcdir)/drivers/common/Makefile.am.inc
|
||||
|
||||
fceu_SOURCES += $(sexyal_SOURCES)
|
||||
|
||||
if NATIVEWIN32
|
||||
#include drivers/win/Makefile.am.inc
|
||||
else
|
||||
include drivers/pc/Makefile.am.inc
|
||||
endif
|
||||
|
||||
fceu_SOURCES += $(fceud_SOURCES)
|
||||
fceu_SOURCES += $(fceud_SOURCES)
|
||||
|
||||
DEFAULT_INCLUDES =
|
||||
|
|
Loading…
Reference in New Issue