From 5e688529f26b5492b9d33365999eb2a08e66f4b3 Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Sun, 13 Apr 2003 18:46:50 +0000 Subject: [PATCH] Added dpmi.cpp to makefiles and project. Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@923 --- src/ints/Makefile.am | 3 +-- src/platform/visualc/config.h | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/ints/Makefile.am b/src/ints/Makefile.am index 3a677e22..4a35bac5 100644 --- a/src/ints/Makefile.am +++ b/src/ints/Makefile.am @@ -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 diff --git a/src/platform/visualc/config.h b/src/platform/visualc/config.h index 811ebc70..ca9fb168 100644 --- a/src/platform/visualc/config.h +++ b/src/platform/visualc/config.h @@ -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