[flatland-cvs] flatland/installer flatland.nsi,1.10,1.11
Status: Alpha
Brought to you by:
prideout
From: Philip R. <pri...@us...> - 2006-04-23 17:23:59
|
Update of /cvsroot/flatland/flatland/installer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21296/installer Modified Files: flatland.nsi Log Message: - converted project to VStudio 2005 - added a #include to fix compilation problem (Joel Horne) - added to build instructions to refer to gl and wgl headers - added an item to the release procedure (add a news item) - fixed atan bug in flatland.cpp (gorchillo) - fixed line-ending problem in simple.cpp (gorchillo) - fixed virtual destructors (gorchillo) Index: flatland.nsi =================================================================== RCS file: /cvsroot/flatland/flatland/installer/flatland.nsi,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** flatland.nsi 3 Jul 2005 21:07:34 -0000 1.10 --- flatland.nsi 23 Apr 2006 17:23:50 -0000 1.11 *************** *** 17,20 **** --- 17,21 ---- ; Note that the exe is i386 win32 and the zip is a platform-independent "source" zip. ; 11. putty shell.sf.net and add a news item to html\index.html. + ; 12. Add a news item to the project page. ; |