Subversion Repositories SvarDOS

Rev

Rev 564 | Rev 584 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 564 Rev 565
Line 36... Line 36...
36
The directory structure of a package depends on the type of packages.
36
The directory structure of a package depends on the type of packages.
37
For "core" packages, we have this:
37
For "core" packages, we have this:
38
 
38
 
39
  APPINFO            Put the program's LSM file here
39
  APPINFO            Put the program's LSM file here
40
  BIN                Binaries, such as exe and com files
40
  BIN                Binaries, such as exe and com files
41
  DOC\%PKGNAME%      Package documentation
41
  DOC\PKGNAME        Package documentation
42
  HELP               Used ONLY by the "help" package
42
  HELP               Used ONLY by the "help" package
43
  NLS\%PKGNAME%      Localizations (NLS language files) of the package
43
  NLS\PKGNAME        Localizations (NLS language files) of the package
44
  SOURCE\%PKGNAME%   The source code (optional)
44
  SOURCE\PKGNAME     The source code (optional)
45
 
45
 
46
Non-core packages use a slightly different directory organization. For
46
Non-core packages use a slightly different directory organization. For
47
example, if we were to consider a package FOO, we might end up with the
47
example, if we were to consider a package FOO, we might end up with the
48
following structure:
48
following structure:
49
 
49