On Oct 10, 2009, at 5:00 PM, Roberto Lopez wrote:
Teo:
Do you know if it is possible to tell hbmk2 to search at the current
folder for include files?
I've attempted '-i.' but it not worked.
I'm not skilled enough in hbmk2 as I want to be, but I'll try my best.
At first sight, seems that it's not hbmk2 problem but path in your
sources for your include files
if you have the folowing source:
<source>
#include "myinclude.ch"
#include "subdir/otherinclude.ch"
</source>
and your source files, both prg's and ch's are in the same directory
except "otherinclude.ch" which is located in the "./subdir", then you
just need to do:
hbmk2 yoursource.prg
It will found the "myinclude.ch", so you don't need to declare "-i."
So far, I believe that the same applies to C headers too.
However, please try to see the full help for hbmk2:
hbmk2 --help
best regards,
Teo
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour