summaryrefslogtreecommitdiffstats
path: root/Source/ccommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: add functions to API (read, write, delete registry key value)Sebastien Barre2002-04-011-11/+39
|
* ENH: use ccommand for del on windowsBill Hoffman2002-03-261-1/+8
|
* ENH: cmCopyFile ; the path to the destination file will be created ; second ↵Sebastien Barre2002-03-251-3/+3
| | | | arg can be a directory.
* Return error on copyAndy Cedilnik2002-03-191-1/+1
|
* Remove warning about sign and unsignedAndy Cedilnik2002-03-181-1/+1
|
* Add ccommand for executing commands on the system, so by using ↵Andy Cedilnik2002-03-151-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.