Move dddraw detection to a configure option. Requested by DosFreak.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4056
This commit is contained in:
parent
339fb9f808
commit
ee8d976ebc
3 changed files with 37 additions and 18 deletions
|
@ -3,6 +3,9 @@
|
|||
/* Define to 1 to enable internal debugger, requires libcurses */
|
||||
#define C_DEBUG 0
|
||||
|
||||
/* Define to 1 to enable output=ddraw */
|
||||
#define C_DDRAW 1
|
||||
|
||||
/* Define to 1 to enable screenshots, requires libpng */
|
||||
#define C_SSHOT 1
|
||||
|
||||
|
@ -46,10 +49,7 @@
|
|||
/* environ can be linked */
|
||||
#define ENVIRON_LINKED 1
|
||||
|
||||
/* Define to 1 if you have the <ddraw.h> header file. */
|
||||
#define HAVE_DDRAW_H 1
|
||||
|
||||
/* Define to 1 if you want serial passthrough support (Win32 only). */
|
||||
/* Define to 1 if you want serial passthrough support. */
|
||||
#define C_DIRECTSERIAL 1
|
||||
|
||||
#define GCC_ATTRIBUTE(x) /* attribute not supported */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue