summaryrefslogtreecommitdiffstats
path: root/compile_commands.json
blob: be3266c43a0f60a6dc23bbea7fe0ccb31287ff59 (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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
[{
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\AboutForm.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\AboutForm.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\AboutForm.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\GeneralPropertiesForm.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\GeneralPropertiesForm.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\GeneralPropertiesForm.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ImportForm.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ImportForm.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ImportForm.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\FrequencyResponseForm.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\FrequencyResponseForm.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\FrequencyResponseForm.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\SyncMachineForm.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\SyncMachineForm.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\SyncMachineForm.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ReactiveShuntElementForm.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ReactiveShuntElementForm.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ReactiveShuntElementForm.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\LoadForm.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\LoadForm.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\LoadForm.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\IndMotorForm.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\IndMotorForm.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\IndMotorForm.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\GeneratorStabForm.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\GeneratorStabForm.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\GeneratorStabForm.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\HarmCurrentForm.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\HarmCurrentForm.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\HarmCurrentForm.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\BusForm.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\BusForm.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\BusForm.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\LimiterForm.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\LimiterForm.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\LimiterForm.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\GainForm.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\GainForm.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\GainForm.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Transformer.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Transformer.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Transformer.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\SyncMotor.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\SyncMotor.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\SyncMotor.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\TextForm.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\TextForm.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\TextForm.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\SyncGenerator.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\SyncGenerator.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\SyncGenerator.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Line.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Line.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Line.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Inductor.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Inductor.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Inductor.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\artProvider\\ArtMetro.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\artProvider\\ArtMetro.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\artProvider\\ArtMetro.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\fparser\\fpconfig.hh",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\fparser\\fpconfig.hh -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\fparser\\fpconfig.hh.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Fault.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Fault.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Fault.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\fparser\\fparser.hh",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\fparser\\fparser.hh -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\fparser\\fparser.hh.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ElementDataObject.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ElementDataObject.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ElementDataObject.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\LineForm.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\LineForm.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\LineForm.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\wxMathPlot\\mathplot.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\wxMathPlot\\mathplot.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\wxMathPlot\\mathplot.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Element.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Element.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Element.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\MathExpressionForm.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\MathExpressionForm.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\MathExpressionForm.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\XMLParser.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\XMLParser.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\XMLParser.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Sum.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Sum.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Sum.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\rapidXML\\rapidxml_utils.hpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\rapidXML\\rapidxml_utils.hpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\rapidXML\\rapidxml_utils.hpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\rapidXML\\rapidxml_print.hpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\rapidXML\\rapidxml_print.hpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\rapidXML\\rapidxml_print.hpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Constant.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Constant.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Constant.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\DataReport.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\DataReport.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\DataReport.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\OpenGLText.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\OpenGLText.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\OpenGLText.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Divider.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Divider.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Divider.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Workspace.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Workspace.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Workspace.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\BusFormBitmaps.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\BusFormBitmaps.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\BusFormBitmaps.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\TransformerForm.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\TransformerForm.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\TransformerForm.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\wxMathPlot\\mathplot.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\wxMathPlot\\mathplot.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\wxMathPlot\\mathplot.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Bus.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Bus.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Bus.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\PowerQuality.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\PowerQuality.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\PowerQuality.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\MathExpression.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\MathExpression.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\MathExpression.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Electromechanical.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Electromechanical.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Electromechanical.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\fparser\\fpoptimizer.cc",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\fparser\\fpoptimizer.cc -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\fparser\\fpoptimizer.cc.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ElementPlotData.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ElementPlotData.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ElementPlotData.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\TransferFunctionForm.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\TransferFunctionForm.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\TransferFunctionForm.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\FileHanding.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\FileHanding.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\FileHanding.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ControlElementContainer.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ControlElementContainer.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ControlElementContainer.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\BusForm.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\BusForm.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\BusForm.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Limiter.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Limiter.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Limiter.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\PowerFlow.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\PowerFlow.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\PowerFlow.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ElectricCalculation.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ElectricCalculation.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ElectricCalculation.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\PowerElement.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\PowerElement.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\PowerElement.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\DataReportBase.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\DataReportBase.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\DataReportBase.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ElementPlotData.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ElementPlotData.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ElementPlotData.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\MainFrame.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\MainFrame.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\MainFrame.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\GainForm.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\GainForm.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\GainForm.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\WorkspaceBitmaps.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\WorkspaceBitmaps.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\WorkspaceBitmaps.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\PowerQuality.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\PowerQuality.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\PowerQuality.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\GeneralPropertiesForm.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\GeneralPropertiesForm.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\GeneralPropertiesForm.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\TransferFunctionForm.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\TransferFunctionForm.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\TransferFunctionForm.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ChartView.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ChartView.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ChartView.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ChartViewBase.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ChartViewBase.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ChartViewBase.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Text.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Text.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Text.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\GraphAutoLayout.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\GraphAutoLayout.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\GraphAutoLayout.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\FileHanding.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\FileHanding.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\FileHanding.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ControlElementSolver.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ControlElementSolver.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ControlElementSolver.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Load.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Load.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Load.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\SwitchingForm.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\SwitchingForm.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\SwitchingForm.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ExponentialForm.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ExponentialForm.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ExponentialForm.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\main.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\main.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\main.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ControlEditorBase.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ControlEditorBase.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ControlEditorBase.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ControlEditor.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ControlEditor.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ControlEditor.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\HarmCurrentForm.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\HarmCurrentForm.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\HarmCurrentForm.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\artProvider\\ArtMetro.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\artProvider\\ArtMetro.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\artProvider\\ArtMetro.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ControlSystemTest.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ControlSystemTest.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ControlSystemTest.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Shunt.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Shunt.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Shunt.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\SimulationsSettingsForm.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\SimulationsSettingsForm.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\SimulationsSettingsForm.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\XMLParser.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\XMLParser.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\XMLParser.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\TransferFunction.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\TransferFunction.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\TransferFunction.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Constant.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Constant.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Constant.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\MainFrameBitmaps.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\MainFrameBitmaps.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\MainFrameBitmaps.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\AboutForm.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\AboutForm.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\AboutForm.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\PropertiesData.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\PropertiesData.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\PropertiesData.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ElementFormBitmaps.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ElementFormBitmaps.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ElementFormBitmaps.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\SumForm.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\SumForm.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\SumForm.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\MathExpression.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\MathExpression.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\MathExpression.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Line.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Line.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Line.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ControlEditorBitmaps.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ControlEditorBitmaps.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ControlEditorBitmaps.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ElectricCalculation.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ElectricCalculation.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ElectricCalculation.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ChartViewBitmaps.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ChartViewBitmaps.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ChartViewBitmaps.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ConstantForm.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ConstantForm.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ConstantForm.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\WorkspaceBase.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\WorkspaceBase.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\WorkspaceBase.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\OpenGLText.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\OpenGLText.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\OpenGLText.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\GraphAutoLayout.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\GraphAutoLayout.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\GraphAutoLayout.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ElementFormBase.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ElementFormBase.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ElementFormBase.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\GeneratorStabForm.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\GeneratorStabForm.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\GeneratorStabForm.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\LoadForm.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\LoadForm.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\LoadForm.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\SwitchingForm.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\SwitchingForm.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\SwitchingForm.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\PropertiesFormBase.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\PropertiesFormBase.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\PropertiesFormBase.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\GraphicalElement.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\GraphicalElement.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\GraphicalElement.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Fault.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Fault.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Fault.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\rapidXML\\rapidxml.hpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\rapidXML\\rapidxml.hpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\rapidXML\\rapidxml.hpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\SyncGenerator.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\SyncGenerator.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\SyncGenerator.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\MathExprParser.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\MathExprParser.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\MathExprParser.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ControlEditorBase.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ControlEditorBase.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ControlEditorBase.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\MainFrameBase.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\MainFrameBase.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\MainFrameBase.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Exponential.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Exponential.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Exponential.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Camera.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Camera.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Camera.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\IndMotor.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\IndMotor.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\IndMotor.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Text.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Text.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Text.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\MainFrameBase.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\MainFrameBase.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\MainFrameBase.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\IndMotorForm.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\IndMotorForm.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\IndMotorForm.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\rapidXML\\rapidxml_iterators.hpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\rapidXML\\rapidxml_iterators.hpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\rapidXML\\rapidxml_iterators.hpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ElementFormBase.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ElementFormBase.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ElementFormBase.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\DataReportBitmaps.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\DataReportBitmaps.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\DataReportBitmaps.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Camera.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Camera.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Camera.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\MainFrame.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\MainFrame.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\MainFrame.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\LimiterForm.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\LimiterForm.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\LimiterForm.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Workspace.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Workspace.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Workspace.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\WorkspaceBase.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\WorkspaceBase.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\WorkspaceBase.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ControlElement.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ControlElement.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ControlElement.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\StabilityEventList.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\StabilityEventList.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\StabilityEventList.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\SyncMotor.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\SyncMotor.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\SyncMotor.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ChartView.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ChartView.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ChartView.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\DataReport.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\DataReport.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\DataReport.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ConnectionLine.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ConnectionLine.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ConnectionLine.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Shunt.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Shunt.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Shunt.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\DataReportBase.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\DataReportBase.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\DataReportBase.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Exponential.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Exponential.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Exponential.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\MathExpressionForm.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\MathExpressionForm.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\MathExpressionForm.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ExponentialForm.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ExponentialForm.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ExponentialForm.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\FrequencyResponseForm.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\FrequencyResponseForm.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\FrequencyResponseForm.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\PropertiesData.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\PropertiesData.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\PropertiesData.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Gain.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Gain.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Gain.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ControlSystemTest.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ControlSystemTest.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ControlSystemTest.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\LineForm.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\LineForm.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\LineForm.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\IOControl.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\IOControl.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\IOControl.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Element.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Element.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Element.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Limiter.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Limiter.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Limiter.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Load.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Load.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Load.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Multiplier.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Multiplier.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Multiplier.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\RateLimiterForm.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\RateLimiterForm.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\RateLimiterForm.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\RateLimiter.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\RateLimiter.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\RateLimiter.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\TransferFunction.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\TransferFunction.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\TransferFunction.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Divider.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Divider.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Divider.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\HarmCurrent.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\HarmCurrent.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\HarmCurrent.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Machines.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Machines.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Machines.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Branch.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Branch.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Branch.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Bus.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Bus.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Bus.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Capacitor.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Capacitor.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Capacitor.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ControlElement.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ControlElement.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ControlElement.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\SyncMachineForm.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\SyncMachineForm.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\SyncMachineForm.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Inductor.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Inductor.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Inductor.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\StabilityEventList.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\StabilityEventList.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\StabilityEventList.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ChartViewBase.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ChartViewBase.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ChartViewBase.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Machines.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Machines.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Machines.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Transformer.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Transformer.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Transformer.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ImportForm.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ImportForm.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ImportForm.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ControlEditor.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ControlEditor.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ControlEditor.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\SimulationsSettingsForm.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\SimulationsSettingsForm.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\SimulationsSettingsForm.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ConstantForm.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ConstantForm.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ConstantForm.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Electromechanical.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Electromechanical.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Electromechanical.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\IOControlForm.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\IOControlForm.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\IOControlForm.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\TransformerForm.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\TransformerForm.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\TransformerForm.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\IOControlForm.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\IOControlForm.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\IOControlForm.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\MathExprParser.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\MathExprParser.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\MathExprParser.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\RateLimiterForm.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\RateLimiterForm.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\RateLimiterForm.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\PowerFlow.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\PowerFlow.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\PowerFlow.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\TextForm.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\TextForm.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\TextForm.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\MathOperation.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\MathOperation.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\MathOperation.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ReactiveShuntElementForm.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ReactiveShuntElementForm.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ReactiveShuntElementForm.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\PropertiesFormBitmaps.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\PropertiesFormBitmaps.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\PropertiesFormBitmaps.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\GraphicalElement.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\GraphicalElement.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\GraphicalElement.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ConnectionLine.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ConnectionLine.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ConnectionLine.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ControlElementContainer.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ControlElementContainer.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ControlElementContainer.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\fparser\\fparser.cc",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\fparser\\fparser.cc -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\fparser\\fparser.cc.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ControlElementSolver.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ControlElementSolver.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ControlElementSolver.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\SumForm.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\SumForm.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\SumForm.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\PropertiesFormBase.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\PropertiesFormBase.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\PropertiesFormBase.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Gain.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Gain.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Gain.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ElementDataObject.cpp",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ElementDataObject.cpp -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\ElementDataObject.cpp.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\IOControl.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\IOControl.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\IOControl.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Capacitor.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Capacitor.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Capacitor.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Multiplier.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Multiplier.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Multiplier.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\RateLimiter.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\RateLimiter.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\RateLimiter.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Sum.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Sum.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Sum.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\MathOperation.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\MathOperation.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\MathOperation.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\PowerElement.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\PowerElement.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\PowerElement.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\HarmCurrent.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\HarmCurrent.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\HarmCurrent.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Branch.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Branch.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\Branch.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }, {
  "file": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\IndMotor.h",
  "directory": "C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project",
  "command": "clang  -c C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\IndMotor.h -o C:\\Users\\thale\\Documents\\GitHub\\PSP\\Project\\IndMotor.h.o -target x86_64-pc-windows-gnu -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++ -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\x86_64-w64-mingw32 -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include\\c++\\backward -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include -IC:\\TDM-GCC-64\\include -IC:\\TDM-GCC-64\\lib\\gcc\\x86_64-w64-mingw32\\5.1.0\\include-fixed -IC:\\TDM-GCC-64\\x86_64-w64-mingw32\\include -DNDEBUG -DUNICODE -I. -I.  -O2  -Wall  -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/wxWidgets-3.1.2/lib/gcc_dll/mswu -IC:/wxWidgets-3.1.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0  -fno-keep-inline-dllexport -std=c++11     -std=gnu++11"
 }]