mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-06 14:23:12 +00:00
Update rexm.c
This commit is contained in:
parent
a65bdd6cca
commit
6252d92f79
@ -964,8 +964,8 @@ int main(int argc, char *argv[])
|
|||||||
// Review: Add/Remove: raylib.com/examples/<category>/<category>_example_name.wasm
|
// Review: Add/Remove: raylib.com/examples/<category>/<category>_example_name.wasm
|
||||||
// Review: Add/Remove: raylib.com/examples/<category>/<category>_example_name.js
|
// Review: Add/Remove: raylib.com/examples/<category>/<category>_example_name.js
|
||||||
// Solves: VALID_MISSING_WEB_OUTPUT
|
// Solves: VALID_MISSING_WEB_OUTPUT
|
||||||
/*
|
if ((strcmp(exInfo->category, "others") != 0) && // Skipping "others" category
|
||||||
if (exInfo->status & VALID_MISSING_WEB_OUTPUT)
|
exInfo->status & VALID_MISSING_WEB_OUTPUT)
|
||||||
{
|
{
|
||||||
system(TextFormat("%s/build_example_web.bat %s/%s", exBasePath, exInfo->category, exInfo->name));
|
system(TextFormat("%s/build_example_web.bat %s/%s", exBasePath, exInfo->category, exInfo->name));
|
||||||
|
|
||||||
@ -979,9 +979,8 @@ int main(int argc, char *argv[])
|
|||||||
FileCopy(TextFormat("%s/%s/%s.js", exBasePath, exInfo->category, exInfo->name),
|
FileCopy(TextFormat("%s/%s/%s.js", exBasePath, exInfo->category, exInfo->name),
|
||||||
TextFormat("%s/%s/%s.js", exWebPath, exInfo->category, exInfo->name));
|
TextFormat("%s/%s/%s.js", exWebPath, exInfo->category, exInfo->name));
|
||||||
|
|
||||||
exInfo->status |= VALID_MISSING_WEB_OUTPUT;
|
exInfo->status &= ~VALID_MISSING_WEB_OUTPUT;
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user