RedPanda-CPP/RedPandaIDE/resources/autolink.json

47 lines
958 B
JSON

[
{
"header": "GL/freeglut.h",
"links": "-lfreeglut.dll -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 -mwindows"
},
{
"header": "raylib.h",
"links": "-lraylib -lopengl32 -lgdi32 -lwinmm"
},
{
"header": "sqlite3.h",
"links": "-lsqlite3"
},
{
"header": "turtle.h",
"links": "-lturtle"
},
{
"header": "winsock2.h",
"links": "-lws2_32"
}
]