diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-09-13 18:37:25 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-09-13 18:37:25 +0000 |
commit | f3b14481cbbb0bb6a5a1dbcdaf9fa00e5e062796 (patch) | |
tree | a5a46ae770d5c5a508c001be86a241a8a7113402 /x11-toolkits/Makefile | |
parent | 76e871178375de9a41b5852a8c01fad501567a9d (diff) |
wxWidgets is a C++ cross-platform GUI toolkit.
Link with the appropriate library for your platform and
compiler, and your application will adopt the look and
feel appropriate to that platform.
D is a general purpose systems and applications programming
language. It is a higher level language than C++, but retains the
ability to write high performance code and interface directly
with the operating system API's and with hardware. D is not a
scripting language, nor an interpreted language.
wxD is wxWidgets bindings for the D programming language.
WWW: http://wxd.sourceforge.net/
PR: ports/102797
Submitted by: Jona Joachim <walkingshadow(at)grummel.net>
Notes
Notes:
svn path=/head/; revision=172964
Diffstat (limited to 'x11-toolkits/Makefile')
-rw-r--r-- | x11-toolkits/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index e63548869357..69474ca53d8b 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -226,6 +226,7 @@ SUBDIR += vte SUBDIR += vte-reference SUBDIR += wmapp + SUBDIR += wxd SUBDIR += wxgtk24 SUBDIR += wxgtk24-contrib SUBDIR += wxgtk24-docs |