Commit Graph

5 Commits

Author SHA1 Message Date
Antonio Niño Díaz
0079268fcd examples: template: Update BlocksDS makefiles
They have been updated a few times in the BlocksDS repository, but not
here.
2024-08-13 19:50:29 +01:00
Antonio Niño Díaz
e9f12e4aee templates: examples: Fix linker invocation for C++
Using g++ to link object files automatically links the STD of C++. It looks
like this library is linked outside of the start/end-group commands with
the other libraries, which causes undefined reference errors when linking
C++ projects that use standard library functions that interface with the
OS, like `fopen()`.

Thanks to @lifehackerhansol for the report and testing the fix.
2024-03-26 18:57:01 +00:00
Antonio Niño Díaz
5c0ae4ad1e build: Fix name of filesystem variables 2023-11-11 14:31:25 +00:00
Antonio Niño Díaz
e5e72057e0 build: Update BlocksDS makefiles 2023-11-11 14:00:13 +00:00
Antonio Niño Díaz
7aac024b0b template: Support building it in BlocksDS 2023-05-09 02:28:13 +02:00