ref-static-makefiles: Enable ne2000 and pcap on MinGW

This commit is contained in:
Jookia
2020-10-04 23:15:33 +11:00
parent 4335b56716
commit 1609c09560
2 changed files with 3 additions and 1 deletions

View File

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

View File

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