Skip to content

MinGW lite for IDEs. Inspired by w64devkit.

Notifications You must be signed in to change notification settings

yprnet/mingw-lite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MinGW Lite

Extremely fast MinGW GCC build scripts for easy experiments.

Build

podman run -it --rm -v $PWD:/mnt -w /mnt docker.io/amd64/ubuntu:20.04

# in the container
./main.sh -p <profile>

Available profiles:

Profile Arch CRT Threads Exception HOST TARGET
64-mcf x86_64 UCRT mcf seh NT 6.1 NT 6.1
32-mcf i686 UCRT mcf dwarf NT 6.1 NT 6.1
64-ucrt x86_64 UCRT posix seh NT 6.1 NT 5.2
32-ucrt i686 UCRT posix dwarf NT 6.1 NT 5.1
64-msvcrt x86_64 MSVCRT posix seh NT 5.2 NT 5.2
32-msvcrt i686 MSVCRT posix dwarf NT 5.0 NT 5.0

Notes:

  • The build scripts write build files to host file system.
  • For profiles with HOST set to NT 5.2 or earlier, the UTF-8 manifest is removed from GCC.

About

MinGW lite for IDEs. Inspired by w64devkit.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 77.3%
  • C++ 22.7%