1
mirror of https://github.com/rapid7/metasploit-payloads synced 2025-01-26 23:38:35 +01:00

Makefile tweak, RDI changeset update

This commit is contained in:
OJ 2020-07-06 20:03:18 +10:00
parent 9d920fcd82
commit da7fb0e27f
No known key found for this signature in database
GPG Key ID: D5DC61FB93260597
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
ID := $(shell id -u)
DOCKER_CONTAINER=win-meterpreter-build
DOCKER_CONTAINER=rapid7/msf-ubuntu-x64-meterpreter:latest
COMMON_GEN=-Wno-dev -DUSE_STATIC_MSVC_RUNTIMES=ON
COMMON_GEN_X86=-DCMAKE_TOOLCHAIN_FILE=../toolsets/i686-w64-mingw32.cmake -DBUILD_ARCH=Win32 ${COMMON_GEN}
COMMON_GEN_X64=-DCMAKE_TOOLCHAIN_FILE=../toolsets/x86_64-w64-mingw32.cmake -DBUILD_ARCH=x64 ${COMMON_GEN}
@ -10,7 +10,7 @@ all: meterpreter
clean: meterpreter-x64-clean meterpreter-x86-clean
install:
@cp output/*.dll ../../../metasploit-framework/data/meterpreter
@cp -f output/*.dll ../../../metasploit-framework/data/meterpreter
##########################################################################################
### Build all

@ -1 +1 @@
Subproject commit 127cda3b0af5e957bfa39d138960da5cb3e5271a
Subproject commit 6bad4c49327ad3b7d9cce6e280d034b76dbec928