Moved stuff
This commit is contained in:
parent
a4dd76a186
commit
5377458895
234 changed files with 12 additions and 1 deletions
BIN
default
BIN
default
Binary file not shown.
|
|
@ -1,4 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
# Currently not cross compiling for windows and darwin
|
||||
# Usage: <script> <DEBUG/RELEASE>
|
||||
set -euo pipefail
|
||||
|
||||
emsdk_env="$HOME/programs/emsdk/emsdk_env.sh"
|
||||
|
|
@ -7,6 +9,15 @@ linux_library_dest="../../linux"
|
|||
windows_library_dest="../../windows"
|
||||
darwin_library_dest="../../darwin"
|
||||
wasm_library_dest="../../wasm"
|
||||
linux_library_dest_here="linux/"
|
||||
windows_library_dest_here="windows/"
|
||||
darwin_library_dest_here="darwin/"
|
||||
wasm_library_dest_here="wasm/"
|
||||
|
||||
mkdir -p $linux_library_dest_here
|
||||
mkdir -p $windows_library_dest_here
|
||||
mkdir -p $darwin_library_dest_here
|
||||
mkdir -p $wasm_library_dest_here
|
||||
|
||||
if [ "$1" = "DEBUG" ]; then
|
||||
MFLAGS="RAYLIB_BUILD_MODE=DEBUG"
|
||||
BIN
src/libraries/raylib/linux/libraygui.a
Normal file
BIN
src/libraries/raylib/linux/libraygui.a
Normal file
Binary file not shown.
BIN
src/libraries/raylib/linux/libraylib.a
Normal file
BIN
src/libraries/raylib/linux/libraylib.a
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue