version dialog
This commit is contained in:
parent
8e1855d1a2
commit
7d96c216bd
17 changed files with 291288 additions and 1 deletions
7
external/stb/pmake.js
vendored
Normal file
7
external/stb/pmake.js
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
function main(){
|
||||
const stb = new pmake.LibraryProject("stb");
|
||||
stb.sources = ["stb_ds.c"];
|
||||
stb.includes = ["."];
|
||||
|
||||
pmake.register(stb);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue