[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
use cygwin to create mingw binaries
From: |
Michael Scheibler |
Subject: |
use cygwin to create mingw binaries |
Date: |
Mon, 02 Apr 2001 14:16:02 +0200 |
Cygwin has got a compiler/linker switch to turn off the use of cygwin
headers/libraries and to use mingw headers/libraries instead.
It is:
gcc -mno-cygwin ...
How can I easily add this to gnustep's make process? Would it be
possible to automatically set this option if host is cygwin and target
is mingw32?
Michael
- use cygwin to create mingw binaries,
Michael Scheibler <=