Page 1 of 1

use variable

Posted: Tue Sep 06, 2005 3:45 am
by Seb McClouth
Would it be possible to somehow convert the following, which is read from a file:

Code: Select all

bindir = c:\os\bin
to be

Code: Select all

bindir = path$
, so that when using for e.g.

Code: Select all

make $bindir/makefile
<-- with this I mean SUB Make (FileName$) for example.

grtz
Seb

Posted: Tue Sep 06, 2005 2:33 pm
by Seb McClouth
Yes, but I thought that building an OS (whether it's fake or not) you need a Make.

I just want to do it the hard way.

grtz
Seb