mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-13 14:29:20 +03:00
Add BeOS sources.
svn path=/trunk/netsurf/; revision=4254
This commit is contained in:
parent
90a15a9753
commit
2df3550fcc
@ -57,6 +57,16 @@ S_GTK := font_pango.c gtk_bitmap.c gtk_gui.c gtk_schedule.c \
|
||||
gtk_history.c gtk_window.c gtk_filetype.c gtk_download.c
|
||||
S_GTK := $(addprefix gtk/,$(S_GTK))
|
||||
|
||||
# S_BEOS are sources purely for the BeOS build
|
||||
S_BEOS := beos_bitmap.cpp beos_fetch_rsrc.cpp beos_filetype.cpp beos_font.cpp \
|
||||
beos_gui.cpp beos_history.cpp beos_login.cpp beos_options.cpp \
|
||||
beos_plotters.cpp beos_scaffolding.cpp beos_schedule.cpp \
|
||||
beos_thumbnail.cpp beos_treeview.cpp beos_throbber.cpp \
|
||||
beos_window.cpp
|
||||
S_BEOS := $(addprefix beos/,$(S_BEOS))
|
||||
RDEF_BEOS := beos_res.rdef
|
||||
RDEF_BEOS := $(addprefix beos/,$(RDEF_BEOS))
|
||||
|
||||
# S_DEBUG are sources purely for the debug build
|
||||
S_DEBUG := netsurfd.c debug_bitmap.c filetyped.c fontd.c
|
||||
S_DEBUG := $(addprefix debug/,$(S_DEBUG))
|
||||
@ -117,6 +127,11 @@ SOURCES := $(S_COMMON) $(S_IMAGE) $(S_BROWSER) $(S_GTK)
|
||||
EXETARGET := nsgtk
|
||||
endif
|
||||
|
||||
ifeq ($(TARGET),beos)
|
||||
SOURCES := $(S_COMMON) $(S_IMAGE) $(S_BROWSER) $(S_BEOS)
|
||||
EXETARGET := NetSurf
|
||||
endif
|
||||
|
||||
ifeq ($(TARGET),debug)
|
||||
SOURCES := $(S_COMMON) $(S_IMAGE) $(S_DEBUG)
|
||||
EXETARGET := nsdebug
|
||||
|
Loading…
Reference in New Issue
Block a user