Back out building xpidl with -static, because it breaks on some platforms. What's the XP way to do it?

This commit is contained in:
mccabe%netscape.com 1999-05-09 10:40:16 +00:00
Родитель 9c7e64d404
Коммит 10173b32d5
2 изменённых файлов: 0 добавлений и 8 удалений

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

@ -38,10 +38,6 @@ include $(topsrcdir)/config/rules.mk
CFLAGS += $(LIBIDL_CFLAGS)
# Build statically, so xpidl is available during the build
# without setting the shared library path.
LDFLAGS += -static
# Tell the $(PROGRAM) target that we need to be recompiled when libxpt changes.
EXTRA_DEPS = $(wildcard $(DIST)/lib/libxpt.*)

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

@ -38,10 +38,6 @@ include $(topsrcdir)/config/rules.mk
CFLAGS += $(LIBIDL_CFLAGS)
# Build statically, so xpidl is available during the build
# without setting the shared library path.
LDFLAGS += -static
# Tell the $(PROGRAM) target that we need to be recompiled when libxpt changes.
EXTRA_DEPS = $(wildcard $(DIST)/lib/libxpt.*)