I am trying to build and open source project (openvxi 3.4) using nmake and the build files provided by that project. I get the following message -
NMAKE : fatal error U1100: macro '$@' is illegal in the context of batch rule '.c.obj'
Now from the online MSDN reference, that only '$<' macro is allowed in batch rule but I couldn't figure out where this '$@' was added in batch rule. I have attached the files being used for reference. Makefile.NT(.txt added to upload it) is the makefile which included 'make.rules' and 'make.def'.
Thanks in advance for any help.
PS: I am using nmake from MSVS8 though the project was tested with MSVS7.1. Not sure if that makes a difference.
Bookmarks