wb1j+@andrew.cmu.edu (William M. Bumgarner) (04/09/89)
I am using the following to compile a code resource (i figured out the strings question): C -b -n -r 6 -I {CIncludes%bum},{CIncludes} 6 obj.o the 6's represent the optioin-d character... My problem: C will find the includes in the first path specified, but not the second. I have tried two lines of -I with the same result. Adding a space between the paths doesn't help, either... Bug or stupidity on my part? (Probably latter...). thanks again, b.bum wb1j+@andrew.cmu.edu