forked from Riverside-Software/pugchallenge2019
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpreCompile.p
18 lines (13 loc) · 804 Bytes
/
preCompile.p
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*************************************************************************
File : preCompile.p
Purpose : Perform actions that must be done prior to recompile
When new features are implemented, sometimes files become obsolete.
They should be removed to avoid compilation problems but this must
be done BEFORE DataDigger recompiles itself.
The DataDigger.p programs takes this into account and when it decides
it should recompile, it deletes the old version of preCompile.r and
then runs the uncompiled version. This is needed, because at the time
the program runs, the OLD .r files are still in place, but the NEW
source files are there.
*************************************************************************/
/* No actions required for this version */