1
0
Fork 0

no message

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1312
This commit is contained in:
Ulf Wohlers 2003-10-13 19:44:47 +00:00
parent 7b27e666f2
commit 55591a56da
18 changed files with 246 additions and 41 deletions

View file

@ -3,7 +3,7 @@
#define VERSION "0.60"
/* 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
@ -12,7 +12,7 @@
#define C_MODEM 1
/* Enable some heavy debugging options */
#define C_HEAVY_DEBUG 0
#define C_HEAVY_DEBUG 1
/* Enable memory function inlining in */
#define C_CORE_INLINE 0