Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 5ba2a82f

Von admin vor mehr als 6 Jahren hinzugefügt

  • ID 5ba2a82f7d5111a64df3c93effd7ecaf190d6bbd
  • Vorgänger 61161cc2
  • Nachfolger b425ab97

Started simplifying BUILD process.

- no longer need to create symlinks
- started setting explicit paths to include directives
- moved some code files from previous "types" folder to "types2"
- moved some files from "backendsupport" to "dialogs"
- removed "types"
- renamed "types2" to "types"
- moved "system.h" and "version.h" to "aqbanking/"

These changes mean that include directives in programs need to be more
specific, e.g. instead of
"#include <aqbanking/transactions.h>"
use
"#include <aqbanking/types/transactions.h>"

  • hinzugefügt
  • geändert
  • kopiert
  • umbenannt
  • gelöscht