[Cmake] CMake-1.4.7: small bug in Borland makefile generator

Bill Hoffman bill.hoffman at kitware.com
Tue Jan 21 09:51:11 EST 2003


The borland makefiles are now generated by the unix makefile generator.
The file you need to look at is Modules/Platform/Windows-bcc32.cmake.
However, the space problem should not be there in 1.6 beta.
Did you try using 1.6?

-Bill


At 12:03 PM 1/21/2003 +0100, Stefan Kowski wrote:
>Hi,
>
>in line 348 of the file cmBorlandMakefileGenerator.cxx there must be a blank
>at the begin of the string:
>
>  if(t.GetType() == cmTarget::WIN32_EXECUTABLE)
>    {
>    command +=  "-tW -tWM ";    // <- missing blank
>    }
>
>I think it should be
>
>    command +=  " -tW -tWM ";
>
>Without the blank, the executable name in the generated makefile will be
>'foobar.exe-tW'.
>
>Stefan Kowski
>
>PS. I just downloaded the source of the 1.6 Beta, but I could not find the
>class there. There are Local/GlobalGenerator classes for MSVC6 etc., but not
>LocalGenerator class for Borland. Is it missing?
>
>_______________________________________________
>Cmake mailing list
>Cmake at public.kitware.com
>http://public.kitware.com/mailman/listinfo/cmake 






More information about the CMake mailing list