afaik can confert xmate to hbmk2 (svn)
HOW CONVERT PROJECT FILE FROM XMATE,HBMAKE,XPBUILD ?
1) Download hbide and hbmk2 v2.1 or compile from cvs
2)convert from hbmake,xmate,xpbuild xhp to hbp
( hbmake to hbp)
hbmk2 test.bc -hbmake=test.hbp
(xmate to hbp)
hbmk2 test.hbp -xhp=test.xhp
(xbpuild to hbp)
hbmk2 test.hbp -hbmake=test.hbp
i suggest analyse resultcommand line of hbmk2 -help
to undestrand what is test.hbp is a collect of command line
each command contained in command line of "hbmk2 -help" may be used as row in hbp
......
xhp=<file> convert .xhp (xMate) project file to .hbp file
-hbmake=<file> convert hbmake project file to .hbp file
-xbp=<file> convert .xbp (xbuild) project file to .hbp file
.....
3) open with notepad hbp project created in prev step
add follow row if you use xharbour
-3rd=hbide_xhb=YES
add follow row if yoy use xbase++
-3rd=hbide_xpp=YES
add follow row if yoy use clipper
-3rd=hbide_clp=YES
4) addlib missing from your env that nor are standard like
with -l and name of lib or better refer to hbc is present
-lfivehx
-lFivehc.
-lhbzip.lib
-lct.lib
5) add your harbour flag in test.hbp
as you can read from
http://harbourlanguage.blogspot.com/
2010-07-07 12:52 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbide/idemisc.prg
* contrib/hbide/ideprojmanager.prg
+ Using hbmk2 to do xMate conversion.
It's now also possible to convert from hbmake (I don't
its standard extension), and xbuild projects (I didn't
add it to the UI though).
Please fix me: I'm still having a hard-time telling
hbide where hbmk2 is. Plus I used hb_processRun(), pls
replace it with any method is fit for hbide.
- Deleted redundant copy-pasted (and outdated) code from
hbmk2 hbide source into hbide. (BTW their licence
was also incompatible, pls don't put it back there)
MdaSolution wrote:I tried it but
I worked with xmate from many years and I work good with xmate
your Ide is not compatible with xmate : I cannot converte my xhp files (xmate) into yours Ide , Itry to compile a simply application ( 5 files) and it not run ok
I think fivewin for harbour need a own Ide no extern application