I have a problem of terminology here, that would be super nice if you can help, I am not sure what this means.
On the tetgen website, the instructions to compile the tetgen library on Windows are as follows:
To create a library do the following minimum steps:
- Create a Win32 static library called
library
.- Add all source files into this project.
- Add the symbol
TETLIBRARY
to compile switches.- Build the project.
I don't understand this statement:
Add the symbol
TETLIBRARY
to compile switches.
Could you please tell me how to do that, and what "compile switches" refers to?