mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
0a93e3e845
Here is an update for the crossgo32 port. I have added an extra distribution which includes a utility to convert the COFF binaries into dos EXE files. I also take over as maintainer with the previous maintainers permission. PR: 3987 Submitted by: Joel Sutton <sutton@aardvark.apana.org.au>
3 lines
38 B
Makefile
3 lines
38 B
Makefile
coff2exe:
|
|
gcc -o coff2exe coff2exe.c
|