24 rivejä
625 B

  1. {
  2. "configurations": [
  3. {
  4. "name": "Win32",
  5. "includePath": [
  6. "C:/raylib/raylib/src/**",
  7. "C:/raylib/tcc/**",
  8. "${workspaceFolder}/**"
  9. ],
  10. "defines": [
  11. "_DEBUG",
  12. "UNICODE",
  13. "_UNICODE",
  14. "GRAPHICS_API_OPENGL_33",
  15. "PLATFORM_DESKTOP"
  16. ],
  17. "compilerPath": "C:/raylib/tcc/tcc.exe",
  18. "cStandard": "c99",
  19. "cppStandard": "c++14",
  20. "intelliSenseMode": "gcc-x64"
  21. }
  22. ],
  23. "version": 4
  24. }