add paging.cpp
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1129
This commit is contained in:
parent
4d4b0d6df2
commit
fd3d665956
1 changed files with 2 additions and 1 deletions
|
@ -2,4 +2,5 @@ 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 core_full.cpp instructions.h
|
||||
libcpu_a_SOURCES = callback.cpp cpu.cpp flags.cpp modrm.cpp modrm.h slow_16.cpp core_full.cpp instructions.h \
|
||||
paging.cpp
|
Loading…
Add table
Reference in a new issue