Skip to content

Commit 0d3cbb3

Browse files
committed
Add Ubuntu / OpenBSD MinGW32 cross-compile examples
Update make.def to include Ubuntu and OpenBSD cross-comple examples
1 parent 565e606 commit 0d3cbb3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

make.def

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,15 @@
1111
# MinGW32 Cross Compile;
1212
# --------------------------------------------------------------------
1313

14+
# Ubuntu
15+
#TOOLPATH=/usr/bin/
16+
#CROSS=$(TOOLPATH)/i586-mingw32msvc-
17+
18+
# OpenBSD
1419
#TOOLPATH=/usr/local/mingw32/bin/
1520
#CROSS=$(TOOLPATH)/i386-mingw32-
21+
22+
# Common
1623
#EXTRA_LDFLAGS=-s -L../mingw/lib -lwpcap -lPacket -lws2_32
1724
#EXTRA_CFLAGS=-DWINPCAP -I../mingw/include
1825
#TARGET=mingw32

0 commit comments

Comments
 (0)