Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: add functions to API (read, write, delete registry key value) | Sebastien Barre | 2002-04-01 | 1 | -11/+39 |
| | |||||
* | ENH: use ccommand for del on windows | Bill Hoffman | 2002-03-26 | 1 | -1/+8 |
| | |||||
* | ENH: cmCopyFile ; the path to the destination file will be created ; second ↵ | Sebastien Barre | 2002-03-25 | 1 | -3/+3 |
| | | | | arg can be a directory. | ||||
* | Return error on copy | Andy Cedilnik | 2002-03-19 | 1 | -1/+1 |
| | |||||
* | Remove warning about sign and unsigned | Andy Cedilnik | 2002-03-18 | 1 | -1/+1 |
| | |||||
* | Add ccommand for executing commands on the system, so by using ↵ | Andy Cedilnik | 2002-03-15 | 1 | -0/+61 |
ADD_CUSTOM_COMMAND, you can make rules to do some system commands during build. Currently supported commands are copy and remove. Others will follow. |