This is a hack to fix our build problem.
still looking for the right way
This commit is contained in:
mkaply%us.ibm.com 2000-09-01 22:49:33 +00:00
Родитель 2f2eed1e57
Коммит beb2f8a37e
1 изменённых файлов: 3 добавлений и 4 удалений

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

@ -33,12 +33,11 @@ PROGRAM = mozilla$(BIN_SUFFIX)
else
PROGRAM = mozilla-bin
endif
EXTRA_DSO_LIBS = gkgfx
#Ugly OS/2 hack. I'll fix it I swear
ifeq ($(MOZ_WIDGET_TOOLKIT),os2)
SHARED_LIBRARY_LIBS = -llibxpfelocation_s
EXTRA_DSO_LIBS = gkgfx xpfelocation_s
else
SHARED_LIBRARY_LIBS = -lxpfelocation_s
EXTRA_DSO_LIBS = gkgfx
endif
CPPSRCS = \