changeset 222:f9012ceeafea

update README.txt info
author Frank Benoit <benoit@tionex.de>
date Mon, 19 May 2008 02:25:11 +0200
parents 82b599d21983
children 2d153805c8cd
files README.txt
diffstat 1 files changed, 4 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/README.txt	Mon May 19 01:08:45 2008 +0200
+++ b/README.txt	Mon May 19 02:25:11 2008 +0200
@@ -5,16 +5,17 @@
 Requirements:
 =============
 Buildtool : DSSS 0.75
-Compiler  : DMD 1.027
-D Lib     : Tango release 0.99.5
+Compiler  : DMD 1.028
+D Lib     : Tango release 0.99.6
 Import libs
+Please check also http://www.dsource.org/projects/dwt/wiki/Requirements
 
 Import libs:
 ============
 To link everything you need the import libs.
 They are not included in the source repository, please use this archive
 
-    http://downloads.dsource.org/projects/dwt-linux/dwt-win-libs.zip
+    http://downloads.dsource.org/projects/dwt/dwt-win-importlibs.zip
 
 They don't contain any DWT code, only the import libraries to link to the windows system DLLs.
 
@@ -61,12 +62,6 @@
      rcc dwt.rc
    link the resulting dwt.res with the -L/rc:dwt.res
 
-Changes/Additions to SWT
-========================
-  o MessageBox can be instantiated without parent. Use the Ctor "this( int style )",
-    calling the other ctors will still force a non-null parent.
-  o Allow null argument for
-        - dwt.graphics.TextLayout setText(char[])