first check-in of feisty meow codebase. many things broken still due to recent
[feisty_meow.git] / core / library / versions / version.ini.example
1 # This is an example "version.ini" file for a library or application.
2 # Using this file and the "main_ver.ini" (see "proto_main_ver.ini" for more
3 # information), the version support creates the version record in a resource
4 # file and outputs the header for version checking (libraries only).
5
6 [version]
7   ; currently, the only section name used is "version".
8 description=Gurp Library: assorted multi-purpose frotzing components
9   ; longish text summary of the library's purpose.
10 name=Gurp_Library
11   ; the name that the library goes by.  how it thinks of itself.
12 root=gurp
13   ; the root name for the project's dll or exe file.  don't include the
14   ; extension; that's specified below.
15 extension=dll
16   ; type of file created by the project.  the default is "dll", which indicates
17   ; that a version checking header should be created (called "version.h").
18   ; the other option is "exe", which doesn't bother with the version header.
19