mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 19:06:10 +00:00
parent
c8fdf4b193
commit
0b5b514c0b
@ -14,13 +14,13 @@ ECHO Building radare2 (%BITS%)
|
||||
CD radare2
|
||||
git clean -xfd
|
||||
RMDIR /S /Q ..\dist%BITS%
|
||||
python sys\meson.py --release --install=..\dist%BITS% --shared --copylib
|
||||
python sys\meson.py --release --install=..\dist%BITS% --shared
|
||||
IF !ERRORLEVEL! NEQ 0 EXIT /B 1
|
||||
COPY /Y build\r_userconf.h ..\dist%BITS%\include\libr\
|
||||
COPY /Y build\r_version.h ..\dist%BITS%\include\libr\
|
||||
COPY /Y build\shlr\liblibr2sdb.a ..\dist%BITS%\r_sdb.lib
|
||||
COPY /Y build\shlr\libr2sdb.a ..\dist%BITS%\lib\r_sdb.lib
|
||||
CD ..
|
||||
MOVE /Y dist%BITS%\*.lib cutter_win32\radare2\lib%BITS%\
|
||||
MOVE /Y dist%BITS%\lib\*.lib cutter_win32\radare2\lib%BITS%\
|
||||
|
||||
ECHO Copying relevant files in cutter_win32
|
||||
XCOPY /S /Y dist%BITS%\include\libr cutter_win32\radare2\include\libr\
|
||||
|
2
radare2
2
radare2
@ -1 +1 @@
|
||||
Subproject commit 4dffa5cd2e7fec369b6ee55d7e43c8039e8aa7b5
|
||||
Subproject commit c276ae6c5402b431bd630b00730ed18be84aa0da
|
Loading…
Reference in New Issue
Block a user