Author Topic: Makefile export (Linux)  (Read 4619 times)

DragonSt0rm

  • Guest
Makefile export (Linux)
« on: February 22, 2006, 12:55:12 am »
RC2-Linux.

I generated Makefile from a project and the target for executable was set to be the full path: /home/user/Projects/PrjName/filename

Well, this is not OK.  I unziped the distribution on another machine to compile the program with makefile and it complained that the
path does not exist.  Of course, I do not have the Project folder on that machine.

As a rule, paths should always be relative. I assume this is an easy fix.

Anyhow, keep up the good work. I become a fan of C::B :-)