2022-01-06 17:52:52 +08:00
|
|
|
[
|
|
|
|
{
|
|
|
|
"header": "GL/freeglut.h",
|
|
|
|
"links": "-lfreeglut -lwinmm"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"header": "GL/gl.h",
|
|
|
|
"links": "-lopengl32"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"header": "GL/glew.h",
|
|
|
|
"links": "-lglew32 -lopengl32"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"header": "GL/glu.h",
|
|
|
|
"links": "-lglu32 -lopengl32"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"header": "GL/glut.h",
|
|
|
|
"links": "-lfreeglut -lwinmm"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"header": "GLFW/glfw3.h",
|
|
|
|
"links": "-lglfw3 -lgdi32"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"header": "ege.h",
|
|
|
|
"links": "-lgraphics -luuid -lmsimg32 -lgdi32 -limm32 -lole32 -loleaut32 -lwinmm -lgdiplus"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"header": "raylib.h",
|
2022-01-09 19:33:34 +08:00
|
|
|
"links": "-lraylib -lopengl32 -lgdi32 -lwinmm"
|
2022-01-06 17:52:52 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"header": "turtle.h",
|
|
|
|
"links": "-lturtle"
|
|
|
|
}
|
2021-09-04 14:06:48 +08:00
|
|
|
]
|