| File | Date | Author | Commit |
|---|---|---|---|
| COPYING | 2014-10-20 |
|
[b289b2] Update copyright dates |
| Changelog | 2011-12-13 |
|
[c639ae] Grpar v0.2 |
| Makefile | 2015-05-04 |
|
[8c7c91] Add Linux Makefile |
| Makefile.linux | 2021-02-10 |
|
[be3e34] Restore Makefile.linux (probably still useful, ... |
| Makefile.nmake | 2021-02-09 |
|
[91ea2c] Windows compatibility |
| README | 2021-02-10 |
|
[f00e52] Add license details following previous commit |
| getopt.c | 2021-02-09 |
|
[91ea2c] Windows compatibility |
| getopt.h | 2021-02-09 |
|
[91ea2c] Windows compatibility |
| grpar.c | 2021-02-09 |
|
[91ea2c] Windows compatibility |
Grpar - README
Description :
*************
Grpar is a tool to extract Build engine group (.grp) files.
See Ken Silverman's Build engine page (http://advsys.net/ken/build.htm) for
more information.
Author / Licence :
******************
Grpar has been written by GanaŽl LAPLANCHE <ganael.laplanche@martymac.org>
and is available under the BSD license (see COPYING for details).
The latest version is available on http://contribs.martymac.org
Contributions :
***************
Getopt code comes from mingw-w64 project :
mingw-w64-crt/misc/getopt.c -> getopt.c
mingw-w64-headers/crt/getopt.h -> getopt.h
See each file's header for license details.