You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
346 B
10 lines
346 B
9 years ago
|
TOOL_DIR := /usr/local/gcc-4.8.0-qt-4.8.4-for-mingw32/win32-gcc/bin
|
||
|
MINGW := i586-mingw32
|
||
|
LIBS := ../win/libcrypto.a ../win/libssl.a ../win/libpthreadGC2.a -lws2_32 -lgdi32
|
||
|
|
||
|
include mingw
|
||
|
|
||
|
all:
|
||
|
$(TOOL_DIR)/$(MINGW)-gcc -o ../agents/iguana.exe -D __MINGW $(SOURCES) $(LIBS)
|
||
|
$(TOOL_DIR)/$(MINGW)-strip --strip-all ../agents/iguana.exe
|