Hi Petr,

Not a successful build that's for sure :)

Remember that one hbmk2 call can only have one target,
one call == one project.

.hbm files are scripts you can embeded, any number
of them, but they should result in *one* final valid
command line.

What you want to do is probably:
hbmk2 test.hbm
hbmk2 test1.hbm
hbmk2 test2.hbm

Brgds,
Viktor

Viktor Szakáts wrote:

Is there any important feature still missing from hbmk2?


Hi,
I don't know is important or not
but, please tell my what expected result for this

hbmk2 @all.hbm
hbmk2 @all2.hbm

-------- all.hbm -------
test2.hbm
test1.hbm
test.hbm
-----------------------

-------- all2.hbm ------
test1.hbm
test2.hbm
test.hbm
-----------------------

------ test.hbm -------
test.prg
-omytest
-----------------------

------ test1.hbm ------
-hblib
test1.prg
-omytest1
-----------------------
------ test2.hbm ------
-hbcc
-gh
test2.prg
-omytest2
-----------------------

------ test.prg ------
proc main
? (__FILE__)
return
-----------------------

------ test1.prg ------
proc libtest
? (__FILE__)
return
-----------------------

------ test2.prg ------
proc hrbtest
? (__FILE__)
return
-----------------------


Regards,
Petr





--
View this message in context: 
http://www.nabble.com/hbmk2%3A-any-features-still-missing--tp23501356p23503236.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to