blob: a7802438ceff250f550f99884a9f604463cd9891 (
plain)
1
2
3
4
5
6
7
8
|
all:
i686-pc-mingw32-g++ -c *.cpp -I/home/sss/temp/mingw/usr/i686-pc-mingw32/include -O2 -pipe -fomit-frame-pointer -march=i686 -DWIN32 -D_WIN32 -DBOOST_THREAD_USE_LIB
i686-pc-mingw32-g++ -o loader.exe *.o -lssl -lcrypto -lwldap32 -lcurl -lidn -lintl -liconv -lssh2 -lwldap32 -lz -lgnutls -lnettle -lhogweed -lgmp -lz -lssh2 -lgcrypt -lgpg-error -lboost_system-mt -lboost_date_time-mt -lboost_thread_win32-mt -lboost_random-mt -lboost_filesystem-mt -lmswsock -lws2_32 -lgdi32 -lz -Wl,-O1 -s
clean:
rm *.o
clean-all:
rm *.o loader.exe
|