makefiles for core_full directory
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@974
This commit is contained in:
parent
787a0c941a
commit
b1da749576
2 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
SUBDIRS = core_16
|
||||
SUBDIRS = core_16 core_full
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/include
|
||||
|
||||
noinst_LIBRARIES = libcpu.a
|
||||
libcpu_a_SOURCES = callback.cpp cpu.cpp flags.cpp modrm.cpp modrm.h slow_16.cpp instructions.h
|
||||
libcpu_a_SOURCES = callback.cpp cpu.cpp flags.cpp modrm.cpp modrm.h slow_16.cpp core_full.cpp instructions.h
|
3
src/cpu/core_full/Makefile.am
Normal file
3
src/cpu/core_full/Makefile.am
Normal file
|
@ -0,0 +1,3 @@
|
|||
|
||||
noinst_HEADERS = ea_lookup.h load.h loadwrite.h op.h optable.h save.h \
|
||||
string.h support.h
|
Loading…
Add table
Reference in a new issue