Prozaks
✅ dotnet build and preprocessor symbol definition
Btw the reason why i have to do this is beacause the calls i have to do are really os dependant functions, if windows i need to call timeBeginPeriod and if linux i just have to use usleep, there's no "clean" workaround for that afaik
71 replies
✅ dotnet build and preprocessor symbol definition
The reason why i needed a preprocessor symbol is because i have a function that needs to call unmanaged code and it depends on the os, i got what i wanted by adding $(OS) to the conditional compilation symbols list and then defining that in the cli, works as intended
71 replies