summaryrefslogtreecommitdiff
path: root/scripts/README
blob: 54295bb9a2996fe0177e885018468e44c4bb2bb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26

These scripts are for convienence only.

Use them at your own risk.

Especially q_add_variable and q_add_function,
however when used they should leave behind a backup copy of the
header file it has tried to modify. Sometimes those two scripts
find headers that it decides it can't parse and leaves it up to
the user to edit them manually.

But even still I would highly recommend backing up your files
or using this in conjuction with some kind of CVS like system.

The script to add a new application is the most useful script
and creates a very basic QPE app from a template with most of
the files you need.

Currently these scripts don't integrate with a CVS system and
add or edit the created/modified files with the repository, you
have to do that manually, however I have started to make a few
scripts that are generic repository accessing scripts that
could be made to work with either p4 or cvs or something else.

John