Commit graph

2 commits

Author SHA1 Message Date
John Popplewell
5dc92570f3 Added new options page to the NSIS installer.
The supplied (default) 'tuxpaint.cfg' is now empty, but is safely appended
to by the NSIS script. NSIS now has a Mode (Windowed|Full-Screen) and a
Resolution (640x480|800x600) option which append the following lines to
'tuxpaint.cfg':

fullscreen=$mode
nofancycursors=$mode
800x600=$res
[Where $mode and $res are "yes"|"no".]

The added file 'options.ini' contains the GUI layout for the new page.
2004-09-28 02:39:03 +00:00
John Popplewell
236cba1421 Added MSVC6.0 project and NSIS installer builder.
'prebuild.py' generates the .mo files, converts the text documents to CRLF
format (it only touches the files if they need converting) and builds
'filelist.inc' which is used by NSIS. This avoids including CVS folders.
2004-09-23 10:57:01 +00:00