[CMake] Makefiles for MinGW
Julien Jomier
jjomier at cs.unc.edu
Tue Oct 11 16:23:51 EDT 2005
Hi Martin,
You should set the build option to "Unix Makefiles".
And you have to set some environment variables for CMake to find the
correct make program.:
PATH=c:/msys/1.0/bin\;c:/mingw/bin
Hope this helps,
Julien
Martin Baumann wrote:
> Hi,
>
> I have installed MinGW on my MS Windows system. Now I want to create
> makefiles
> that should be compiled by MinGW. What parameters do I have to set?
> [Build For] = ??? Borland ? Unix ? NMake
>
> When I choose NMake Makefiles -> 'cl was not found'.
> When I choose Unix Makefiles -> 'CMAKE_MAKE_PROGRAM is not set'
> I don't have Borland.
>
> Hmmm...
>
> Thanks, Martin
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> CMake mailing list
> CMake at cmake.org
> http://www.cmake.org/mailman/listinfo/cmake
More information about the CMake
mailing list