Author: mmu_man
Date: Thu Jun 5 17:54:49 2008
New Revision: 4264
URL:
http://source.netsurf-browser.org?rev=4264&view=rev
Log:
BeOS: I can now use *ng and jpeg... Also link to libtranslation, it's used to load the
throbber pngs. Switched from beres to rc as ressource compiler, it should allow importing
external css and html files from resources.
Modified:
trunk/netsurf/Makefile
Modified: trunk/netsurf/Makefile
URL:
http://source.netsurf-browser.org/trunk/netsurf/Makefile?rev=4264&r1=...
==============================================================================
--- trunk/netsurf/Makefile (original)
+++ trunk/netsurf/Makefile Thu Jun 5 17:54:49 2008
@@ -142,7 +142,7 @@
# some people do *not* have libm...
LDFLAGS := -L/boot/home/config/lib
LDFLAGS += -lxml2 -lz -lcurl -lssl -lcrypto -ljpeg -liconv
-#LDFLAGS += -lmng
+LDFLAGS += -lmng -ljpeg
else
LDFLAGS := $(shell $(PKG_CONFIG) --libs libxml-2.0 libcurl openssl)
LDFLAGS += -lz -lm -lmng -ljpeg
@@ -216,6 +216,7 @@
# -DDEBUG=1
BEOS_BERES := beres
+BEOS_RC := rc
BEOS_XRES := xres
BEOS_SETVER := setversion
BEOS_MIMESET := mimeset
@@ -247,7 +248,7 @@
# cross: Haiku ?
NETLDFLAGS := -lnetwork
endif
-LDFLAGS += -lbe $(NETLDFLAGS)
+LDFLAGS += -lbe -ltranslation $(NETLDFLAGS)
endif
@@ -318,7 +319,8 @@
ifeq ($(TARGET),beos)
$(RSRC_BEOS): $(RDEF_BEOS)
- $(Q)$(BEOS_BERES) -o $@ $<
+ $(VQ)echo " RC: $<"
+ $(Q)$(BEOS_RC) -o $@ $<
endif
clean-target: