-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path123456regeling.c
More file actions
54 lines (47 loc) · 1.26 KB
/
123456regeling.c
File metadata and controls
54 lines (47 loc) · 1.26 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
/* Compileerbestand */
/* ---------------- */
/* KRUISPUNT: 123456
123456
123456
123456
BESTAND: 123456regeling.c
CCOL: 12.0
TLCGEN: 12.4.0.19
CCOLGEN: 12.4.0.19
*/
/****************************** Versie commentaar ***********************************
*
* Versie Datum Ontwerper Commentaar
*
************************************************************************************/
/* Functionaliteiten regeling:
RIS: nee
PTP: ja
Intergroen: ja
*/
#ifndef AUTOMAAT
#pragma region CCOL library dependencies
#pragma comment(lib, "ccolreg.lib")
#pragma comment(lib, "ccolsim.lib")
#pragma comment(lib, "lwmlfunc.lib")
#pragma comment(lib, "stdfunc.lib")
#pragma comment(lib, "ccolvlog.lib")
#pragma comment(lib, "dsifunc.lib")
#pragma comment(lib, "ccolks.lib")
#pragma comment(lib, "ccolmain.lib")
#pragma endregion
#endif
#ifndef CCOLTIG /* Intergroentijden worden toegepast */
#define CCOLTIG
#endif
#ifndef AUTOMAAT
#include "PTPWIN.C"
#endif
#include "123456sys.h"
#include "123456reg.c"
#include "123456prio.c"
#include "123456tab.c"
#ifndef AUTOMAAT
#include "123456dpl.c"
#include "123456sim.c"
#endif