Andi, Before -> type "make_pc" to compile only core files Now -> type "make_pc" will compile core, mt, dll and contribs.
Before -> type "make_pc /mt" to compile only mt files, after st already builded. Before -> type "make_pc clean" to clean files only. Now -> type "make_pc clean" it will clean and build all again. IMHO I think to use "core" , "clean nobuild", "nomt" parameters is unnecessary. regards, Eduardo ----- Mensagem original ---- > De: Andi Jahja <[EMAIL PROTECTED]> > Para: Xharbour-Developers <[email protected]> > Enviadas: Quarta-feira, 7 de Maio de 2008 10:55:15 > Assunto: Re: [xHarbour-developers] Res: ChangeLog: 2008-05-07 12:00 UTC+0700 > Andi Jahja <harbour/AT/cbn/net/id> > > 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 Abra sua conta no Yahoo! Mail, o único sem limite de espaço para armazenamento! http://br.mail.yahoo.com/ ------------------------------------------------------------------------- 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

