TopoToolbox / libtopotoolbox

A C library for the analysis of digital elevation models.
https://topotoolbox.github.io/libtopotoolbox/
GNU General Public License v3.0
0 stars 3 forks source link

Define TOPOTOOLBOX_BUILD in excesstopography.c #48

Closed wkearn closed 3 weeks ago

wkearn commented 3 weeks ago

We must remember to do this for every file that implements TOPOTOOLBOX_API functions, because it controls whether the Windows __declspec is dllexport or dllimport. This only affects Windows, so it did not show up on our Unix development machines, and we didn't catch this in our CI because we only ever build static libraries.

.github/workflows/ci.yaml adds a shared library build step to catch errors like this.