Hi Eduardo,

Thanks.

I think most of them already implemented, except the settings of CC_DIR
and BISON_DIR.

> make_pc2.bat
> --------------------
> added if "%CC_DIR%"=="" SET ...
> added if "%BISON_DIR%"=="" SET ...
This is a TODO.

> added "mt" parameter to build multi thread files in separated way.

It is done the other way around ie. by default, ST and MT system files
are created, but we can tell the BAT file to create just ST ones. Ie.
"MAKE_PC NOMT" -> Create ST Core files only. I'm not sure if MT option
will be OK because MT files cannot be made alone. ST should come first.

> removed the "core" parameter, so call only make_pc to build core files.

It is there already.

> removed "goto build_all" command on clean section, so clean command only 
> clean the files. 

"MAKE_PC CLEAN NOBUILD" will do this thing.

> removed DLL_OK and CONTRIBS_OK sessions and redirected to BUILD_OK one.

What I have in mind is to copy only the files created during a session.
So, I think this one should temporarily no problem. The one that I have
to modify is to avoid use of wild card ie. "COPY *.LIB LIB". IMO, this
is too ambiguous.
--
Andi


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
xHarbour-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to