News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Custom Makefile in msys2 environment

Started by pozzugno, March 10, 2021, 09:40:43 AM

Previous topic - Next topic

pozzugno

I have a C project that can be compiled using a Makefile under msys2 environment.

Now I'd like to create a C::B project, configure it as a custom Makefile and try to build it using msys2. Is it possible? I couldn't figure it.

Maybe I should use a command line like: c:/msys64/mingw64.exe /usr/bin/bash -lc make, but I don't think C::B will be able to capture the output from msys window (because a new window opens).

Any suggestions?