Skip to content
This repository has been archived by the owner on Mar 4, 2018. It is now read-only.

Project structure

ColinDuquesnoy edited this page Dec 17, 2014 · 2 revisions

This section briefly describes the project structure.

When you open the project, you will find a series of directories and files.

Directories:

  • doc: contains the sources for building the user documentation
  • forms: contains the Qt Designer ui files
  • open_cobol_ide: the source package that contains all the code of the application.
  • share: contains shared data for Linux and OS X (desktop files, icons, plist file)
  • test: contains integrations tests

The most important files are:

  • OpenCobolIDE: main script to use when running the program from source checkout
  • setup.py: setup file for installing the app on Linux and OS X
  • freeze.py: setup file for freezing the app on OS X and Windows.
  • runtests.py: run tests