Changes between Version 1 and Version 2 of AddingApp
- Timestamp:
- 2018-07-06T17:42:57Z (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AddingApp
v1 v2 30 30 Last 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`. 31 31 For services use the `RD_SRVS_*` variable, for application use `RD_APPS_*`. The suffix is either `ESSENTIAL` or `NON_ESSENTIAL`. 32 33 == C++ support == 34 Since 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 35 to most C++14 standard library features. 32 36 33 37 == Complete diff ==