mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
ref-static-makefiles: Enable ne2000 and pcap on MinGW
This commit is contained in:
@@ -12,6 +12,7 @@ MT32 = 1
|
||||
|
||||
CFLAGS = -O3 -DNDEBUG -Wstrict-overflow=0 -Wstrict-aliasing=0 -fomit-frame-pointer -mno-ms-bitfields -I. \
|
||||
-I$(DBX_PATH) \
|
||||
-I$(DBX_PATH)/vs2015/pcap \
|
||||
-I$(DBX_PATH)/include \
|
||||
-I$(DBX_PATH)/src \
|
||||
-I$(DBX_PATH)/src/aviwriter \
|
||||
@@ -27,6 +28,7 @@ CFLAGS += $(shell sdl2-config --cflags)
|
||||
|
||||
CXXFLAGS = -O3 -DNDEBUG -std=gnu++11 -Wstrict-overflow=0 -Wstrict-aliasing=0 -fomit-frame-pointer -mno-ms-bitfields -I. \
|
||||
-I$(DBX_PATH) \
|
||||
-I$(DBX_PATH)/vs2015/pcap \
|
||||
-I$(DBX_PATH)/include \
|
||||
-I$(DBX_PATH)/src \
|
||||
-I$(DBX_PATH)/src/aviwriter \
|
||||
|
@@ -115,7 +115,7 @@
|
||||
/* #undef C_MT32 */
|
||||
|
||||
/* Define to 1 to enable NE2000 ethernet passthrough, requires libpcap */
|
||||
/* #undef C_NE2000 */
|
||||
#define C_NE2000 1
|
||||
|
||||
/* Define to 1 to use opengl display output support */
|
||||
/*#define C_OPENGL 1*/
|
||||
|
Reference in New Issue
Block a user