———

 
Translations of this page:

MinGW and Cygwin

Links MinGW

Set console/windows application

CygWin

  • -mconsole (default) - compile console application
  • -mwindows - compile windows application

I've read that these are deprecated. This should be used instead:

  1. Wl,-subsystem,windows
  2. Wl,-subsystem,console

If you need to compile mingw application using cygwin use this compiller option:

  1. mno-cygwin

MinGW

  • should be the same as cygwin… or not ?
 
mingw-cygwin/home.txt · Last modified: 12.06.2010 00:46 by npelov
 
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki