Updated Create Visual Studio Project (markdown)

master
Mattheon 5 년 전
부모
커밋
300eed2ab3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      Create-Visual-Studio-Project.md

+ 1
- 1
Create-Visual-Studio-Project.md

@ -19,7 +19,7 @@ Assuming you are using **Visual Studio 2017** and you downloaded raylib from **g
1. Create a new **Console** project so **File > New > Project...**
2. Go under **Project > Properties of Your Project Name... > C/C++ > General** and include the following additional directories:
- `$(raylibSrcDir)\release\include`
- `$(raylibSrcDir)\raylib\src`
3. Select **Preprocessor** and include the following preprocessor definitions (for Windows platform):
- `GRAPHICS_API_OPENGL_33`

불러오는 중...
취소
저장