summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-04-04 20:47:15 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2010-04-04 20:47:15 +0300
commit69422febeb19b1b5fcb48eb61f866290ca4aeb6b (patch)
tree9d4d39096bc52c7b0aab63667cc97316c203af29
parenteeb93070be7179894d9e23dd5281cce3ea1e68f6 (diff)
stricmp memory cleaning
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4c39fa5..845ff14 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
all:
i686-pc-mingw32-g++ -c -DBUILD_DLL -D UNICODE -D _UNICODE *.cpp -I../../include -I/usr/i686-pc-mingw32/usr/include -I. -I ../miranda-im/miranda/include -w -mwin32 -mwindows -mdll -march=i686 -msse -O2 -pipe
i686-pc-mingw32-windres -i stopspam.rc -o resources.o
- i686-pc-mingw32-gcc -shared -o stopspam.dll *.o -Wl,-O1,-s
+ i686-pc-mingw32-gcc -shared -o stopspam.dll *.o -Wl,-O1,-s -lstdc++
upx -9 stopspam.dll
clean: