Changes between Version 1 and Version 2 of AddingApp


Ignore:
Timestamp:
2018-07-06T17:42:57Z (6 years ago)
Author:
Jaroslav Jindrak
Comment:

Added information about the new C++ runtime support.

Legend:

Unmodified
Added
Removed
Modified
  • AddingApp

    v1 v2  
    3030Last thing that needs to be done is to add the compiled executable to the image file (e.g. `image.iso` for IA-32). That is done by adding the executable filename to a variable in `boot/Makefile.common`.
    3131For services use the `RD_SRVS_*` variable, for application use `RD_APPS_*`. The suffix is either `ESSENTIAL` or `NON_ESSENTIAL`.
     32
     33== C++ support ==
     34Since HelenOS 0.7.2, all source files with the extensions `.cpp`, `.cxx` and `.cc` are compiled as C++17 source files with (at the moment) access
     35to most C++14 standard library features.
    3236
    3337== Complete diff ==