Changeset 166:71ec57b4c8f3
- Timestamp:
- 09/07/08 19:38:10
(4 months ago)
- Author:
- Frank Benoit <benoit@tionex.de>
- Parents:
165:20cdc983a411 163:e5dd0081ccba
- branch:
- default
- Message:
merge
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r163 |
r166 |
|
| 1 | 1 | |
|---|
| 2 | | [packageimport.d] |
|---|
| | 2 | |
|---|
| 3 | 3 | [fixmodule.d] |
|---|
| 4 | 4 | [collectionimp.d] |
|---|
| 5 | | |
|---|
| 6 | | [dwtx/draw2d] |
|---|
| 7 | | type=library |
|---|
| 8 | | buildflags+=-Jres |
|---|
| 9 | | |
|---|
| 10 | 5 | [dwtx] |
|---|
| 11 | 6 | type=library |
|---|
| r165 |
r166 |
|
| 1 | 1 | |
|---|
| | 2 | |
|---|
| | 3 | [fixmodule.d] |
|---|
| | 4 | [collectionimp.d] |
|---|
| 2 | 5 | [dwtx] |
|---|
| 3 | 6 | type=library |
|---|
| 4 | 7 | buildflags+=-Jres |
|---|
| | 8 | |
|---|
| | 9 | #exclude the incomplete JFace.Text |
|---|
| | 10 | exclude+=dwtx/text |
|---|
| | 11 | exclude+=dwtx/jface/contentassist |
|---|
| | 12 | exclude+=dwtx/jface/text |
|---|
| | 13 | exclude+=dwtx/jface/internal/text |
|---|
| | 14 | |
|---|
| 5 | 15 | version(linux){ |
|---|
| 6 | 16 | buildflags+=-I../dwt-linux |
|---|