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. :)

Reply via email to