mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-26 22:40:50 +00:00
Add TODO
A list of thinks to be done befor the first CFT is released
This commit is contained in:
parent
fdf87559f1
commit
bd102bf0b8
1 changed files with 16 additions and 1 deletions
17
TODO
17
TODO
|
@ -1,5 +1,20 @@
|
|||
Windows Port TODO
|
||||
-----------------
|
||||
|
||||
- Check WITH_SYSTEMWIDE.
|
||||
- Check WITH_SYSTEMWIDE
|
||||
- Is Sys_GetClipboardData() really usefull?
|
||||
- Call Sys_AppActivate() in cl_main.c? (otherwise remove it)
|
||||
- Is Sys_GetGameAPI() correct?
|
||||
- Add platform defines for Windows in common/ and game/
|
||||
- Check if we really need all the stuff in winquake.h
|
||||
- Due to a bug in MinGW the _controlfp() option defines _PC_24
|
||||
and _MCW_PC are not available. While Quake II may work without
|
||||
them, we should try to find a workaround. See:
|
||||
http://mingw-users.1079350.n2.nabble.com/MinGW-missing-
|
||||
controlfp-and-related-defines-Looks-like-not-td7278570.html
|
||||
- Currently the Makefiles needs a special "mkdir.exe" which
|
||||
supports the -p option. We need a better aproach so that
|
||||
the Windows buildin "mkdir" can be used.
|
||||
- The Makefile needs some love. '' cannot be used as quotation
|
||||
marks under Windows and shouled be changed to "".
|
||||
|
||||
|
|
Loading…
Reference in a new issue