summaryrefslogtreecommitdiff
path: root/beos/Makefile.target
diff options
context:
space:
mode:
authorFrançois Revel <mmu_man@netsurf-browser.org>2012-03-22 21:48:24 +0000
committerFrançois Revel <mmu_man@netsurf-browser.org>2012-03-22 21:48:24 +0000
commita66adbbfefcc61f4f577b80398a9a0d8941b8441 (patch)
treeb6f6fafc52ec3e0c3d3aff2e7123058b49ec5d69 /beos/Makefile.target
parent974f53679449da36b10bdccb3241b1f36f0f1936 (diff)
downloadnetsurf-a66adbbfefcc61f4f577b80398a9a0d8941b8441.tar.gz
netsurf-a66adbbfefcc61f4f577b80398a9a0d8941b8441.tar.bz2
Rename BeOS frontend files to strip the useless beos_ prefix. Fix includes and the rest so it builds.
svn path=/trunk/netsurf/; revision=13554
Diffstat (limited to 'beos/Makefile.target')
-rw-r--r--beos/Makefile.target16
1 files changed, 8 insertions, 8 deletions
diff --git a/beos/Makefile.target b/beos/Makefile.target
index 9436e3d2c..964907ed3 100644
--- a/beos/Makefile.target
+++ b/beos/Makefile.target
@@ -84,18 +84,18 @@
# ----------------------------------------------------------------------------
# S_BEOS are sources purely for the BeOS build
-S_BEOS := beos_about.cpp beos_bitmap.cpp beos_fetch_rsrc.cpp \
- beos_filetype.cpp beos_font.cpp beos_gui.cpp beos_login.cpp \
- beos_options.cpp beos_plotters.cpp beos_save_complete.cpp \
- beos_scaffolding.cpp beos_search.cpp beos_schedule.cpp \
- beos_thumbnail.cpp beos_treeview.cpp beos_throbber.cpp \
- beos_window.cpp system_colour.cpp
+S_BEOS := about.cpp bitmap.cpp fetch_rsrc.cpp \
+ filetype.cpp font.cpp gui.cpp login.cpp \
+ gui_options.cpp plotters.cpp save_complete.cpp \
+ scaffolding.cpp search.cpp schedule.cpp \
+ thumbnail.cpp treeview.cpp throbber.cpp \
+ window.cpp system_colour.cpp
S_BEOS := $(addprefix beos/,$(S_BEOS))
-RDEF_BEOS := beos_res.rdef
+RDEF_BEOS := res.rdef
RDEF_BEOS := $(addprefix beos/,$(RDEF_BEOS))
-RDEF_IMP_BEOS := beos_res_import.rdef
+RDEF_IMP_BEOS := res_import.rdef
RDEF_IMP_BEOS := $(addprefix $(OBJROOT)/,$(subst /,_,$(RDEF_IMP_BEOS)))
RDEP_BEOS := \