Newer
Older
tmkproject / .tmkproject
@tundra tundra on 2 Jun 2012 1 KB Fixed syntax error.
  1. # Configuration Data For 'mkproject'
  2. #
  3. # Copyright (c) 2012, TundraWare Inc., Des Plaines, IL 60018 USA
  4. # All Rights Reserved. For Terms Of Use, See: mkproject-license.txt
  5. #
  6. # $Id: .tmkproject,v 1.103 2012/06/02 18:46:38 tundra Exp $
  7.  
  8. # NOTE: Any strings below that need the "/" in them -
  9. # like the website URL - must escape them for
  10. # the 'sed' substitutions to work in mkproject.sh.
  11.  
  12. #####
  13. # Vendor Specific Branding For 'mkproject'
  14. #####
  15.  
  16. AUTHOR="I.M. N. Author" # Program author's name
  17. COPYOWNER="Frobats Inc., Looney Tunes Ridge, MA, 01010 USA" # Copyright owner
  18. VENDORNAME="Vendoracious Inc." # Full name of vendor
  19. VENDORTAG="Vendoracious" # Used as initial CVS tag
  20. EMAILSUPPORT="${PROJECTNAME}@vendoracious.com" # Program support email
  21. WEBSITE="http:\/\/www.vendoracious.com\/Software\/${PROJECTNAME}" # Project website
  22.  
  23.  
  24. #####
  25. # Program Configuration And Options
  26. #####
  27.  
  28. # Project Directory - Where New Projects Go
  29.  
  30. PROJECTSDIR="${HOME}/Dev"
  31.  
  32. # Editor Used For Creating The WHATSNEW.txt File
  33.  
  34. EDITOR="jmacs"
  35. EDITARGS=""
  36.  
  37. # Where To Find The User's Own Configuration Files
  38.  
  39. USERCONFIGDIR=${HOME}