RedPanda-CPP/RedPandaIDE/resources/autolink.json

34 lines
571 B
JSON
Raw Normal View History

2021-09-04 10:26:23 +08:00
[{
"header": "ege.h",
2021-09-04 14:06:48 +08:00
"links": "-lgraphics -luuid -lmsimg32 -lgdi32 -limm32 -lole32 -loleaut32 -lwinmm -lgdiplus"
2021-09-04 10:26:23 +08:00
},
2021-09-04 19:27:44 +08:00
{
"header": "GL/gl.h",
"links": "-lopengl32"
},
{
"header": "GL/glu.h",
"links": "-lglu32 -lopengl32"
},
{
"header": "GL/freeglut.h",
"links": "-lfreeglut -lwinmm"
},
{
"header": "GL/glut.h",
"links": "-lfreeglut -lwinmm"
},
{
"header": "GL/glew.h",
"links": "-lglew32 -lopengl32"
},
{
"header": "GLFW/glfw3.h",
"links": "-lglfw3 -lgdi32"
},
2021-09-04 10:26:23 +08:00
{
"header": "turtle.h",
2021-09-04 14:06:48 +08:00
"links": "-lturtle"
2021-09-04 10:26:23 +08:00
}
2021-09-04 14:06:48 +08:00
]