mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
Fix MinGW static makefiles; Fix MinGW building.
This commit is contained in:
@@ -66,6 +66,7 @@ CPPSRCS = $(DBX_PATH)/src/dosbox.cpp \
|
||||
$(wildcard $(DBX_PATH)/src/gui/*.cpp) \
|
||||
$(wildcard $(DBX_PATH)/src/gui/*.c) \
|
||||
$(wildcard $(DBX_PATH)/src/hardware/*.cpp) \
|
||||
$(wildcard $(DBX_PATH)/src/hardware/mame/*.cpp) \
|
||||
$(wildcard $(DBX_PATH)/src/hardware/parport/*.cpp) \
|
||||
$(wildcard $(DBX_PATH)/src/hardware/reSID/*.cpp) \
|
||||
$(wildcard $(DBX_PATH)/src/hardware/serialport/*.cpp) \
|
||||
|
@@ -200,7 +200,7 @@
|
||||
#define PACKAGE_NAME "dosbox-x"
|
||||
|
||||
/* Define to the full name and version of this package. */
|
||||
#define PACKAGE_STRING "dosbox-x 0.82.10"
|
||||
#define PACKAGE_STRING "dosbox-x 0.82.22"
|
||||
|
||||
/* Define to the one symbol short name of this package. */
|
||||
#define PACKAGE_TARNAME "dosbox-x"
|
||||
@@ -209,7 +209,7 @@
|
||||
#define PACKAGE_URL "http://dosbox-x.software"
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#define PACKAGE_VERSION "0.82.10"
|
||||
#define PACKAGE_VERSION "0.82.22"
|
||||
|
||||
/* The size of `int *', as computed by sizeof. */
|
||||
#define SIZEOF_INT_P 4
|
||||
@@ -236,7 +236,7 @@
|
||||
/* #undef TM_IN_SYS_TIME */
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "0.82.10"
|
||||
#define VERSION "0.82.22"
|
||||
|
||||
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
||||
significant byte first (like Motorola and SPARC, unlike Intel). */
|
||||
|
Reference in New Issue
Block a user