CMake Borland Compiler Issues

From KitwarePublic
Revision as of 16:38, 13 December 2005 by Barre (talk | contribs)
Jump to navigationJump to search

'+' (plus) in the file name problem

  • Borland linker when creating executable does not support '+' in the name.
  • CMake solves this problem by creating object files by replacing '+' with '_p_'.



CMake: [Welcome | Site Map]