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:
sspitzer%netscape.com
1999-06-08 06:25:56 +00:00
parent 3300943c79
commit b7149d69fd
3 changed files with 13 additions and 4 deletions

View File

@@ -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

View File

@@ -58,8 +58,8 @@ LIBS = \
-ljsdom \
-ljsurl \
-limg \
-lpng \
-ljpeg \
$(PNG_LIBS) \
$(JPEG_LIBS) \
-lxp \
-lgfx$(MOZ_TOOLKIT) \
-lraptorgfx \

View File

@@ -59,8 +59,8 @@ LIBS = \
-ljsdom \
-ljsurl \
-limg \
-lpng \
-ljpeg \
$(PNG_LIBS) \
$(JPEG_LIBS) \
-lgfx$(MOZ_TOOLKIT) \
-lraptorgfx \
-lgfxps \