Add user32.lib for clipboard functions and shell32.lib for file dragging functions

master
Víctor López 6 月之前
父節點
當前提交
4300504e10
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      Working-on-Windows.md

+ 1
- 1
Working-on-Windows.md

@ -133,7 +133,7 @@ This will output `a.exe` to the current directory, where you can run it with `./
### Build ONE example using msvc/cl
cl gdi32.lib msvcrt.lib raylib.lib winmm.lib filename.c -Ic:\path\to\raylib\include /link /libpath:c:\path\to\raylib\lib /NODEFAULTLIB:libcmt
cl gdi32.lib msvcrt.lib raylib.lib winmm.lib user32.lib shell32.lib filename.c -Ic:\path\to\raylib\include /link /libpath:c:\path\to\raylib\lib /NODEFAULTLIB:libcmt
## Install additional libraries in w64devkit

Loading…
取消
儲存