MantisBT - CMake
View Issue Details
0000085CMakepublic2003-07-19 12:222016-06-06 16:36
Sebastien Barre 
Bill Hoffman 
urgentmajoralways
closedfixed 
 
 
0000085: Nmake mode does not support more than one dot in a filename
In nmake mode, try to compile:
KitwareDocuments-cvs\Projects\VTKCourse\ReorganizedExercises\exercise1b
It will fail:
makefile(66) : fatal error U1001: syntax error : illegal character '.' in macro
Stop.

Reason for this (see Makefile):
exercise1b.answer_SRC_OBJS = \
exercise1b.answer.obj

exercise1b.answer_SRC_OBJS is not an allowed syntax for a macro.

Note: I guess some other characters might be forbidden in a macro name (like dash, -)
No tags attached.
Issue History
2016-06-06 16:36Brad KingResolutionopen => fixed

Notes
(0000067)
Bill Hoffman   
2003-08-01 14:35   
fixed in CVS