End-users:
- The only file you are probably interested in is regenv.exe, you can just grab it and run! ;-o
- The rest of this text is for developers. See README.txt for end-user docs.
Developers:
-
See CHANGES.txt for pending/finished issues.
-
The .exe currently compiles with Visual Studio C++ 2010 and MinGW/GCC 4.7.
-
The stuff under
.prj
is a crude dev. project scaffolding kit I use locally (implemented almost exclusively in the ridiculous CMD.EXE scripting language, worth a look for a free horror ride). Theprj.cmd
,shell.cmd
andsave.cmd
convenience shortcuts are also part of it. You can safely ignore them all.