8000 some fixes · pmp-p/raylib-python-ctypes-wasm@5d919b8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5d919b8

Browse files
sDos280< 8000 a class="Box-sc-g0xbh4-0 gLSgdJ AuthorAvatar-module__authorHoverableLink--ED3Do prc-Link-Link-85e08" data-muted="true" muted="" href="/pmp-p/raylib-python-ctypes-wasm/commits?author=sDos280" aria-label="commits by sDos280" data-hovercard-url="/users/sDos280/hovercard">sDos280
committed
some fixes
1 parent 4d31f3e commit 5d919b8

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,5 +124,4 @@ and [pyray](https://github.com/sDos280/raylib-python-cffi) for their good work,
124124
code ;) ) from them, so thanks you guys very much.
125125
also a big thanks for the people that helped to test and reviewing the library :)!!!
126126

127-
also a special thanks to [Peter0x44](https://github.com/Peter0x44), [Its-Kenta](https://github.com/Its-Kenta)
128-
, [sol-vin](https://github.com/sol-vin), [pmp-p](https://github.com/pmp-p) and [stucotso](https://gist.github.com/stucotso).
127+
also a special thanks to [Peter0x44](https://github.com/Peter0x44), [Its-Kenta](https://github.com/Its-Kenta), [sol-vin](https://github.com/sol-vin), [pmp-p](https://github.com/pmp-p) and [stucotso](https://gist.github.com/stucotso).

build/build_all_windows.cmd

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:: clone raylibs repositories
2-
::git clone --depth 1 https://github.com/raysan5/raylib
3-
::git clone --depth 1 https://github.com/raysan5/raudio
4-
::git clone --depth 1 https://github.com/raysan5/raygui
2+
git clone --depth 1 https://github.com/raysan5/raylib
3+
git clone --depth 1 https://github.com/raysan5/raudio
4+
git clone --depth 1 https://github.com/raysan5/raygui
55

66
:: compile raudio
77
gcc -c raylib/src/raudio.c -std=c99 -Iraudio/src
@@ -17,9 +17,7 @@ rm *.a *.o
1717
cd "./raylib/src"
1818
windres raylib.dll.rc -o raylib.dll.rc.data
1919
make RAYLIB_LIBTYPE=SHARED RAYLIB_MODULE_RAYGUI=TRUE GRAPHICS=GRAPHICS_API_OPENGL_43
20-
cd ../..
21-
cp raylib/src/raylib.dll all
22-
cd "./raylib/src"
20+
cp raylib.dll ../../all
2321
make clean
2422
cd ../..
2523

0 commit comments

Comments
 (0)
0