Programming Windows D Examples are now Online!

Andrej Mitrovic andrej.mitrovich at gmail.com
Tue Jun 21 08:47:30 PDT 2011


I completey forgot about single-project compilation yesterday.

I've pushed a new changeset which allows you to build each project
alone by CD-ing to the directory and building, e.g.:

$ cd "C:\Documents and Settings\Andrej\Desktop\WinAPI\Samples\Chap01\HelloMsg"
$ rdmd ..\..\..\build.d "%cd%"

The quotes are important for CD in order for paths with spaces to
work. The build script will warn you if you passed an incorrect path
though. :)


More information about the Digitalmars-d-announce mailing list