Jump to page: 1 2 3
Thread overview
Build v2.09
Aug 10, 2005
Derek Parnell
Aug 10, 2005
zwang
Aug 10, 2005
Uwe Salomon
Aug 10, 2005
pragma
Aug 10, 2005
Niko Korhonen
Aug 12, 2005
Bruno Medeiros
Aug 10, 2005
Dejan Lekic
Aug 10, 2005
Derek Parnell
Aug 10, 2005
Derek Parnell
Aug 10, 2005
Dejan Lekic
Aug 10, 2005
Chris Sauls
Aug 10, 2005
Derek Parnell
Aug 11, 2005
jicman
Aug 11, 2005
Derek Parnell
Aug 12, 2005
Bruno Medeiros
Aug 12, 2005
Markus Dangl
Aug 10, 2005
Charles
Aug 10, 2005
zwang
Aug 10, 2005
Charles
Aug 10, 2005
Shawn Liu
Aug 24, 2005
dickl
Aug 24, 2005
Derek Parnell
August 10, 2005
Release 2.09 (build #1197) is now available.

URL: http://www.dsource.org/projects/build/

v2.09 changes
--------------
** FIX: thanks to barrett9h (rodolfo): Now correctly handles the return
value from Unix system() call.

** FIX: thanks to oniony: Now handles non_ASCII characters in PATH environment symbol.

** CHG: The "-silent" switch now also hides the linker stdout display.

** CHG: Now supports and requires DMD v0.126 and GDC v0.13 or later.

** ENH: New pragma(export_version) allows specified version identifiers to be passed to all modules being compiled.

** ENH: New command line switch "-run" to run the program after a successful link.
--------------
-- 
Derek Parnell
(skype: derek.j.parnell)
Melbourne, Australia
Download BUILD from ...
http://www.dsource.org/projects/build/ v2.09 released 10/Aug/2005

http://www.prowiki.org/wiki4d/wiki.cgi?FrontPage

10/08/2005 12:04:48 PM
August 10, 2005
Derek Parnell wrote:
> Release 2.09 (build #1197) is now available.
> 
> URL: http://www.dsource.org/projects/build/ 
> 
> v2.09 changes --------------
> ** FIX: thanks to barrett9h (rodolfo): Now correctly handles the return
> value from Unix system() call. 
> 
> ** FIX: thanks to oniony: Now handles non_ASCII characters in PATH
> environment symbol. 
> 
> ** CHG: The "-silent" switch now also hides the linker stdout display. 
> 
> ** CHG: Now supports and requires DMD v0.126 and GDC v0.13 or later. 
> 
> ** ENH: New pragma(export_version) allows specified version identifiers to
> be passed to all modules being compiled.
> 
> ** ENH: New command line switch "-run" to run the program after a
> successful link.
> --------------

I love the "-run" switch! It saves me two keystrokes for every build.
Thank you!
August 10, 2005
> I love the "-run" switch! It saves me two keystrokes for every build.

It saves me 4... :)

Ciao
uwe
August 10, 2005
In article <1nzad1hebldvl.1npu2clmyrqm2$.dlg@40tude.net>, Derek Parnell says...
>
>Release 2.09 (build #1197) is now available.

Derek, I just want to say: thank you for Build.

Not only has it worked wonders for my own work, but has really helped me in turning people on to D.

Being able to say "You can do complex builds without a makefile or an IDE with one command" is a very powerful statement, especially in the midst of J2EE developers.

Thank you.

- EricAnderton at yahoo
August 10, 2005
pragma wrote:
> Not only has it worked wonders for my own work, but has really helped me in
> turning people on to D.

Agreed. It's the best compilation program I've ever seen. Not having to painstakingly type a 500-character compilation command is the best thing since sliced arrays.

> Being able to say "You can do complex builds without a makefile or an IDE with
> one command" is a very powerful statement, especially in the midst of J2EE
> developers.

...and at that point the C++ programmers start banging their heads against the mousepad even harder :)

-- 
Niko Korhonen
SW Developer
August 10, 2005
Mr. Parnell,
i've just downloaded .zip file (src) and tried to build "build" on my
GNU/Linux box. I have few notes about Makefile.unix and source archive.
1) There are no two files ( util/bmscanner.d and util/bmscanner_bn.d ) in
it.
2) Makefile refers to them, so it is not possible to do successfull build
without altering Makefile.unix.
3) After I removed them from SOURCES list and tried to "make clean", I
realized it does not clean "util" directory.

I am sure You can fix this, so I do not have to send You patch. :)

Kind regards and thanks for this wanderfull tool, even though I do not seriously use it - I still prefer writing simple Makefile.

Dejan

-- 
...........
Dejan Lekic
  http://dejan.lekic.org

August 10, 2005
On Wed, 10 Aug 2005 14:57:58 +0200, Dejan Lekic wrote:

> Mr. Parnell,
> i've just downloaded .zip file (src) and tried to build "build" on my
> GNU/Linux box. I have few notes about Makefile.unix and source archive.
> 1) There are no two files ( util/bmscanner.d and util/bmscanner_bn.d ) in
> it.
> 2) Makefile refers to them, so it is not possible to do successfull build
> without altering Makefile.unix.
> 3) After I removed them from SOURCES list and tried to "make clean", I
> realized it does not clean "util" directory.
> 
> I am sure You can fix this, so I do not have to send You patch. :)

LOL ... I'm *so* not using makefiles I forgot all about those.

> Kind regards and thanks for this wanderfull tool, even though I do not seriously use it - I still prefer writing simple Makefile.

Each to their own ... I'm too lazy for makefiles.

-- 
Derek Parnell
Melbourne, Australia
10/08/2005 11:36:13 PM
August 10, 2005
On Wed, 10 Aug 2005 23:37:46 +1000, Derek Parnell wrote:

> On Wed, 10 Aug 2005 14:57:58 +0200, Dejan Lekic wrote:
> 
>> Mr. Parnell,
>> i've just downloaded .zip file (src) and tried to build "build" on my
>> GNU/Linux box. I have few notes about Makefile.unix and source archive.

I've uploaded the corrected make files now.

-- 
Derek Parnell
Melbourne, Australia
10/08/2005 11:56:13 PM
August 10, 2005
Coolness, so can we expect -strip for 2.10 :) ?

Charlie

"Derek Parnell" <derek@psych.ward> wrote in message news:1nzad1hebldvl.1npu2clmyrqm2$.dlg@40tude.net...
> Release 2.09 (build #1197) is now available.
>
> URL: http://www.dsource.org/projects/build/
>
> v2.09 changes
> --------------
> ** FIX: thanks to barrett9h (rodolfo): Now correctly handles the return
> value from Unix system() call.
>
> ** FIX: thanks to oniony: Now handles non_ASCII characters in PATH environment symbol.
>
> ** CHG: The "-silent" switch now also hides the linker stdout display.
>
> ** CHG: Now supports and requires DMD v0.126 and GDC v0.13 or later.
>
> ** ENH: New pragma(export_version) allows specified version identifiers to be passed to all modules being compiled.
>
> ** ENH: New command line switch "-run" to run the program after a successful link.
> --------------
> --
> Derek Parnell
> (skype: derek.j.parnell)
> Melbourne, Australia
> Download BUILD from ...
> http://www.dsource.org/projects/build/ v2.09 released 10/Aug/2005
>
> http://www.prowiki.org/wiki4d/wiki.cgi?FrontPage
>
> 10/08/2005 12:04:48 PM


August 10, 2005
strip doesn't seem to recognize the file format of executables compiled by dmd for Windows.

Charles wrote:
> Coolness, so can we expect -strip for 2.10 :) ?
> 
> Charlie
> 
> "Derek Parnell" <derek@psych.ward> wrote in message
> news:1nzad1hebldvl.1npu2clmyrqm2$.dlg@40tude.net...
> 
>>Release 2.09 (build #1197) is now available.
>>
>>URL: http://www.dsource.org/projects/build/
>>
>>v2.09 changes
>>--------------
>>** FIX: thanks to barrett9h (rodolfo): Now correctly handles the return
>>value from Unix system() call.
>>
>>** FIX: thanks to oniony: Now handles non_ASCII characters in PATH
>>environment symbol.
>>
>>** CHG: The "-silent" switch now also hides the linker stdout display.
>>
>>** CHG: Now supports and requires DMD v0.126 and GDC v0.13 or later.
>>
>>** ENH: New pragma(export_version) allows specified version identifiers to
>>be passed to all modules being compiled.
>>
>>** ENH: New command line switch "-run" to run the program after a
>>successful link.
>>--------------
>>--
>>Derek Parnell
>>(skype: derek.j.parnell)
>>Melbourne, Australia
>>Download BUILD from ...
>>http://www.dsource.org/projects/build/ v2.09 released 10/Aug/2005
>>
>>http://www.prowiki.org/wiki4d/wiki.cgi?FrontPage
>>
>>10/08/2005 12:04:48 PM
> 
> 
> 
« First   ‹ Prev
1 2 3