mirror of https://github.com/BOINC/boinc.git
Add tools/makefile_sign_executable: build it with no extra dependencies
This commit is contained in:
parent
e95214371e
commit
624b26b1c3
|
@ -0,0 +1,6 @@
|
|||
# make sign_executable with minimal dependencies, e.g. no MySQL
|
||||
#
|
||||
all: sign_executable
|
||||
|
||||
sign_executable:
|
||||
g++ -o sign_executable -I.. -I../lib ../lib/crypt.cpp ../lib/md5.cpp ../lib/md5_file.cpp ../lib/filesys.cpp ../lib/util.cpp ../lib/str_util.cpp -lssl -lcrypto sign_executable.cpp
|
Loading…
Reference in New Issue