Skip to content

alexmac/mingwmac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

MinGW for Mac OSX

This is just the normal MinGW tolchain setup to act as a cross compiler (i.e. it runs on OSX but produces MinGW executables that run on Windows)

Currently based on GCC 4.7, but the makefile should be easily adaptable to other versions of MinGW.

How to use

If you wanted to compile a normal autoconf based lib with this toolchain you would do something like this:

PATH=/path/to/mingwmac/sdk/usr/bin:$PATH ./configure && make

About

MinGW cross-compiler for OSX hosts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages