зеркало из https://github.com/mozilla/gecko-dev.git
Cleanup and fix for BSD/OS.
This commit is contained in:
Родитель
24860f5c06
Коммит
8aae46e013
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче