|
Revision 0c19fd4113707e45ed9319212b8061175b9f9bf9, 380 bytes
(checked in by Rémi Denis-Courmont <rdenis@simphalempin.com>, 6 months ago)
|
WxWidgets?: good bye, I will not miss you.
If you wanted to keep it, you've had two years to take maintainership
and start fixing this mess. It's a bit late.
|
- Property mode set to
100644
|
| Line | |
|---|
| 1 |
DIST_SUBDIRS = beos macosx minimal_macosx pda qnx qt4 skins2 wince |
|---|
| 2 |
SUBDIRS = |
|---|
| 3 |
|
|---|
| 4 |
if HAVE_BEOS |
|---|
| 5 |
SUBDIRS += beos |
|---|
| 6 |
endif |
|---|
| 7 |
if HAVE_DARWIN |
|---|
| 8 |
SUBDIRS += macosx minimal_macosx |
|---|
| 9 |
endif |
|---|
| 10 |
if BUILD_PDA |
|---|
| 11 |
SUBDIRS += pda |
|---|
| 12 |
endif |
|---|
| 13 |
SUBDIRS += qnx |
|---|
| 14 |
if ENABLE_QT4 |
|---|
| 15 |
SUBDIRS += qt4 |
|---|
| 16 |
endif |
|---|
| 17 |
if BUILD_SKINS |
|---|
| 18 |
SUBDIRS += skins2 |
|---|
| 19 |
endif |
|---|
| 20 |
if HAVE_WINCE |
|---|
| 21 |
SUBDIRS += wince |
|---|
| 22 |
endif |
|---|
| 23 |
|
|---|
| 24 |
SOURCES_ncurses = ncurses.c |
|---|
| 25 |
SOURCES_fbosd = fbosd.c |
|---|