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