Skip to content

Commit 0a513e6

Browse files
committed
Comment unused script instructions...
1 parent 60b4606 commit 0a513e6

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

examples/build_example_web.bat

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,10 @@ SET MAKE=mingw32-make
1818
echo
1919
:: SET required web compilation options
2020
:: -------------------------------------
21-
SET CC=%EMSDK_PATH%\upstream\emscripten\emcc
22-
SET CFLAGS=-Wall -std=c99 -D_DEFAULT_SOURCE -Wno-missing-braces -Wunused-result -O3 -I. -Iexternal -I%RAYLIB_PATH%\src -I%RAYLIB_PATH%\external -DPLATFORM_WEB
23-
SET LDFLAGS=-L. -L$(RAYLIB_PATH)\src -sUSE_GLFW=3 -sEXPORTED_RUNTIME_METHODS=ccall -sASYNCIFY --shell-file %RAYLIB_PATH%\src\shell.html
24-
SET LDLIBS=%RAYLIB_PATH%\src\libraylib.web.a
25-
:: TODO: If using some resources/asSETs, SET the directory path as shown in the commented line!
26-
::SET RESOURCES=
27-
::SET RESOURCES=--preload-file $(RESOURCES_PATH)
28-
cd %RAYLIB_PATH%\examples\%CATEGORY%
21+
::SET CC=%EMSDK_PATH%\upstream\emscripten\emcc
22+
::SET CFLAGS=-Wall -std=c99 -D_DEFAULT_SOURCE -Wno-missing-braces -Wunused-result -O3 -I. -Iexternal -I%RAYLIB_PATH%\src -I%RAYLIB_PATH%\external -DPLATFORM_WEB
23+
::SET LDFLAGS=-L. -L$(RAYLIB_PATH)\src -sUSE_GLFW=3 -sEXPORTED_RUNTIME_METHODS=ccall -sASYNCIFY --shell-file %RAYLIB_PATH%\src\shell.html
24+
::SET LDLIBS=%RAYLIB_PATH%\src\libraylib.web.a
2925
echo
3026
:: Clean latest build
3127
:: ------------------------

0 commit comments

Comments
 (0)