[interfacekit] Re: [Open-beos-cvs]CVS: current/src/kits/appApplication.cpp,1.36,1.37
- From: Ingo Weinhold <bonefish@xxxxxxxxxxxxxxx>
- To: Interface Kit <interfacekit@xxxxxxxxxxxxx>
- Date: Sat, 17 Jan 2004 18:31:31 +0100
On 2004-01-17 at 17:35:03 [+0100], Adrian Oanca wrote:
> Update of /cvsroot/open-beos/current/src/kits/app
> In directory sc8-pr-cvs1:/tmp/cvs-serv4061
>
> Modified Files:
> Application.cpp
> Log Message:
> fixed the problems Ingo pointed out
>
> Index: Application.cpp
> CVS Browser:
> http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/open-beos/current/src/kits/app/Application.cpp
> ===================================================================
> RCS file: /cvsroot/open-beos/current/src/kits/app/Application.cpp,v
> retrieving revision 1.36
> retrieving revision 1.37
> diff -u -d -r1.36 -r1.37
> --- Application.cpp 13 Jan 2004 00:30:08 -0000 1.36
> +++ Application.cpp 17 Jan 2004 16:35:00 -0000 1.37
> @@ -60,6 +60,7 @@
> // Local Includes
> --------------------------------------------------------------
>
> // Local Defines
> ---------------------------------------------------------------
> +#define RUN_WITHOUT_REGISTRAR
Please don't define this variable anymore here. It breaks the registrar and
thus all classes
that need it. To define it, simply define an equally named environment
variable. E.g. you can
run jam like:
RUN_WITHOUT_REGISTRAR=1 jam ...
I should probably have announced, that I changed this. I guess, I was supposing
that everyone
reads the CVS mails (which I encourage anyone to do -- you get a good idea of
what's going on).
CU, Ingo
Other related posts: