From ea205ecf23c1d2b4eb1c2bec6f9f14751106b5be Mon Sep 17 00:00:00 2001 From: Chris Young Date: Wed, 8 Oct 2008 22:55:58 +0000 Subject: Generate AmigaOS version string in correct format, taking: netsurf_version_major from desktop/version.c as version SVN revision from local repository as revision This should ensure that the internal version number will increase correctly (version and revision are treated as seperate values > 0), whereas NetSurf's public release version (currently coming up to 2.0) is not guaranteed to be in legal AmigaOS format or increase validly under AmigaOS rules. The internal version string has been added for future AmiUpdate support as well as making it easier to see and compare versions of interim builds. amiga/version.c can safely be removed from the source list when cross-compiling (where ARexx is not available), or manually created, as it only defines this internal version string and does not contain any code. amiga/version.c is automatically removed after linking to ensure it always reflects the current SVN revision. svn path=/trunk/netsurf/; revision=5510 --- Makefile.sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.sources') diff --git a/Makefile.sources b/Makefile.sources index c8758744c..cb263db67 100644 --- a/Makefile.sources +++ b/Makefile.sources @@ -88,7 +88,7 @@ S_DEBUG := $(addprefix debug/,$(S_DEBUG)) # S_AMIGA are sources purely for the Amiga build S_AMIGA := compat.c gui.c tree.c history.c hotlist.c schedule.c \ thumbnail.c misc.c bitmap.c font.c filetype.c utf8.c login.c \ - plotters.c object.c menu.c save_pdf.c arexx.c + plotters.c object.c menu.c save_pdf.c arexx.c version.c S_AMIGA := $(addprefix amiga/,$(S_AMIGA)) # S_FRAMEBUFFER are sources purely for the framebuffer build -- cgit v1.2.3