| | # Configuration Data For 'mkproject' |
---|
| | # |
---|
| | # Copyright (c) 2012, TundraWare Inc., Des Plaines, IL 60018 USA |
---|
| | # All Rights Reserved. For Terms Of Use, See: mkproject-license.txt |
---|
| | # |
---|
| | # $Id: .tmkproject,v 1.1 2012/06/01 20:56:06 tundra Exp $ |
---|
| | |
---|
| | # NOTE: Any strings below that need the "/" in them - |
---|
| | # like the website URL - must escape them for |
---|
| | # the 'sed' substitutions to work in mkproject.sh. |
---|
| | |
---|
| | ##### |
---|
| | # Vendor Specific Branding For 'mkproject' |
---|
| | ##### |
---|
| | |
---|
| | AUTHOR="Tim Daneliuk" |
---|
| | COPYOWNER="TundraWare Inc., Des Plaines, IL 60018 USA" # Copyright owner |
---|
| | VENDORNAME="TundraWare Inc." # Full name of vendor |
---|
| | VENDORTAG="TundraWare" # Used as initial CVS tag |
---|
| | EMAILSUPPORT=${PROJECTNAME}@tundraware.com # Program support email |
---|
| | WEBSITE="http:\/\/www.tundraware.com\/Software\/${PROJECTNAME}" # Project website |
---|
| | |
---|
| | |
---|
| | ##### |
---|
| | # Project Directory - Where New Projects Go |
---|
| | ##### |
---|
| | |
---|
| | PROJECTSDIR="${HOME}/Dev" |
---|
| | |
---|
| | ##### |
---|
| | # Editor Used For Creating The WHATSNEW.txt File |
---|
| | ##### |
---|
| | |
---|
| | EDITOR="emacs" |
---|
| | EDITARGS="-nw" |
---|
| | |
---|
| | |