home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / xwplascr.zip / XWPL0208.ZIP / createchangelog.cmd < prev    next >
OS/2 REXX Batch file  |  2001-04-25  |  551b  |  16 lines

  1. /* */
  2.  
  3. /* createchangelog.cmd:
  4.  
  5.     this calls xdoc.exe on all the *.c files in \main and \frontend
  6.     to have a plain-text CHANGELOG file generated from the sources.
  7.  
  8.     xdoc.exe must be in ..\xwphelpers (which is true if you have
  9.     checked out the xwphelpers repository).
  10. */
  11.  
  12. 'echo on'
  13. '..\xwphelpers\xdoc -C "-iinclude;..\xwphelpers\include" src\classes\*.c src\config\*.c src\Daemon\*.c src\filesys\*.c src\hook\*.c src\media\*.c src\shared\*.c src\startshut\*.c src\widgets\*.c src\xcenter\*.c ..\xwphelpers\src\helpers\*.c'
  14.  
  15.  
  16.