Prototype buildsystem "Drake"

Nick Sabalausky a at a.a
Wed Jul 13 11:35:05 PDT 2011


"Nick Sabalausky" <a at a.a> wrote in message 
news:ivkoms$7d9$1 at digitalmars.com...
>
> "foo".exe  // "foo.exe" or "foo"
> "foo".obj  // "foo.obj" or "foo.o"
> "foo".lib  // "foo.lib" or "foo.a"
> "foo".slib  // "foo.dll" or "foo.so"
> "foo".bat  // "foo.bat" or "foo"
> "foo".sh   // "foo.bat" or "foo.sh"
>
> And new ones are easy to define:
>

[Forgot to finish that thought:]

alias crossPlatformSuffix!(".obj", ".o") obj;




More information about the Digitalmars-d mailing list