Skip to content

Commit

Permalink
Removed deprecated library properties.
Browse files Browse the repository at this point in the history
  • Loading branch information
lerno committed Sep 21, 2024
1 parent 7a02db2 commit 9d889f9
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 33 deletions.
12 changes: 6 additions & 6 deletions libraries/curl.c3l/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@
"provides" : "curl",
"targets" : {
"macos-x64" : {
"linkflags" : [],
"link-args" : [],
"dependencies" : [],
"linked-libs" : ["curl"]
"linked-libraries" : ["curl"]
},
"macos-aarch64": {
"linkflags": [],
"link-args": [],
"dependencies": [],
"linked-libraries": ["curl"]
},
"linux-x64" : {
"linkflags" : [],
"link-args" : [],
"dependencies" : [],
"linked-libs" : ["curl"]
"linked-libraries" : ["curl"]
},
"windows-x64" : {
"linked-libs" : ["curl"]
"linked-libraries" : ["curl"]
}
}
}
14 changes: 7 additions & 7 deletions libraries/raylib.c3l/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@
"provides" : "raylib",
"targets" : {
"macos-x64" : {
"linkflags" : [],
"link-args" : [],
"dependencies" : [],
"linked-libs" : ["raylib", "Cocoa.framework", "OpenGL.framework", "CoreVideo.framework", "GLUT.framework", "IOKit.framework", "c"]
"linked-libraries" : ["raylib", "Cocoa.framework", "OpenGL.framework", "CoreVideo.framework", "GLUT.framework", "IOKit.framework", "c"]
},
"macos-aarch64" : {
"linkflags" : [],
"link-args" : [],
"dependencies" : [],
"linked-libs" : ["raylib", "Cocoa.framework", "OpenGL.framework", "CoreVideo.framework", "GLUT.framework", "IOKit.framework", "c"]
"linked-libraries" : ["raylib", "Cocoa.framework", "OpenGL.framework", "CoreVideo.framework", "GLUT.framework", "IOKit.framework", "c"]
},
"linux-x64" : {
"linkflags" : [],
"link-args" : [],
"dependencies" : [],
"linked-libs" : ["raylib", "GLESv2", "glfw3", "c"]
"linked-libraries" : ["raylib", "GLESv2", "glfw3", "c"]
},
"windows-x64" : {
"linked-libs" : ["raylib", "opengl32", "kernel32", "user32", "gdi32", "winmm", "winspool", "comdlg32", "advapi32", "shell32", "ole32", "oleaut32", "uuid", "odbc32", "odbccp32"],
"linked-libraries" : ["raylib", "opengl32", "kernel32", "user32", "gdi32", "winmm", "winspool", "comdlg32", "advapi32", "shell32", "ole32", "oleaut32", "uuid", "odbc32", "odbccp32"],
"wincrt": "none"
}
}
Expand Down
16 changes: 8 additions & 8 deletions libraries/raylib5.c3l/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,26 @@
"provides" : "raylib5",
"targets" : {
"macos-x64" : {
"linkflags" : [],
"link-args" : [],
"dependencies" : [],
"linked-libs" : ["raylib", "Cocoa.framework", "OpenGL.framework", "CoreVideo.framework", "GLUT.framework", "IOKit.framework", "c"]
"linked-libraries" : ["raylib", "Cocoa.framework", "OpenGL.framework", "CoreVideo.framework", "GLUT.framework", "IOKit.framework", "c"]
},
"macos-aarch64" : {
"linkflags" : [],
"link-args" : [],
"dependencies" : [],
"linked-libs" : ["raylib", "Cocoa.framework", "OpenGL.framework", "CoreVideo.framework", "GLUT.framework", "IOKit.framework", "c"]
"linked-libraries" : ["raylib", "Cocoa.framework", "OpenGL.framework", "CoreVideo.framework", "GLUT.framework", "IOKit.framework", "c"]
},
"linux-x64" : {
"linkflags" : [],
"link-args" : [],
"dependencies" : [],
"linked-libs" : ["raylib", "GLESv2", "glfw3", "c"]
"linked-libraries" : ["raylib", "GLESv2", "glfw3", "c"]
},
"windows-x64" : {
"linked-libs" : ["raylib", "opengl32", "kernel32", "user32", "gdi32", "winmm", "winspool", "comdlg32", "advapi32", "shell32", "ole32", "oleaut32", "uuid", "odbc32", "odbccp32"],
"linked-libraries" : ["raylib", "opengl32", "kernel32", "user32", "gdi32", "winmm", "winspool", "comdlg32", "advapi32", "shell32", "ole32", "oleaut32", "uuid", "odbc32", "odbccp32"],
"wincrt": "none"
},
"wasm32" : {
"linked-libs" : ["raylib"]
"linked-libraries" : ["raylib"]
}
}
}
14 changes: 7 additions & 7 deletions libraries/sdl2.c3l/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@
"provides" : "sdl2",
"targets" : {
"macos-x64" : {
"linkflags" : [],
"link-args" : [],
"dependencies" : [],
"linked-libs" : []
"linked-libraries" : []
},
"macos-aarch64" : {
"linkflags" : [],
"link-args" : [],
"dependencies" : [],
"linked-libs" : []
"linked-libraries" : []
},
"linux-x64" : {
"linkflags" : [],
"link-args" : [],
"dependencies" : [],
"linked-libs" : ["SDL2"]
"linked-libraries" : ["SDL2"]
},
"windows-x64" : {
"linked-libs" : []
"linked-libraries" : []
}
}
}
10 changes: 5 additions & 5 deletions libraries/tigr.c3l/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
"provides" : "tigr",
"targets" : {
"macos-x64" : {
"linkflags" : [],
"link-args" : [],
"dependencies" : [],
"linked-libs" : ["tigr", "Cocoa.framework", "OpenGL.framework"]
"linked-libraries" : ["tigr", "Cocoa.framework", "OpenGL.framework"]
},
"linux-x64" : {
"linkflags" : [],
"link-args" : [],
"dependencies" : [],
"linked-libs" : [ "tigr", "GLU", "GL", "X11" ]
"linked-libraries" : [ "tigr", "GLU", "GL", "X11" ]
},
"windows-x64" : {
"linked-libs" : [ "opengl32", "gdi32" ]
"linked-libraries" : [ "opengl32", "gdi32" ]
}
}
}

0 comments on commit 9d889f9

Please sign in to comment.