Remove TODO from install packages, end users don't need to know

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5774 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 29099a996384867fbbd490fe9111b2cd2e1a36ff
Former-commit-id: 9f985b3eb9741d055cffbd14d83a0141253189e4
This commit is contained in:
mungewell 2014-06-18 01:56:53 +00:00
parent 39ad3414da
commit d6ef7e2f7f
3 changed files with 2 additions and 3 deletions

View file

@ -39,7 +39,7 @@ Program:
and the designer-shipped one for high level (increase its details : more round wheels).
=> rather rewrite the graphics engine from scratch with some modern engine
like OSG, Ogre3D, Irrlicht ...
- replay feature - Work in progress by Simon Mungewell
- replay feature - Work in progress by Simon Wood (Mungewell)
Other:
- finish the Mac OS X port (with CMake) : ~95% done. Compiles completely but does not run.

View file

@ -2,7 +2,6 @@ CHANGES.txt
COPYING.txt
INSTALL.txt
README.txt
TODO.txt
doc/faq/faq.html
doc/userman

View file

@ -81,7 +81,7 @@ Section "!Base System" SEC01
SetOutPath "$INSTDIR"
File /oname=licence.txt "${BUILD_INST_DIR}\data\COPYING.txt"
File /oname=changes.txt "${BUILD_INST_DIR}\data\CHANGES.txt"
File /oname=todo.txt "${BUILD_INST_DIR}\data\TODO.txt"
;File /oname=todo.txt "${BUILD_INST_DIR}\data\TODO.txt"
File /oname=readme.txt readme_for_user.txt
; Executable and DLLs ... but no mod tool (see later)