views:

61

answers:

0

hi,

i tried to execute make file with nmake in dos-prompt and got the following message:

makefile.in(145) : fatal error U1034: syntax error : separator missing

i took a look into the make file and the line 145 says:

ifeq (@INSTALINFO_FOUND@,yes)

i have absolutely no clue how to fix this ... any ideas?