From 9e5682f4955097bd090df3449a9f15b69a71bc84 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Tue, 5 Jul 2011 18:57:09 +0300 Subject: modified: Makefile modified: commonheaders.h --- Makefile | 9 +++++---- commonheaders.h | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index ac67072..edb9668 100644 --- a/Makefile +++ b/Makefile @@ -1,13 +1,14 @@ -CFLAGS=-g -mdll -mwindows -I../miranda-im/miranda/include/ -I./ -D DEBUG -D _UNICODE -D UNICODE +CFLAGS=-g -mdll -mwindows -I../miranda-im/miranda/include/ -I./ -I/home/sss/temp/windows/libs/utf8cpp/include -D DEBUG -D _UNICODE -D UNICODE CXXFLAGS=${CFLAGS} -LDFLAGS=-static-libgcc -Wl,-O1 -shared +LDFLAGS=-static-libgcc -Wl,-O1 -shared -s -Wl,--subsystem,windows,--kill-at CPPFLAGS = CC=i686-pc-mingw32-gcc CXX=i686-pc-mingw32-g++ STRIP=i686-pc-mingw32-strip LD=i686-pc-mingw32-ld -LNK_COMMON=-lkernel32 -lgpgme -lgcrypt -lgpg-error -lksba -lassuan -MAINOBJS=init.o utilities.o main.o options.o +LNK_COMMON=-lkernel32 + +MAINOBJS=init.o utilities.o main.o options.o clist.cpp clist.o srmm.o metacontacts.o messages.o log.o jabber_account.o icons.o gpg_wrapper.o WINDRES=i686-pc-mingw32-windres all: main diff --git a/commonheaders.h b/commonheaders.h index f2416a8..f881b9c 100644 --- a/commonheaders.h +++ b/commonheaders.h @@ -22,7 +22,7 @@ #include #include #include -#include +#include //c #include #include -- cgit v1.2.3