Subversion Repositories SvarDOS

Rev

Rev 1623 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1623 Rev 1663
Line 43... Line 43...
43
 
43
 
44
The directory structure of a package depends on the type of packages.
44
The directory structure of a package depends on the type of packages.
45
For "core" packages, we have this:
45
For "core" packages, we have this:
46
 
46
 
47
  APPINFO            Put the program's LSM file here
47
  APPINFO            Put the program's LSM file here
48
  BIN                Binaries, such as exe and com files
48
  BIN                Binaries, such as EXE, COM and LNG files
49
  DOC\PKGNAME        Package documentation
49
  DOC\PKGNAME        Package documentation, if any
50
  HELP               Used ONLY by the "help" package
50
  HELP\              Optional "help" documentation in AMB format (PKGNAME.AMB)
51
  NLS\PKGNAME        Localizations (NLS language files) of the package
51
  NLS\PKGNAME        Localization files in the legacy, multifile (CATS) format
52
 
52
 
53
Non-core packages use a slightly different directory organization. For
53
Non-core packages use a slightly different directory organization. For
54
example, if we were to consider a package FOO, we might end up with the
54
example, if we were to consider a package FOO, we might end up with the
55
following structure:
55
following structure:
56
 
56