Fix MinGW static makefiles; Fix MinGW building.

This commit is contained in:
yksoft1
2019-10-01 18:52:30 +08:00
parent b8a082a39f
commit 38f2ea9a3e
6 changed files with 43 additions and 10 deletions

View File

@@ -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) \

View File

@@ -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). */