DWT building
Alexandr Druzhinin
drug2004 at bk.ru
Thu Jan 24 10:00:14 PST 2013
24.01.2013 22:32, Alexandr Druzhinin пишет:
> Hello
> How to link application against dwt lib without rdmd? I use monodevelop
> and need to pass arguments to compiler. if I use rdmd like this:
> rdmd build swtsnippets[Snippet195]
> it cannot find derelict and fail and I cant imagine how to pass argument
> to rdmd. And I'd like to use dmd instead of rdmd build
>
> Thanks
I've solved the problem with using
-Jpath\to\dwt\org.eclipse.swt.snippets\res\ and linking against every
lib from dwt\lib. But I think it isn't clear way - there is nothing
about it in readme.
More information about the Digitalmars-d-dwt
mailing list