summaryrefslogtreecommitdiff
path: root/README.abi-version.txt
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2020-07-01 18:03:10 +0200
committerAlbrecht Schlosser <albrechts.fltk@online.de>2020-07-06 20:28:20 +0200
commitf09e17c3c564e8310125a10c03397cbf473ff643 (patch)
tree8d0fd4a28e3686c33aaa140d07ddba26ab28bdc2 /README.abi-version.txt
parentb0e0c355edaa2e23148cb0260ada907aec930f05 (diff)
Remove $Id$ tags, update URL's, and more
- remove obsolete svn '$Id$' tags from all source files - update .fl files and generated files accordingly - replace 'http://www.fltk.org' URL's with 'https://...' - replace bug report URL 'str.php' with 'bugs.php' - remove trailing whitespace - fix other whitespace errors flagged by Git - add and/or fix missing or wrong standard headers - convert tabs to spaces in all source files The only relevant code changes are in the fluid/ folder where some .fl files and other source files were used to generate the '$Id' headers and footers.
Diffstat (limited to 'README.abi-version.txt')
-rw-r--r--README.abi-version.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/README.abi-version.txt b/README.abi-version.txt
index bf9d54f9f..19a42e99d 100644
--- a/README.abi-version.txt
+++ b/README.abi-version.txt
@@ -12,13 +12,13 @@ Since FLTK 1.3.1 the FLTK team began to introduce ABI-breaking features
wrapped in so-called ABI guards in the library code, e.g.
#if FL_ABI_VERSION >= 10401
- ... new, ABI breaking code ...
+ ... new, ABI breaking code ...
#else
- ... old, ABI preserving code ...
+ ... old, ABI preserving code ...
#endif
- Note: In FLTK 1.3.x this preprocessor macro was named FLTK_ABI_VERSION.
- In FLTK 1.4.0 FLTK_ABI_VERSION was renamed to FL_ABI_VERSION.
+ Note: In FLTK 1.3.x this preprocessor macro was named FLTK_ABI_VERSION.
+ In FLTK 1.4.0 FLTK_ABI_VERSION was renamed to FL_ABI_VERSION.
This documentation is written for FLTK 1.4.x, but it applies to all later
versions as well. Replace the version numbers given here with the version
@@ -53,9 +53,9 @@ the version number.
----------------------------------------------------------
Run
- make clean
- ./configure --with-abiversion=10401
- make
+ make clean
+ ./configure --with-abiversion=10401
+ make
This will generate FL/abi-version.h and build FLTK as usual.
@@ -72,11 +72,11 @@ the version number.
ABI version, use ccmake, cmake-gui, or run cmake with the following
command:
- cmake -D OPTION_ABI_VERSION:STRING=10401 /path/to/fltk
+ cmake -D OPTION_ABI_VERSION:STRING=10401 /path/to/fltk
Then execute
- make
+ make
You can define OPTION_ABI_VERSION to the required version number using
one of the graphical CMake tools.