1
0
Fork 0

Added dpmi.cpp to makefiles and project.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@923
This commit is contained in:
Sjoerd van der Berg 2003-04-13 18:46:50 +00:00
parent bc209bd1b8
commit 5e688529f2
2 changed files with 2 additions and 3 deletions

View file

@ -1,7 +1,6 @@
AM_CPPFLAGS = -I$(top_srcdir)/include
noinst_LIBRARIES = libints.a
EXTRA_DIST = xms.h
libints_a_SOURCES = mouse.cpp xms.cpp ems.cpp \
libints_a_SOURCES = mouse.cpp xms.cpp xms.h ems.cpp dpmi.cpp \
int10.cpp int10.h int10_char.cpp int10_memory.cpp int10_misc.cpp int10_modes.cpp int10_pal.cpp int10_put_pixel.cpp \
bios.cpp bios_disk.cpp bios_keyboard.cpp

View file

@ -3,7 +3,7 @@
#define VERSION "0.58"
/* Define to 1 to enable internal debugger, requires libcurses */
#define C_DEBUG 0
#define C_DEBUG 1
/* Define to 1 to enable screenshots, requires libpng */
#define C_SSHOT 1