Updated Working on Windows (markdown)

master
Ray 2 years ago
parent
commit
0bbfb73593
1 changed files with 7 additions and 1 deletions
  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: 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…
Cancel
Save