mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-01 03:39:18 -05:00
Updated Create Visual Studio Project (markdown)
@ -9,7 +9,7 @@ Assuming you are using **Visual Studio 2017** and you downloaded raylib from **g
|
|||||||
2. Go under **Project > Properties of Your Project Name... > C/C++ > General** and include the following additional directories:
|
2. Go under **Project > Properties of Your Project Name... > C/C++ > General** and include the following additional directories:
|
||||||
- `$(raylibSrcDir)\release\include`
|
- `$(raylibSrcDir)\release\include`
|
||||||
|
|
||||||
3. Select **Preprocesor** and include the following preprocessor definitions (for Windows platform):
|
3. Select **Preprocessor** and include the following preprocessor definitions (for Windows platform):
|
||||||
- `GRAPHICS_API_OPENGL_33`
|
- `GRAPHICS_API_OPENGL_33`
|
||||||
- `PLATFORM_DESKTOP`
|
- `PLATFORM_DESKTOP`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user