diff options
author | Wade Walker <[email protected]> | 2011-02-02 04:37:46 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-02-02 04:37:46 +0100 |
commit | 4e29ab96c2e5f934b7441f0df5bc976accac7c59 (patch) | |
tree | 251bea577b53cdc7241bdb88f709f28838f5026d /make/lib/swt/README.txt | |
parent | a247475fa8834a289de0d86b6928b2c191ebf50d (diff) |
Added two simple SWT unit tests.
Added a test that draws one triangle, using both the SWT
canvas and the AWT canvas with the SWT_AWT bridge. Also
added the SWT JARs for each platform to make/lib (since
that's where antlr.jar and junit.jar were stored). Modified
the make files to build and run the new tests.
Diffstat (limited to 'make/lib/swt/README.txt')
-rw-r--r-- | make/lib/swt/README.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/lib/swt/README.txt b/make/lib/swt/README.txt new file mode 100644 index 000000000..214cec528 --- /dev/null +++ b/make/lib/swt/README.txt @@ -0,0 +1 @@ +version 3.6.1 |