diff options
author | pommicket <pommicket@gmail.com> | 2021-08-14 19:33:17 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2021-08-14 19:33:17 -0400 |
commit | c6c724d4aa5f38db366141085ae0e9fe24b02033 (patch) | |
tree | 42a9439696b0a54db430a5e58a1cdca2edfdc653 | |
parent | 7fdd5a7b751f37197a38d3f3391b4b819b84c7bf (diff) |
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -130,7 +130,7 @@ And on Windows: ``` nasm -f win64 sdl.asm -o sdl_asm.obj -cl /nologo /Fe:SDL2 /LD sdl_asm.obj sdl.c /I C:\\SDL2-2.0.14\\include +cl /nologo /Fe:SDL2 /LD sdl_asm.obj sdl.c /I C:\SDL2-2.0.14\include ``` And just copy `SDL2.dll` to the same directory as the target application. |