Adding mingw makefile changes.

Bug #134113 r=bryner


git-svn-id: svn://10.0.0.236/trunk@139140 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cls%seawood.org
2003-03-08 05:57:15 +00:00
parent 53edbaf8b6
commit dac8d1a090
35 changed files with 108 additions and 37 deletions

View File

@@ -47,6 +47,8 @@ CPPSRCS = \
utils.cpp \
$(NULL)
LOCAL_INCLUDES = -I$(srcdir)
# plugins should always be shared, even in the "static" build
FORCE_SHARED_LIB = 1
@@ -58,8 +60,14 @@ NO_INSTALL = 1
include $(topsrcdir)/config/rules.mk
_OS_LIBS = version
ifdef GNU_CC
CXXFLAGS += -fexceptions
_OS_LIBS += gdi32
else
CXXFLAGS += -GX
OS_LIBS += version.lib
endif
OS_LIBS += $(call EXPAND_LIBNAME,$(_OS_LIBS))
install-plugin: $(SHARED_LIBRARY)
ifdef SHARED_LIBRARY