[CMake] Makefile modification

Bill Hoffman bill.hoffman at kitware.com
Tue Nov 21 08:38:26 EST 2006


Ilya Shvetsov wrote:
>     Hi, all!
>
> I'm try to use CMake with Code Warrior for Nitendo DS.
> It seems that CW uses standard make-files.
> But in project makefile must be included two files
> There are:
> include    $(NITROSDK_ROOT)/build/buildtools/commondefs
> include    $(NITROSDK_ROOT)/build/buildtools/modulerules
>
Why does the project need those files?  I would not expect them
to be compatible with the rest of the cmake makefiles.  What
is in them that you need to do?

> How I can from project-script write to makefile this two lines?
> And if I can't, what solution for this case I can use?
>
> I see only one - write custom generator. But posible another one exists?
>
> --Ilya Shvetsov (mailto:chvetsov at kranx.com)
> Programmer
> KranX Productions (http://kranx.com/)
> _______________________________________________
> CMake mailing list
> CMake at cmake.org
> http://www.cmake.org/mailman/listinfo/cmake
>



More information about the CMake mailing list