Thread overview
dwt2 debug lib
Mar 30, 2009
yidabu
Mar 30, 2009
Frank Benoit
Mar 30, 2009
yidabu
Mar 30, 2009
yidabu
March 30, 2009
how about pre-build dwt2 debug lib for debugger?




-- 
yidabu <yidabu.spam@gmail.com> http://www.dsource.org/projects/dwin/

D 语言-中文(D Chinese): http://www.d-programming-language-china.org/ http://bbs.d-programming-language-china.org/ http://dwin.d-programming-language-china.org/ http://scite4d.d-programming-language-china.org/


March 30, 2009
yidabu schrieb:
> how about pre-build dwt2 debug lib for debugger?

Right, that was missing.
I added this to the rakefile.
You can now enable that with

$ rake DEBUG=1 base swt

or set the environment variable DEBUG to '1'.

$ set DEBUG=1
$ rake base swt


March 30, 2009
On Mon, 30 Mar 2009 12:11:15 +0200
Frank Benoit <keinfarbton@googlemail.com> wrote:

> yidabu schrieb:
> > how about pre-build dwt2 debug lib for debugger?
> 
> Right, that was missing.
> I added this to the rakefile.
> You can now enable that with
> 
> $ rake DEBUG=1 base swt
> 
> or set the environment variable DEBUG to '1'.
> 
> $ set DEBUG=1
> $ rake base swt

Thanks.

how about name debug lib like:

debug lib: dwt-base-d.lib
release lib: dwt-base.lib


-- 
yidabu <yidabu.spam@gmail.com> http://www.dsource.org/projects/dwin

D 语言-中文(D Chinese): http://www.d-programming-language-china.org/ http://bbs.d-programming-language-china.org/ http://dwin.d-programming-language-china.org/ http://scite4d.d-programming-language-china.org/


March 30, 2009
On Tue, 31 Mar 2009 06:08:55 +0800
yidabu <dyuyan.spam@gmail.com> wrote:

> On Mon, 30 Mar 2009 12:11:15 +0200
> Frank Benoit <keinfarbton@googlemail.com> wrote:
> 
> > yidabu schrieb:
> > > how about pre-build dwt2 debug lib for debugger?
> > 
> > Right, that was missing.
> > I added this to the rakefile.
> > You can now enable that with
> > 
> > $ rake DEBUG=1 base swt
> > 
> > or set the environment variable DEBUG to '1'.
> > 
> > $ set DEBUG=1
> > $ rake base swt
> 
> Thanks.
> 
> how about name debug lib like:
> 
> debug lib: dwt-base-d.lib
> release lib: dwt-base.lib

or make a new directory for debug lib


-- 
yidabu <yidabu.spam@gmail.com> http://www.dsource.org/projects/dwin

D 语言-中文(D Chinese): http://www.d-programming-language-china.org/ http://bbs.d-programming-language-china.org/ http://dwin.d-programming-language-china.org/ http://scite4d.d-programming-language-china.org/