summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2011-07-05 21:33:27 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2011-07-05 21:33:27 +0300
commitb15f94cba811a15aed857cf5e88e36374082e625 (patch)
tree817f4067b6bcb80d8a4a3b59f49bd4272d56bc78
parent689f49643c1fc26145d1201532e8470ca37dd196 (diff)
modified: Makefile
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index c104ace..4df12dc 100644
--- a/Makefile
+++ b/Makefile
@@ -1,13 +1,13 @@
-CFLAGS=-Os -fomit-frame-pointer -pipe -march=i686 -mdll -mwin32 -mwindows -I../miranda-im/miranda/include -D UNICODE -D _UNICODE -DBUILD_DLL
+CFLAGS=-Os -fomit-frame-pointer -pipe -march=i686 -mdll -mwin32 -mwindows -I../miranda-im/miranda/include -I/home/sss/temp/windows/libs/utf8cpp/include -D UNICODE -D _UNICODE -DBUILD_DLL
CXXFLAGS=${CFLAGS}
-LDFLAGS=-shared -Wl,--subsystem=windows -Wl,--dll -Wl,--enable-auto-import -Wl,--add-stdcall-alias -Wl,--enable-stdcall-fixup
+LDFLAGS=-shared -Wl,--subsystem,windows,--kill-at
CPPFLAGS =
CC=i686-pc-mingw32-gcc
CXX=i686-pc-mingw32-g++
STRIP=i686-pc-mingw32-strip
WINDRES=i686-pc-mingw32-windres
LD=i686-pc-mingw32-ld
-LNK_COMMON=-lkernel32
+LNK_COMMON=-lkernel32 -lboost_thread_win32-mt -lboost_system-mt -lboost_random-mt -lboost_regex-mt
MAINOBJS=eventhooker.o init.o options.o utilities.o stopspam.o
RESOURCES=stopspam.rc