mirror of
https://github.com/nishiowo/nishbox
synced 2025-04-21 04:04:39 +00:00
fix
This commit is contained in:
parent
9309bc8604
commit
5f1826e689
@ -26,5 +26,5 @@ cd ..
|
||||
|
||||
cd ..
|
||||
|
||||
premake5 gmake2
|
||||
${MAKE} config=release_win${BITS}-wgl -j4
|
||||
premake5 gmake2 --backend=opengl --opengl=wgl
|
||||
${MAKE} config=release_win${BITS} -j4
|
||||
|
@ -1,5 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
CC=${CC:-${GCC_PREFIX}gcc}
|
||||
OBJDUMP=${OBJDUMP:-${GCC_PREFIX}objdump}
|
||||
|
||||
solve () {
|
||||
path=""
|
||||
$OBJDUMP -p $1 | grep "DLL Name:" | rev | cut -d" " -f1 | rev | while read a; do
|
||||
@ -17,4 +20,4 @@ solve () {
|
||||
done
|
||||
}
|
||||
|
||||
solve bin/NishBox.exe
|
||||
solve bin/*/*/nishbox.exe
|
||||
|
Loading…
x
Reference in New Issue
Block a user