makefile fixes from reg@shale.csir.co.za (Jeremy Lea)
git-svn-id: svn://10.0.0.236/trunk@34186 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user