зеркало из https://github.com/mozilla/pjs.git
makefile fixes from reg@shale.csir.co.za (Jeremy Lea)
This commit is contained in:
Родитель
c9ea8157ef
Коммит
ef436c5166
|
@ -24,6 +24,13 @@ include $(DEPTH)/config/autoconf.mk
|
|||
|
||||
PROGRAM = identity
|
||||
|
||||
# Hardcoding dlopen()'s? This needs to get fixed.
|
||||
#
|
||||
TOOLKIT_CFLAGS := \
|
||||
-DWIDGET_DLL=\"libwidget$(MOZ_TOOLKIT).$(DLL_SUFFIX)\" \
|
||||
-DGFXWIN_DLL=\"libgfx$(MOZ_TOOLKIT).$(DLL_SUFFIX)\" \
|
||||
$(TK_CFLAGS)
|
||||
|
||||
CPPSRCS = \
|
||||
identity.cpp \
|
||||
$(NULL)
|
||||
|
@ -41,5 +48,7 @@ LIBS = \
|
|||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
|
||||
CXXFLAGS+= $(TOOLKIT_CFLAGS)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
|
|
@ -58,8 +58,8 @@ LIBS = \
|
|||
-ljsdom \
|
||||
-ljsurl \
|
||||
-limg \
|
||||
-lpng \
|
||||
-ljpeg \
|
||||
$(PNG_LIBS) \
|
||||
$(JPEG_LIBS) \
|
||||
-lxp \
|
||||
-lgfx$(MOZ_TOOLKIT) \
|
||||
-lraptorgfx \
|
||||
|
|
|
@ -59,8 +59,8 @@ LIBS = \
|
|||
-ljsdom \
|
||||
-ljsurl \
|
||||
-limg \
|
||||
-lpng \
|
||||
-ljpeg \
|
||||
$(PNG_LIBS) \
|
||||
$(JPEG_LIBS) \
|
||||
-lgfx$(MOZ_TOOLKIT) \
|
||||
-lraptorgfx \
|
||||
-lgfxps \
|
||||
|
|
Загрузка…
Ссылка в новой задаче