|
Revision 340, 405 bytes
(checked in by Pse, 1 year ago)
|
Revert r339 as it's not needed to provide a rebuild
profile to block the "rdynamic" flag from being passed to GDC,
as pointed by JJR. Instead append the "-no-export-dynamic" flag
to each demo's buildflags. README_GDC added and README_DSSS
updated with proper notices for GDC users about this flag.
|
| Line | |
|---|
| 1 |
Notes on building gtkD and gtkD-based apps with GDC. |
|---|
| 2 |
======================================================================= |
|---|
| 3 |
|
|---|
| 4 |
Support for building gtkD using GDC is limited at the moment. Supported |
|---|
| 5 |
versions are GDC 0.22 and 0.23. Versions 0.24 and 0.25 are NOT supported |
|---|
| 6 |
and will not work. If you're using DSSS to build your own programs with |
|---|
| 7 |
gtkD, please append "-no-export-dynamic" to your buildflags. |
|---|