Updated Working on Windows (markdown)

master
Ray 2 年之前
父節點
當前提交
0bbfb73593
共有 1 個檔案被更改,包括 7 行新增1 行删除
  1. +7
    -1
      Working-on-Windows.md

+ 7
- 1
Working-on-Windows.md

@ -73,4 +73,10 @@ Just open your example source file on Notepad++ and execute (F6) the script `ray
Using MinGW make tool, just navigate from command line to `raylib/examples/` folder and type:
mingw32-make PLATFORM=PLATFORM_DESKTOP
mingw32-make PLATFORM=PLATFORM_DESKTOP
### Building raylib project with VC (`CL.exe`) in Command-Line-Environment
A tool has been created to ease this specific approach to building raylib: [`VCrayApp`](https://orcmid.github.io/nfoTools/dev/D211101/)
`VCrayApp` is a project-folder organization that is useful for creating Microsoft Windows programs using the [raysan5/raylib](https://www.raylib.com/) library for graphical applications.

Loading…
取消
儲存