This commit is contained in:
briano%netscape.com 1999-07-22 04:23:11 +00:00
Родитель 24860f5c06
Коммит 8aae46e013
1 изменённых файлов: 8 добавлений и 7 удалений

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

@ -13,6 +13,7 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../../..
topsrcdir = @top_srcdir@
@ -21,16 +22,16 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS =
CPPSRCS = regExport.cpp
include $(topsrcdir)/config/config.mk
SIMPLE_PROGRAMS = $(CPPSRCS:.cpp=)
DEFINES += -DUSE_NSREG
ifdef NO_LD_ARCHIVE_FLAGS
LOST_SYM_LIBS = -lxpcomds_s -lxptinfo
endif
LIBS = -lxpcom $(NSPR_LIBS) $(ZLIB_LIBS)
SIMPLE_PROGRAMS = $(addprefix $(OBJDIR)/, $(CPPSRCS:.cpp=))
LIBS = -lxpcom $(LOST_SYM_LIBS) $(NSPR_LIBS) $(ZLIB_LIBS)
include $(topsrcdir)/config/rules.mk
DEFINES += -DUSE_NSREG