README 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. +---------------------------------------------------------------+
  2. | TPRBUILDER - MAKE program for TIGCC IDE projects (.tpr files) |
  3. +---------------------------------------------------------------+
  4. About tprbuilder
  5. ----------------
  6. This program allows you to use TIGCC IDE project files (.tpr files) as
  7. makefiles. This allows you to compile projects created with the IDE of
  8. the Windows version of TIGCC from the Linux/Unix command line.
  9. License
  10. -------
  11. Copyright (C) 2002 Romain Liévin
  12. Copyright (C) 2002-2006 Kevin Kofler
  13. Copyright (C) 2005 Lionel Debroux
  14. tprbuilder is free software; you can redistribute it and/or modify
  15. it under the terms of the GNU General Public License as published by
  16. the Free Software Foundation; either version 2 of the License, or
  17. (at your option) any later version.
  18. This program is distributed in the hope that it will be useful,
  19. but WITHOUT ANY WARRANTY; without even the implied warranty of
  20. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  21. GNU General Public License for more details.
  22. You should have received a copy of the GNU General Public License
  23. along with this program; if not, write to the Free Software
  24. Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  25. Usage
  26. -----
  27. tprbuilder [-h] [-V] [-q] [-v] [-c] filename
  28. -h, --help
  29. Show summary of options.
  30. -V, --version
  31. Show version of program.
  32. -v, --verbose
  33. Use tprbuilder in verbose mode. In this mode, tprbuilder displays the program
  34. which is called in background with its command line arguments.
  35. -q, --quiet
  36. Use tprbuilder in quiet mode. In this mode, nothing is displayed. Background
  37. programs do not display any information.
  38. -c, --clean
  39. Do clean up of files (remove files generated by tigcc: *.o *.89z *.9Xz *.89y
  40. *.9Xy).