Skip to content
Snippets Groups Projects
Commit 3b5c5b4d authored by sof's avatar sof
Browse files

[project @ 1999-09-16 10:25:31 by sof]

mingw32 support
parent 55bea941
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,15 @@ i[[3456]]86-*-solaris2*)
i[[3456]]86-*-cygwin32*)
exeext='.exe'
TargetPlatform=i386-unknown-cygwin32;;
i[[3456]]86-*-mingw32*)
exeext='.exe'
# We assume you're using mingw32 via the gcc that comes
# with cygwin, and not the native port, so let's augment
# the gcc command-line used here with -mno-cygwin to
# arrange for good things to happen.
CFLAGS="-mno-cygwin $CFLAGS"
TargetPlatform=i386-unknown-mingw32
;;
m68k-next-nextstep2)
TargetPlatform=m68k-next-nextstep2;;
m68k-next-nextstep3)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment