summaryrefslogtreecommitdiff
path: root/FreeRTOS-Plus/Test/CBMC/proofs/MakefileWindows.json
blob: 543dd621956926c24966ce22bd573d95d675a61d (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
    "DEF": [
	"WIN32"
    ],
    "GOTO_CC": [
	"goto-cl"
    ],
    "COMPILE_LINK": [
	"/Fe"
    ],
    "COMPILE_ONLY": [
	"/c",
	"/Fo"
    ],
    "RULE_INPUT": [
	"$**"
    ],
    "RULE_OUTPUT": [
	"$@"
    ],
    "RULE_GOTO": [
	".c.goto:"
    ],
    "OPT": [
	"/wd4210",
	"/wd4127",
	"/wd4214",
	"/wd4201",
	"/wd4244",
	"/wd4310"
    ],
    "RM": [
	"del"
    ],
    "RM_RECURSIVE": [
	"del /s"
    ],
    "CP": [
	"copy"
    ],
    "TYPE_HEADER_SCRIPT": [
    "$(PROOFS)\\make_type_header_files.py"
    ]
}