Quantcast
Channel: MicroStation Programming - Forum - Recent Threads
Viewing all articles
Browse latest Browse all 1677

Re: [V8i] Strange error message from BMAKE process that *was* working

$
0
0

Bruce Reeves SRNS:

Objs = \
  $(o)$(appName).mo \

Rscs = \
  $(o)$(appName)Cmd.rsc \

In makefile syntax, the backslash is a continuation character.  In both the above statements, bmake is looking for another line.  It looks like some lines were removed, intentionally or otherwise, but the backlashes remain.

Change those lines...

Objs = \
  $(o)$(appName).mo

Rscs = \
  $(o)$(appName)Cmd.rsc

Or, perhaps more profitably, find out what was deleted.


Viewing all articles
Browse latest Browse all 1677

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>