mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-05 20:17:43 +00:00
9 lines
200 B
Batchfile
9 lines
200 B
Batchfile
@ECHO OFF
|
|
ECHO [ R2 MESON NINJA BUILD ]
|
|
COPY libr\config.mk.meson libr\config.mk
|
|
COPY libr\config.h.meson libr\config.h
|
|
IF EXIST build GOTO BUILD
|
|
meson --prefix=C:\Radare2 build
|
|
:BUILD
|
|
ninja -C build
|