mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-24 08:12:55 +00:00
Copy bin/d in windist
This commit is contained in:
parent
d852ed1a23
commit
ae5c138f67
3
Makefile
3
Makefile
@ -109,6 +109,9 @@ windist:
|
||||
cp -f libr/include/*.h "${WINDIST}/include/libr"
|
||||
#mkdir -p "${WINDIST}/include/libr/sflib"
|
||||
@cp -f doc/fortunes.* "${WINDIST}/share/doc/radare2"
|
||||
@mkdir -p "${WINDIST}/share/radare2/${VERSION}/format/dll"
|
||||
@cp -f libr/bin/d/{elf,pe}* "${WINDIST}/share/radare2/${VERSION}/format"
|
||||
@cp -f libr/bin/d/dll/*.sdb "${WINDIST}/share/radare2/${VERSION}/format/dll"
|
||||
@mkdir -p "${WINDIST}/share/radare2/${VERSION}/cons"
|
||||
@cp -f libr/cons/d/* "${WINDIST}/share/radare2/${VERSION}/cons"
|
||||
@mkdir -p "${WINDIST}/share/radare2/${VERSION}/hud"
|
||||
|
Loading…
x
Reference in New Issue
Block a user