freebasic / fbc

FreeBASIC is a completely free, open-source, multi-platform BASIC compiler, with syntax similar to MS-QuickBASIC, that adds new features such as pointers, object orientation, unsigned data types, inline assembly, and many others.
https://www.freebasic.net
905 stars 139 forks source link

Add support for DragonflyBSD and Solaris #285

Closed ghost closed 3 years ago

ghost commented 3 years ago

Please read these two forum threads:

https://www.freebasic.net/forum/viewtopic.php?f=17&t=29149

https://www.freebasic.net/forum/viewtopic.php?f=17&t=29165

The last thread I posted a patch. I did it in darkness without any guidance, so please don't surprise if it doesn't work at all.

Best regards.

countingpine commented 3 years ago

Added in Pull Requests: https://github.com/freebasic/fbc/pull/286 (DragonFlyBSD) and https://github.com/freebasic/fbc/pull/287 (Solaris). Thanks CretinHo.