- I downloaded
libsodium-msvc from the website and I pointed SODIUM= to the extraction directory.
nmake.
- This happens:
NMAKE : U1073: "-I" konnte nicht erstellt werden
I would guess that just adding -I $(SODIUM)/include to $(INCL) - as Make_mvc.mak does it now - is not the right way to do it.