Force sample plugin libs to always be built as a shared library. r=colin@theblakes.com

This commit is contained in:
seawood%netscape.com 2002-01-03 05:32:49 +00:00
Родитель bec4516156
Коммит 4801e1d18f
2 изменённых файлов: 10 добавлений и 5 удалений

Просмотреть файл

@ -39,12 +39,11 @@ CSRCS = \
DEFINES += -D_IMPL_NS_PLUGIN
#CFLAGS += `gtk-config --cflags`
#
#LIBS = \
# `gtk-config --libs`\
# $(NULL)
# plugins should always be shared, even in the "static" build
FORCE_SHARED_LIB = 1
# Force use of PIC
FORCE_USE_PIC = 1
include $(topsrcdir)/config/rules.mk

Просмотреть файл

@ -44,6 +44,12 @@ CPPSRCS = \
DEFINES += -D_IMPL_NS_PLUGIN -DWIN32_LEAN_AND_MEAN
# plugins should always be shared, even in the "static" build
FORCE_SHARED_LIB = 1
# Force use of PIC
FORCE_USE_PIC = 1
include $(topsrcdir)/config/rules.mk
CXXFLAGS += -GX