On 23.09.07 15:21:39, Christian Buhtz wrote: > I try to "port" a nmake-makefile to a gnu-makefile (MinGW). > > There is a line > !include "../../../Build.mak" > > I modified it to > include "../../../Build.mak"
I think you posted to the wrong mailinglist. This list is for users of cmake, not nmake or gnu-make. CMake is a cross-platform buildtool that can generate nmake or gnu-make Makefiles, those are not supposed to be changed manually after generation. Andreas -- Your heart is pure, and your mind clear, and your soul devout. _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
