diff options
author | Ladislav Zezula <zezula@volny.cz> | 2021-03-22 15:56:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-22 15:56:31 +0100 |
commit | 669a3c702d39e1d371870a57cb67e727632ba9a9 (patch) | |
tree | 7fd1e48c49ce1ab8129003500aa43911249ff395 /README.md | |
parent | fc59080e24b5f8ff10d493fa90f01b2624983138 (diff) |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ $ make install ### Windows (Test Project) 1. Include the main StormLib header: `#include <StormLib.h>` -2. Set the library directory with StormLibXYZ.lib +2. Set the correct library directory for StormLibXYZ.lib: * X: D = Debug, R = Release * Y: A = ANSI build, U = Unicode build * Z: S = Using static CRT library, D = Using Dynamic CRT library |