added log.h log.cpp

This commit is contained in:
wangyu
2017-07-24 21:18:58 +08:00
committed by wangyu
parent df58e3f914
commit 3e50007667
4 changed files with 308 additions and 187 deletions

View File

@@ -2,7 +2,7 @@ ccmips=mips-openwrt-linux-g++
all:
killall raw||true
sleep 1
g++ main.cpp -o raw -static -lrt -ggdb -I. aes.c md5.c encrypt.cpp -O3
${ccmips} -O3 main.cpp -o rawmips -lrt -I. aes.c md5.c encrypt.cpp
g++ main.cpp -o raw -static -lrt -ggdb -I. aes.c md5.c encrypt.cpp log.cpp -O3
${ccmips} -O3 main.cpp -o rawmips -lrt -I. aes.c md5.c encrypt.cpp log.cpp