Compile Tango for DMD2 - Any instructions how to do it?

Mike Parker via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue May 17 20:15:25 PDT 2016


On Tuesday, 17 May 2016 at 21:49:28 UTC, TheDGuy wrote:
> Okay i now have several ".obj" files in 
> "Tango-D2-d2port\build\bin\win32" but how can i merge them to a 
> library?
> Anyone here who knows that?

Seigelord's port to D2 has a dub.json file, so you should be able 
to do this:

cd Tango-D2-d2port
dub build

That should get your library.


More information about the Digitalmars-d-learn mailing list