Commit 8fe48ace4ff12d44ba5e7c7ccbf9d21ece4f3a15
1 parent
82c4a8ff
notes
git-svn-id: svn+q:///qpdf/trunk@862 71b93d88-0707-0410-a8cf-f5a4172ac649
Showing
1 changed file
with
10 additions
and
9 deletions
TODO
| ... | ... | @@ -8,15 +8,16 @@ |
| 8 | 8 | * Write documentation section on source-level API changes between 2.0 |
| 9 | 9 | and 2.1. |
| 10 | 10 | |
| 11 | - * Update release documentation to remember not to include debugging | |
| 12 | - in the Windows release and to strip the DLL and executables. | |
| 13 | - Consider making the "install" target do something useful for | |
| 14 | - Windows. Update README.windows in this case including taking out | |
| 15 | - the mention of strip since it should be handled by the install | |
| 16 | - step. Determine whether -g with strip is different from not -g | |
| 17 | - with strip. Make sure release includes building for both | |
| 18 | - compilers. Make sure it works to link with the static library when | |
| 19 | - the dll is not in the same directory. | |
| 11 | + * Windows release: config for both compilers, make install. Create | |
| 12 | + zip files. Probably should put the compiler name somewhere in the | |
| 13 | + directory (qpdf-version-compiler?). Need some kind of "what to | |
| 14 | + download" file. | |
| 15 | + | |
| 16 | + * Make install for windows: copy system DLLs as needed excluding | |
| 17 | + msvcrt and kernel32. Update README.windows in this case including | |
| 18 | + taking out the mention of strip since it should be handled by the | |
| 19 | + install step. Make sure it works to link with the static library | |
| 20 | + when the dll is not in the same directory. | |
| 20 | 21 | |
| 21 | 22 | * Add comments for the security functions that map them back to the |
| 22 | 23 | items in Adobe's products. | ... | ... |