We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 565e606 commit 0d3cbb3Copy full SHA for 0d3cbb3
make.def
@@ -11,8 +11,15 @@
11
# MinGW32 Cross Compile;
12
# --------------------------------------------------------------------
13
14
+# Ubuntu
15
+#TOOLPATH=/usr/bin/
16
+#CROSS=$(TOOLPATH)/i586-mingw32msvc-
17
+
18
+# OpenBSD
19
#TOOLPATH=/usr/local/mingw32/bin/
20
#CROSS=$(TOOLPATH)/i386-mingw32-
21
22
+# Common
23
#EXTRA_LDFLAGS=-s -L../mingw/lib -lwpcap -lPacket -lws2_32
24
#EXTRA_CFLAGS=-DWINPCAP -I../mingw/include
25
#TARGET=mingw32
0 commit comments