Hi Viktor,

Il 06/04/2009 21.43, Viktor Szakáts ha scritto:
Hi Francesco,
    set HB_COMPILER=mingw (or what compiler I need)
    set path=j:\cvs\harbour_%HB_COMPILER%\bin;%PATH%

    and my ..\..\..\bin folder contains only SVN files.
    I thought to put
    ..\..\..\tools\hbmk2\%HB_ARCHITECTURE%\%HB_COMPILER%\hbmk2
    that surely exists, but we lost HB_ARCHITECTURE as needed var.

    Is there any other suggestion ?
    Otherwise I will revert that changes.


These vars are not guaranteed to exist and they aren't needed for hbmk2.
I'd suggest not to use a .bat file at all. It's platform specific so it's 
always a problem.
IMO qt45.qtp should contain '-O=..' so that all that copying can be 
removed, the cleanup should be done from .prg (if at all). Also, hbqtgen 
could automatically pick up qt45.qtp if no file is specified so basically 
all we'd need is:
 > hbmk2 hbqtgen -run

I think that's much simpler than maintaining such batch file, and either way you put it, it won't work out of the box for all users.
Ok I will check.

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

Reply via email to