OS/2 only - much better version of this Makefile that fixes EMX bustage

This commit is contained in:
mkaply%us.ibm.com 2001-07-02 13:02:41 +00:00
Родитель 4f9a746cf6
Коммит db933bb29c
1 изменённых файлов: 6 добавлений и 5 удалений

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

@ -17,7 +17,7 @@
#
DEPTH = ../../../..
topsrcdir = @top_srcdir@
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
@ -40,19 +40,20 @@ CPPSRCS = \
nsLocaleModule.cpp \
$(NULL)
EXTRA_DSO_LIBS = nslocale_s
EXTRA_DSO_LDOPTS += \
$(MOZ_COMPONENT_LIBS) \
$(EXTRA_DSO_LIBS) \
$(NULL)
ifeq ($(MOZ_OS2_TOOLS),VACPP)
EXTRA_DSO_LDOPTS += libuls.lib
SHARED_LIBRARY_LIBS += ../libnslocale_s.lib
OS_LIBS += libuls.lib
else
SHARED_LIBRARY_LIBS += -llibuni -L.. -lnslocale_s
OS_LIBS += -llibuni
endif
include $(topsrcdir)/config/rules.mk
INCLUDES += -I$(srcdir)/..