-
Notifications
You must be signed in to change notification settings - Fork 0
/
Lesson04_build_log.html
824 lines (824 loc) · 95.4 KB
/
Lesson04_build_log.html
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
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
<html>
<head>
<title>Lesson04 build log</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head>
<body>
<tt>
Build started on: <u>05-02-2023 at 18:32.01</u><br />
Build ended on: <u>05-02-2023 at 18:33.00</u><p />
<b>-------------- Build: Debug Mingw32 official in Lesson04 (compiler: GNU GCC Compiler)---------------</b><br />
mingw32-gcc.exe -g -D_DEBUG -DDEBUG -m32 -IC:\MingW\include -c C:\src\OpenGL\NeHe_Lesson04-master\src\Lesson04.c -o objMingW32of\Debug\src\Lesson04.o<br />
windres.exe -IC:\MingW\include -J rc -O coff -i C:\src\OpenGL\NeHe_Lesson04-master\src\Lesson04.rc -o objMingW32of\Debug\src\Lesson04.res<br />
mingw32-gcc.exe -LC:\MingW\lib -o binMingW32of\Debug\Lesson04.exe objMingW32of\Debug\src\Lesson04.o objMingW32of\Debug\src\Lesson04.res -m32 -lglu32 -lopengl32 -ladvapi32 -lcomdlg32 -lgdi32 -lwinmm -mwindows<br />
Output file is binMingW32of\Debug\Lesson04.exe with size 70.88 KB<br />
<b>-------------- Build: Release Mingw32 official in Lesson04 (compiler: GNU GCC Compiler)---------------</b><br />
mingw32-gcc.exe -O2 -DNDEBUG -m32 -IC:\MingW\include -c C:\src\OpenGL\NeHe_Lesson04-master\src\Lesson04.c -o objMingw32of\Release\src\Lesson04.o<br />
windres.exe -IC:\MingW\include -J rc -O coff -i C:\src\OpenGL\NeHe_Lesson04-master\src\Lesson04.rc -o objMingw32of\Release\src\Lesson04.res<br />
mingw32-gcc.exe -LC:\MingW\lib -o binMingw32of\Release\Lesson04.exe objMingw32of\Release\src\Lesson04.o objMingw32of\Release\src\Lesson04.res -s -m32 -lglu32 -lopengl32 -ladvapi32 -lcomdlg32 -lgdi32 -lwinmm -mwindows<br />
Output file is binMingw32of\Release\Lesson04.exe with size 37.00 KB<br />
<b>-------------- Build: Debug Mingw64 CB in Lesson04 (compiler: GNU GCC Compiler CB)---------------</b><br />
gcc.exe -g -march=core2 -D_DEBUG -DDEBUG -m64 -IC:\CodeBlocks\MinGW\x86_64-w64-mingw32\include -c C:\src\OpenGL\NeHe_Lesson04-master\src\Lesson04.c -o objMingw64CB\Debug\src\Lesson04.o<br />
windres.exe -IC:\CodeBlocks\MinGW\x86_64-w64-mingw32\include -J rc -O coff -i C:\src\OpenGL\NeHe_Lesson04-master\src\Lesson04.rc -o objMingw64CB\Debug\src\Lesson04.res<br />
gcc.exe -LC:\CodeBlocks\MinGW\x86_64-w64-mingw32\lib -o binMingw64CB\Debug\Lesson04.exe objMingw64CB\Debug\src\Lesson04.o objMingw64CB\Debug\src\Lesson04.res -m64 -lglu32 -lopengl32 -ladvapi32 -lcomdlg32 -lgdi32 -lwinmm -mwindows<br />
Output file is binMingw64CB\Debug\Lesson04.exe with size 137.69 KB<br />
<b>-------------- Build: Release Mingw64 CB in Lesson04 (compiler: GNU GCC Compiler CB)---------------</b><br />
gcc.exe -O2 -DNDEBUG -m64 -IC:\CodeBlocks\MinGW\x86_64-w64-mingw32\include -c C:\src\OpenGL\NeHe_Lesson04-master\src\Lesson04.c -o objMingw64CB\Release\src\Lesson04.o<br />
windres.exe -IC:\CodeBlocks\MinGW\x86_64-w64-mingw32\include -J rc -O coff -i C:\src\OpenGL\NeHe_Lesson04-master\src\Lesson04.rc -o objMingw64CB\Release\src\Lesson04.res<br />
gcc.exe -LC:\CodeBlocks\MinGW\x86_64-w64-mingw32\lib -o binMingw64CB\Release\Lesson04.exe objMingw64CB\Release\src\Lesson04.o objMingw64CB\Release\src\Lesson04.res -s -m64 -lglu32 -lopengl32 -ladvapi32 -lcomdlg32 -lgdi32 -lwinmm -mwindows<br />
Output file is binMingw64CB\Release\Lesson04.exe with size 30.00 KB<br />
<b>-------------- Build: Debug Mingw64 Dev-Cpp in Lesson04 (compiler: GNU GCC Compiler DEV)---------------</b><br />
gcc.exe -g -D_DEBUG -DDEBUG -m64 -IC:\RedPanda-Cpp\MinGW64\x86_64-w64-mingw32\include -c C:\src\OpenGL\NeHe_Lesson04-master\src\Lesson04.c -o objDevCpp\Debug\src\Lesson04.o<br />
windres.exe -IC:\RedPanda-Cpp\MinGW64\x86_64-w64-mingw32\include -J rc -O coff -i C:\src\OpenGL\NeHe_Lesson04-master\src\Lesson04.rc -o objDevCpp\Debug\src\Lesson04.res<br />
gcc.exe -LC:\RedPanda-Cpp\MinGW64\x86_64-w64-mingw32\lib -LC:\RedPanda-Cpp\MinGW64\lib -o binDevCpp\Debug\Lesson04.exe objDevCpp\Debug\src\Lesson04.o objDevCpp\Debug\src\Lesson04.res -m64 -lglu32 -lopengl32 -ladvapi32 -lcomdlg32 -lgdi32 -lwinmm -mwindows<br />
Output file is binDevCpp\Debug\Lesson04.exe with size 81.37 KB<br />
<b>-------------- Build: Release Mingw64 Dev-Cpp in Lesson04 (compiler: GNU GCC Compiler DEV)---------------</b><br />
gcc.exe -O2 -DNDEBUG -m64 -IC:\RedPanda-Cpp\MinGW64\x86_64-w64-mingw32\include -c C:\src\OpenGL\NeHe_Lesson04-master\src\Lesson04.c -o objDevCpp\Release\src\Lesson04.o<br />
windres.exe -IC:\RedPanda-Cpp\MinGW64\x86_64-w64-mingw32\include -J rc -O coff -i C:\src\OpenGL\NeHe_Lesson04-master\src\Lesson04.rc -o objDevCpp\Release\src\Lesson04.res<br />
gcc.exe -LC:\RedPanda-Cpp\MinGW64\x86_64-w64-mingw32\lib -LC:\RedPanda-Cpp\MinGW64\lib -o binDevCpp\Release\Lesson04.exe objDevCpp\Release\src\Lesson04.o objDevCpp\Release\src\Lesson04.res -s -m64 -lglu32 -lopengl32 -ladvapi32 -lcomdlg32 -lgdi32 -lwinmm -mwindows<br />
Output file is binDevCpp\Release\Lesson04.exe with size 30.00 KB<br />
<b>-------------- Build: Debug CYGWIN 32 in Lesson04 (compiler: Cygwin GCC 32)---------------</b><br />
i686-w64-mingw32-gcc.exe -march=core2 -g -D_DEBUG -DDEBUG -m32 -D_WIN32 -IC:/cygwin64/usr/i686-w64-mingw32/sys-root/mingw/include -c C:/src/OpenGL/NeHe_Lesson04-master/src/Lesson04.c -o objCYGWIN32/Debug/src/Lesson04.o<br />
i686-w64-mingw32-windres.exe -IC:/cygwin64/usr/i686-w64-mingw32/sys-root/mingw/include -J rc -O coff -i C:/src/OpenGL/NeHe_Lesson04-master/src/Lesson04.rc -o objCYGWIN32/Debug/src/Lesson04.res<br />
i686-w64-mingw32-gcc.exe -LC:/cygwin64/usr/i686-w64-mingw32/sys-root/mingw/lib -o binCYGWIN32/Debug/Lesson04.exe objCYGWIN32/Debug/src/Lesson04.o objCYGWIN32/Debug/src/Lesson04.res -mwindows -m32 -lglu32 -lopengl32 -mwindows<br />
Output file is binCYGWIN32\Debug\Lesson04.exe with size 143.40 KB<br />
<b>-------------- Build: Release CYGWIN 32 in Lesson04 (compiler: Cygwin GCC 32)---------------</b><br />
i686-w64-mingw32-gcc.exe -march=core2 -DNDEBUG -m32 -D_WIN32 -IC:/cygwin64/usr/i686-w64-mingw32/sys-root/mingw/include -c C:/src/OpenGL/NeHe_Lesson04-master/src/Lesson04.c -o objCYGWIN32/Release/src/Lesson04.o<br />
i686-w64-mingw32-windres.exe -IC:/cygwin64/usr/i686-w64-mingw32/sys-root/mingw/include -J rc -O coff -i C:/src/OpenGL/NeHe_Lesson04-master/src/Lesson04.rc -o objCYGWIN32/Release/src/Lesson04.res<br />
i686-w64-mingw32-gcc.exe -LC:/cygwin64/usr/i686-w64-mingw32/sys-root/mingw/lib -o binCYGWIN32/Release/Lesson04.exe objCYGWIN32/Release/src/Lesson04.o objCYGWIN32/Release/src/Lesson04.res -mwindows -m32 -lglu32 -lopengl32 -mwindows<br />
Output file is binCYGWIN32\Release\Lesson04.exe with size 133.66 KB<br />
<b>-------------- Build: Debug CYGWIN 64 in Lesson04 (compiler: Cygwin GCC 64)---------------</b><br />
x86_64-w64-mingw32-gcc.exe -march=core2 -g -D_DEBUG -DDEBUG -m64 -D_WIN64 -IC:/cygwin64/usr/x86_64-w64-mingw32/sys-root/mingw/include -c C:/src/OpenGL/NeHe_Lesson04-master/src/Lesson04.c -o objCYGWIN64/Debug/src/Lesson04.o<br />
x86_64-w64-mingw32-windres.exe -IC:/cygwin64/usr/x86_64-w64-mingw32/sys-root/mingw/include -J rc -O coff -i C:/src/OpenGL/NeHe_Lesson04-master/src/Lesson04.rc -o objCYGWIN64/Debug/src/Lesson04.res<br />
x86_64-w64-mingw32-gcc.exe -LC:/cygwin64/usr/x86_64-w64-mingw32/sys-root/mingw/lib -o binCYGWIN64/Debug/Lesson04.exe objCYGWIN64/Debug/src/Lesson04.o objCYGWIN64/Debug/src/Lesson04.res -mwindows -m64 -lglu32 -lopengl32 -mwindows<br />
Output file is binCYGWIN64\Debug\Lesson04.exe with size 162.74 KB<br />
<b>-------------- Build: Release CYGWIN 64 in Lesson04 (compiler: Cygwin GCC 64)---------------</b><br />
x86_64-w64-mingw32-gcc.exe -march=core2 -DNDEBUG -m64 -D_WIN64 -IC:/cygwin64/usr/x86_64-w64-mingw32/sys-root/mingw/include -c C:/src/OpenGL/NeHe_Lesson04-master/src/Lesson04.c -o objCYGWIN64/Release/src/Lesson04.o<br />
x86_64-w64-mingw32-windres.exe -IC:/cygwin64/usr/x86_64-w64-mingw32/sys-root/mingw/include -J rc -O coff -i C:/src/OpenGL/NeHe_Lesson04-master/src/Lesson04.rc -o objCYGWIN64/Release/src/Lesson04.res<br />
x86_64-w64-mingw32-gcc.exe -LC:/cygwin64/usr/x86_64-w64-mingw32/sys-root/mingw/lib -o binCYGWIN64/Release/Lesson04.exe objCYGWIN64/Release/src/Lesson04.o objCYGWIN64/Release/src/Lesson04.res -mwindows -m64 -lglu32 -lopengl32 -mwindows<br />
Output file is binCYGWIN64\Release\Lesson04.exe with size 153.50 KB<br />
<b>-------------- Build: Debug Mingw32 wl in Lesson04 (compiler: GNU GCC MinGW32 Compiler)---------------</b><br />
gcc.exe -m32 -g -D_DEBUG -DDEBUG -D_WIN32 -IC:\mingw32\i686-w64-mingw32\include -c C:\src\OpenGL\NeHe_Lesson04-master\src\Lesson04.c -o objMingw32wl\Debug\src\Lesson04.o<br />
windres.exe -IC:\mingw32\i686-w64-mingw32\include -J rc -O coff -i C:\src\OpenGL\NeHe_Lesson04-master\src\Lesson04.rc -o objMingw32wl\Debug\src\Lesson04.res<br />
gcc.exe -LC:\mingw32\i686-w64-mingw32\lib -o binMingw32wl\Debug\Lesson04.exe objMingw32wl\Debug\src\Lesson04.o objMingw32wl\Debug\src\Lesson04.res -m32 -lglu32 -lopengl32 -ladvapi32 -lcomdlg32 -lgdi32 -lwinmm -mwindows<br />
Output file is binMingw32wl\Debug\Lesson04.exe with size 86.42 KB<br />
<b>-------------- Build: Release Mingw32 wl in Lesson04 (compiler: GNU GCC MinGW32 Compiler)---------------</b><br />
gcc.exe -m32 -DNDEBUG -D_WIN32 -IC:\mingw32\i686-w64-mingw32\include -c C:\src\OpenGL\NeHe_Lesson04-master\src\Lesson04.c -o objMingw32wl\Release\src\Lesson04.o<br />
windres.exe -IC:\mingw32\i686-w64-mingw32\include -J rc -O coff -i C:\src\OpenGL\NeHe_Lesson04-master\src\Lesson04.rc -o objMingw32wl\Release\src\Lesson04.res<br />
gcc.exe -LC:\mingw32\i686-w64-mingw32\lib -o binMingw32wl\Release\Lesson04.exe objMingw32wl\Release\src\Lesson04.o objMingw32wl\Release\src\Lesson04.res -m32 -lglu32 -lopengl32 -ladvapi32 -lcomdlg32 -lgdi32 -lwinmm -mwindows<br />
Output file is binMingw32wl\Release\Lesson04.exe with size 77.21 KB<br />
<b>-------------- Build: Debug Mingw64 wl in Lesson04 (compiler: GNU GCC MinGW64 Compiler)---------------</b><br />
gcc.exe -march=core2 -g -D_DEBUG -DDEBUG -IC:\mingw64\x86_64-w64-mingw32\include -c C:\src\OpenGL\NeHe_Lesson04-master\src\Lesson04.c -o objMingw64wl\Debug\src\Lesson04.o<br />
windres.exe -IC:\mingw64\x86_64-w64-mingw32\include -J rc -O coff -i C:\src\OpenGL\NeHe_Lesson04-master\src\Lesson04.rc -o objMingw64wl\Debug\src\Lesson04.res<br />
gcc.exe -LC:\mingw64\x86_64-w64-mingw32\lib -o binMingw64wl\Debug\Lesson04.exe objMingw64wl\Debug\src\Lesson04.o objMingw64wl\Debug\src\Lesson04.res -lglu32 -lopengl32 -ladvapi32 -lcomdlg32 -lgdi32 -lwinmm -mwindows<br />
Output file is binMingw64wl\Debug\Lesson04.exe with size 93.84 KB<br />
<b>-------------- Build: Release Mingw64 wl in Lesson04 (compiler: GNU GCC MinGW64 Compiler)---------------</b><br />
gcc.exe -march=core2 -O2 -DNDEBUG -IC:\mingw64\x86_64-w64-mingw32\include -c C:\src\OpenGL\NeHe_Lesson04-master\src\Lesson04.c -o objMingw64wl\Release\src\Lesson04.o<br />
windres.exe -IC:\mingw64\x86_64-w64-mingw32\include -J rc -O coff -i C:\src\OpenGL\NeHe_Lesson04-master\src\Lesson04.rc -o objMingw64wl\Release\src\Lesson04.res<br />
gcc.exe -LC:\mingw64\x86_64-w64-mingw32\lib -o binMingw64wl\Release\Lesson04.exe objMingw64wl\Release\src\Lesson04.o objMingw64wl\Release\src\Lesson04.res -s -lglu32 -lopengl32 -ladvapi32 -lcomdlg32 -lgdi32 -lwinmm -mwindows<br />
Output file is binMingw64wl\Release\Lesson04.exe with size 36.00 KB<br />
<b>-------------- Build: Debug TDM MinGW32 in Lesson04 (compiler: TDM GCC Compiler)---------------</b><br />
mingw32-gcc.exe -march=core2 -std=c99 -g -D_DEBUG -DDEBUG -IC:\TDM-GCC-32\include -c C:\src\OpenGL\NeHe_Lesson04-master\src\Lesson04.c -o objTDMW32\Debug\src\Lesson04.o<br />
windres.exe -IC:\TDM-GCC-32\include -J rc -O coff -i C:\src\OpenGL\NeHe_Lesson04-master\src\Lesson04.rc -o objTDMW32\Debug\src\Lesson04.res<br />
mingw32-gcc.exe -LC:\TDM-GCC-32\lib -o binTDMW32\Debug\Lesson04.exe objTDMW32\Debug\src\Lesson04.o objTDMW32\Debug\src\Lesson04.res -lglu32 -lopengl32 -ladvapi32 -lcomdlg32 -lgdi32 -lwinmm -mwindows<br />
Output file is binTDMW32\Debug\Lesson04.exe with size 66.57 KB<br />
<b>-------------- Build: Release TDM MinGW32 in Lesson04 (compiler: TDM GCC Compiler)---------------</b><br />
mingw32-gcc.exe -march=core2 -O2 -std=c99 -DNDEBUG -IC:\TDM-GCC-32\include -c C:\src\OpenGL\NeHe_Lesson04-master\src\Lesson04.c -o objTDMW32\Release\src\Lesson04.o<br />
windres.exe -IC:\TDM-GCC-32\include -J rc -O coff -i C:\src\OpenGL\NeHe_Lesson04-master\src\Lesson04.rc -o objTDMW32\Release\src\Lesson04.res<br />
mingw32-gcc.exe -LC:\TDM-GCC-32\lib -o binTDMW32\Release\Lesson04.exe objTDMW32\Release\src\Lesson04.o objTDMW32\Release\src\Lesson04.res -s -lglu32 -lopengl32 -ladvapi32 -lcomdlg32 -lgdi32 -lwinmm -mwindows<br />
Output file is binTDMW32\Release\Lesson04.exe with size 37.50 KB<br />
<b>-------------- Build: Debug TDM MinGW64 in Lesson04 (compiler: TDM GCC X64 Compiler)---------------</b><br />
gcc.exe -march=core2 -std=c99 -g -D_DEBUG -DDEBUG -IC:\TDM-GCC-64\include -c C:\src\OpenGL\NeHe_Lesson04-master\src\Lesson04.c -o objTDMW64\Debug\src\Lesson04.o<br />
windres.exe -IC:\TDM-GCC-64\include -J rc -O coff -i C:\src\OpenGL\NeHe_Lesson04-master\src\Lesson04.rc -o objTDMW64\Debug\src\Lesson04.res<br />
gcc.exe -LC:\TDM-GCC-64\lib -o binTDMW64\Debug\Lesson04.exe objTDMW64\Debug\src\Lesson04.o objTDMW64\Debug\src\Lesson04.res -lglu32 -lopengl32 -ladvapi32 -lcomdlg32 -lgdi32 -lwinmm -mwindows<br />
Output file is binTDMW64\Debug\Lesson04.exe with size 233.37 KB<br />
<b>-------------- Build: Release TDM MinGW64 in Lesson04 (compiler: TDM GCC X64 Compiler)---------------</b><br />
gcc.exe -march=core2 -O2 -std=c99 -DNDEBUG -IC:\TDM-GCC-64\include -c C:\src\OpenGL\NeHe_Lesson04-master\src\Lesson04.c -o objTDMW64\Release\src\Lesson04.o<br />
windres.exe -IC:\TDM-GCC-64\include -J rc -O coff -i C:\src\OpenGL\NeHe_Lesson04-master\src\Lesson04.rc -o objTDMW64\Release\src\Lesson04.res<br />
gcc.exe -LC:\TDM-GCC-64\lib -o binTDMW64\Release\Lesson04.exe objTDMW64\Release\src\Lesson04.o objTDMW64\Release\src\Lesson04.res -s -lglu32 -lopengl32 -ladvapi32 -lcomdlg32 -lgdi32 -lwinmm -mwindows<br />
Output file is binTDMW64\Release\Lesson04.exe with size 77.50 KB<br />
<b>-------------- Build: Debug MSYS2W32 in Lesson04 (compiler: GNU GCC MSYS MinGW32 Compiler)---------------</b><br />
gcc.exe -march=core2 -g -D_DEBUG -DDEBUG -m32 -D_WIN32 -IC:\msys64\mingw32\i686-w64-mingw32\include -c C:\src\OpenGL\NeHe_Lesson04-master\src\Lesson04.c -o objMSYS2W32\Debug\src\Lesson04.o<br />
windres.exe -IC:\msys64\mingw32\i686-w64-mingw32\include -J rc -O coff -i C:\src\OpenGL\NeHe_Lesson04-master\src\Lesson04.rc -o objMSYS2W32\Debug\src\Lesson04.res<br />
gcc.exe -LC:\msys64\mingw32\i686-w64-mingw32\lib -o binMSYS2W32\Debug\Lesson04.exe objMSYS2W32\Debug\src\Lesson04.o objMSYS2W32\Debug\src\Lesson04.res -m32 -lglu32 -lopengl32 -ladvapi32 -lcomdlg32 -lgdi32 -lwinmm -mwindows<br />
Output file is binMSYS2W32\Debug\Lesson04.exe with size 142.58 KB<br />
<b>-------------- Build: Release MSYS2W32 in Lesson04 (compiler: GNU GCC MSYS MinGW32 Compiler)---------------</b><br />
gcc.exe -O2 -DNDEBUG -m32 -D_WIN32 -IC:\msys64\mingw32\i686-w64-mingw32\include -c C:\src\OpenGL\NeHe_Lesson04-master\src\Lesson04.c -o objMSYS2W32\Release\src\Lesson04.o<br />
windres.exe -IC:\msys64\mingw32\i686-w64-mingw32\include -J rc -O coff -i C:\src\OpenGL\NeHe_Lesson04-master\src\Lesson04.rc -o objMSYS2W32\Release\src\Lesson04.res<br />
gcc.exe -LC:\msys64\mingw32\i686-w64-mingw32\lib -o binMSYS2W32\Release\Lesson04.exe objMSYS2W32\Release\src\Lesson04.o objMSYS2W32\Release\src\Lesson04.res -s -m32 -lglu32 -lopengl32 -ladvapi32 -lcomdlg32 -lgdi32 -lwinmm -mwindows<br />
Output file is binMSYS2W32\Release\Lesson04.exe with size 32.00 KB<br />
<b>-------------- Build: Debug MSYS2W64 in Lesson04 (compiler: GNU GCC MSYS MinGW64 Compiler)---------------</b><br />
gcc.exe -march=core2 -g -D_DEBUG -DDEBUG -m64 -D_WIN64 -IC:\msys64\mingw64\x86_64-w64-mingw32\include -c C:\src\OpenGL\NeHe_Lesson04-master\src\Lesson04.c -o objMSYS2W64\Debug\src\Lesson04.o<br />
windres.exe -IC:\msys64\mingw64\x86_64-w64-mingw32\include -J rc -O coff -i C:\src\OpenGL\NeHe_Lesson04-master\src\Lesson04.rc -o objMSYS2W64\Debug\src\Lesson04.res<br />
gcc.exe -LC:\msys64\mingw64\x86_64-w64-mingw32\lib -o binMSYS2W64\Debug\Lesson04.exe objMSYS2W64\Debug\src\Lesson04.o objMSYS2W64\Debug\src\Lesson04.res -m64 -lglu32 -lopengl32 -ladvapi32 -lcomdlg32 -lgdi32 -lwinmm -mwindows<br />
Output file is binMSYS2W64\Debug\Lesson04.exe with size 158.50 KB<br />
<b>-------------- Build: Release MSYS2W64 in Lesson04 (compiler: GNU GCC MSYS MinGW64 Compiler)---------------</b><br />
gcc.exe -O2 -DNDEBUG -m64 -D_WIN64 -IC:\msys64\mingw64\x86_64-w64-mingw32\include -c C:\src\OpenGL\NeHe_Lesson04-master\src\Lesson04.c -o objMSYS2W64\Release\src\Lesson04.o<br />
windres.exe -IC:\msys64\mingw64\x86_64-w64-mingw32\include -J rc -O coff -i C:\src\OpenGL\NeHe_Lesson04-master\src\Lesson04.rc -o objMSYS2W64\Release\src\Lesson04.res<br />
gcc.exe -LC:\msys64\mingw64\x86_64-w64-mingw32\lib -o binMSYS2W64\Release\Lesson04.exe objMSYS2W64\Release\src\Lesson04.o objMSYS2W64\Release\src\Lesson04.res -s -m64 -lglu32 -lopengl32 -ladvapi32 -lcomdlg32 -lgdi32 -lwinmm -mwindows<br />
Output file is binMSYS2W64\Release\Lesson04.exe with size 32.00 KB<br />
<b>-------------- Build: Debug VS2022 X32 in Lesson04 (compiler: Microsoft Visual C++ 2022)---------------</b><br />
cl.exe /nologo /Zi -D -g /D_DEBUG /DDEBUG /I"C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\shared" /I"C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\ucrt" /I"C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um" /I"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.34.31933\include" /c src\Lesson04.c /FoobjVS2022X32\Debug\src\Lesson04.obj<br />
rc.exe /I"C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\shared" /I"C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\ucrt" /I"C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um" /I"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.34.31933\include" -foobjVS2022X32\Debug\src\Lesson04.res src\Lesson04.rc<br />
Lesson04.c<br />
Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384<br />
Copyright (C) Microsoft Corporation. All rights reserved.<br />
link.exe /nologo /subsystem:windows /LIBPATH:"C:\Program Files (x86)\Windows Kits\10\Lib\10.0.22621.0\ucrt\x86" /LIBPATH:"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.34.31933\lib\x86" /LIBPATH:"C:\Program Files (x86)\Windows Kits\10\Lib\10.0.22621.0\um\x86" /LIBPATH:"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.34.31933\lib\x86\store" /out:binVS2022X32\Debug\Lesson04.exe glu32.lib opengl32.lib user32.lib advapi32.lib comdlg32.lib winmm.lib gdi32.lib shell32.lib kernel32.lib objVS2022X32\Debug\src\Lesson04.obj objVS2022X32\Debug\src\Lesson04.res /debug<br />
LINK : binVS2022X32\Debug\Lesson04.exe introuvable ou non g‚n‚r‚ par la derniŠre ‚dition de liens incr‚mentielleÿ; ‚dition de liens complŠte en cours<br />
Output file is binVS2022X32\Debug\Lesson04.exe with size 492.00 KB<br />
<b>-------------- Build: Release VS2022 X32 in Lesson04 (compiler: Microsoft Visual C++ 2022)---------------</b><br />
cl.exe /nologo /TC -DNDEBUG /I"C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\shared" /I"C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\ucrt" /I"C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um" /I"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.34.31933\include" /c src\Lesson04.c /FoobjVS2022X32\Release\src\Lesson04.obj<br />
rc.exe /I"C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\shared" /I"C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\ucrt" /I"C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um" /I"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.34.31933\include" -foobjVS2022X32\Release\src\Lesson04.res src\Lesson04.rc<br />
Lesson04.c<br />
Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384<br />
Copyright (C) Microsoft Corporation. All rights reserved.<br />
link.exe /nologo /subsystem:windows /LIBPATH:"C:\Program Files (x86)\Windows Kits\10\Lib\10.0.22621.0\ucrt\x86" /LIBPATH:"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.34.31933\lib\x86" /LIBPATH:"C:\Program Files (x86)\Windows Kits\10\Lib\10.0.22621.0\um\x86" /LIBPATH:"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.34.31933\lib\x86\store" /out:binVS2022X32\Release\Lesson04.exe glu32.lib opengl32.lib advapi32.lib comdlg32.lib winmm.lib shell32.lib user32.lib kernel32.lib gdi32.lib objVS2022X32\Release\src\Lesson04.obj objVS2022X32\Release\src\Lesson04.res<br />
Output file is binVS2022X32\Release\Lesson04.exe with size 95.00 KB<br />
<b>-------------- Build: Debug VS2022 X64 in Lesson04 (compiler: Microsoft Visual C++ 2022 X64)---------------</b><br />
cl.exe /nologo /TC /Zi /D_DEBUG /DDEBUG /I"C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\shared" /I"C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\ucrt" /I"C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um" /I"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.34.31933\include" /c src\Lesson04.c /FoobjVS2022X64\Debug\src\Lesson04.obj<br />
rc.exe /I"C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\shared" /I"C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\ucrt" /I"C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um" /I"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.34.31933\include" -foobjVS2022X64\Debug\src\Lesson04.res src\Lesson04.rc<br />
Lesson04.c<br />
Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384<br />
Copyright (C) Microsoft Corporation. All rights reserved.<br />
link.exe /nologo /subsystem:windows /LIBPATH:"C:\Program Files (x86)\Windows Kits\10\Lib\10.0.22621.0\ucrt\x64" /LIBPATH:"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.34.31933\lib\x64" /LIBPATH:"C:\Program Files (x86)\Windows Kits\10\Lib\10.0.22621.0\um\x64" /LIBPATH:"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.34.31933\lib\x64\store" /out:binVS2022X64\Debug\Lesson04.exe glu32.lib opengl32.lib user32.lib advapi32.lib comdlg32.lib winmm.lib gdi32.lib shell32.lib kernel32.lib objVS2022X64\Debug\src\Lesson04.obj objVS2022X64\Debug\src\Lesson04.res /debug /MACHINE:X64 /MACHINE:X64<br />
LINK : binVS2022X64\Debug\Lesson04.exe introuvable ou non g‚n‚r‚ par la derniŠre ‚dition de liens incr‚mentielleÿ; ‚dition de liens complŠte en cours<br />
Output file is binVS2022X64\Debug\Lesson04.exe with size 638.50 KB<br />
<b>-------------- Build: Release VS2022 X64 in Lesson04 (compiler: Microsoft Visual C++ 2022 X64)---------------</b><br />
cl.exe /nologo /TC -DNDEBUG /I"C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\shared" /I"C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\ucrt" /I"C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um" /I"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.34.31933\include" /c src\Lesson04.c /FoobjVS2022X64\Release\src\Lesson04.obj<br />
rc.exe /I"C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\shared" /I"C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\ucrt" /I"C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um" /I"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.34.31933\include" -foobjVS2022X64\Release\src\Lesson04.res src\Lesson04.rc<br />
Lesson04.c<br />
Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384<br />
Copyright (C) Microsoft Corporation. All rights reserved.<br />
link.exe /nologo /subsystem:windows /LIBPATH:"C:\Program Files (x86)\Windows Kits\10\Lib\10.0.22621.0\ucrt\x64" /LIBPATH:"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.34.31933\lib\x64" /LIBPATH:"C:\Program Files (x86)\Windows Kits\10\Lib\10.0.22621.0\um\x64" /LIBPATH:"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.34.31933\lib\x64\store" /out:binVS2022X64\Release\Lesson04.exe glu32.lib opengl32.lib user32.lib advapi32.lib comdlg32.lib winmm.lib gdi32.lib shell32.lib kernel32.lib objVS2022X64\Release\src\Lesson04.obj objVS2022X64\Release\src\Lesson04.res /MACHINE:X64 /MACHINE:X64<br />
Output file is binVS2022X64\Release\Lesson04.exe with size 118.50 KB<br />
<b>-------------- Build: Debug DMC in Lesson04 (compiler: Digital Mars Compiler)---------------</b><br />
dmc.exe -mn -c -WA -H -g -D_DEBUG -DDEBUG -IC:\dm\include\gl -IC:\dm\include\win32 -IC:\dm\stlport\stlport -IC:\dm\include -oobjDMC\Debug\src\Lesson04.obj src\Lesson04.c<br />
rcc.exe -32 -IC:\dm\include\win32 -IC:\dm\include -oobjDMC\Debug\src\Lesson04.res src\Lesson04.rc<br />
NULL))) // Dont Pass Anything To WM_CREATE<br />
^<br />
<font color="#0000ff">src\Lesson04.c(350) : Warning 2: possible unintended assignment</font><br />
if (!(hDC=GetDC(hWnd))) // Did We Get A Device Context?<br />
^<br />
<font color="#0000ff">src\Lesson04.c(359) : Warning 2: possible unintended assignment</font><br />
if (!(PixelFormat=ChoosePixelFormat(hDC,&pfd))) // Did Windows Find A Matching Pixel Format?<br />
^<br />
<font color="#0000ff">src\Lesson04.c(366) : Warning 2: possible unintended assignment</font><br />
if (!(hRC=wglCreateContext(hDC))) // Are We Able To Get A Rendering Context?<br />
^<br />
<font color="#0000ff">src\Lesson04.c(380) : Warning 2: possible unintended assignment</font><br />
link.exe /NOLOGO /subsystem:windows objDMC\Debug\src\Lesson04.obj, binDMC\Debug\Lesson04.exe, , glu32.lib opengl32.lib comdlg32.lib gdi32.lib winmm.lib , , objDMC\Debug\src\Lesson04.res<br />
Output file is binDMC\Debug\Lesson04.exe with size 38.03 KB<br />
<b>-------------- Build: Release DMC in Lesson04 (compiler: Digital Mars Compiler)---------------</b><br />
dmc.exe -mn -c -IC:\dm\include\gl -IC:\dm\include\win32 -IC:\dm\stlport\stlport -IC:\dm\include -oobjDMC\Release\src\Lesson04.obj src\Lesson04.c<br />
rcc.exe -32 -IC:\dm\include\win32 -IC:\dm\include -oobjDMC\Release\src\Lesson04.res src\Lesson04.rc<br />
NULL))) // Dont Pass Anything To WM_CREATE<br />
^<br />
<font color="#0000ff">src\Lesson04.c(350) : Warning 2: possible unintended assignment</font><br />
if (!(hDC=GetDC(hWnd))) // Did We Get A Device Context?<br />
^<br />
<font color="#0000ff">src\Lesson04.c(359) : Warning 2: possible unintended assignment</font><br />
if (!(PixelFormat=ChoosePixelFormat(hDC,&pfd))) // Did Windows Find A Matching Pixel Format?<br />
^<br />
<font color="#0000ff">src\Lesson04.c(366) : Warning 2: possible unintended assignment</font><br />
if (!(hRC=wglCreateContext(hDC))) // Are We Able To Get A Rendering Context?<br />
^<br />
<font color="#0000ff">src\Lesson04.c(380) : Warning 2: possible unintended assignment</font><br />
link.exe /NOLOGO /subsystem:windows objDMC\Release\src\Lesson04.obj, binDMC\Release\Lesson04.exe, , glu32.lib opengl32.lib comdlg32.lib gdi32.lib winmm.lib , , objDMC\Release\src\Lesson04.res<br />
Output file is binDMC\Release\Lesson04.exe with size 38.03 KB<br />
<b>-------------- Build: Debug lcc in Lesson04 (compiler: LCC Compiler)---------------</b><br />
lrc.exe -IC:\lcc\include -foobjlcc32\Debug\src\Lesson04.res src\Lesson04.rc<br />
lcc.exe -c -IC:\lcc\include -g2 -D_DEBUG -DDEBUG src\Lesson04.c -Foobjlcc32\Debug\src\Lesson04.obj<br />
lcclnk.exe -LC:\lcc\lib objlcc32\Debug\src\Lesson04.obj objlcc32\Debug\src\Lesson04.res glu32.lib opengl32.lib advapi32.lib comdlg32.lib gdi32.lib winmm.lib -o binlcc32\Debug\Lesson04.exe<br />
Output file is binlcc32\Debug\Lesson04.exe with size 49.77 KB<br />
<b>-------------- Build: Release lcc in Lesson04 (compiler: LCC Compiler)---------------</b><br />
lrc.exe -IC:\lcc\include -foobjlcc32\Release\src\Lesson04.res src\Lesson04.rc<br />
lcc.exe -c -IC:\lcc\include -DNDEBUG src\Lesson04.c -Foobjlcc32\Release\src\Lesson04.obj<br />
lcclnk.exe -LC:\lcc\lib objlcc32\Release\src\Lesson04.obj objlcc32\Release\src\Lesson04.res glu32.lib opengl32.lib advapi32.lib comdlg32.lib gdi32.lib winmm.lib -o binlcc32\Release\Lesson04.exe<br />
Output file is binlcc32\Release\Lesson04.exe with size 40.78 KB<br />
<b>-------------- Build: Debug lcc64 in Lesson04 (compiler: LCC Compiler 64)---------------</b><br />
lrc.exe -IC:\lcc64\include64 -foobjlcc64\Debug\src\Lesson04.res src\Lesson04.rc<br />
lcc64.exe -c -IC:\lcc64\include64 -g2 -D_DEBUG -DDEBUG src\Lesson04.c -Foobjlcc64\Debug\src\Lesson04.obj<br />
lcclnk64.exe -LC:\lcc64\lib64 objlcc64\Debug\src\Lesson04.obj objlcc64\Debug\src\Lesson04.res glu32.lib opengl32.lib advapi32.lib comdlg32.lib gdi32.lib winmm.lib -o binlcc64\Debug\Lesson04.exe<br />
Output file is binlcc64\Debug\Lesson04.exe with size 49.69 KB<br />
<b>-------------- Build: Release lcc64 in Lesson04 (compiler: LCC Compiler 64)---------------</b><br />
lrc.exe -IC:\lcc64\include64 -foobjlcc64\Release\src\Lesson04.res src\Lesson04.rc<br />
lcc64.exe -c -IC:\lcc64\include64 src\Lesson04.c -Foobjlcc64\Release\src\Lesson04.obj<br />
lcclnk64.exe -LC:\lcc64\lib64 objlcc64\Release\src\Lesson04.obj objlcc64\Release\src\Lesson04.res glu32.lib opengl32.lib advapi32.lib comdlg32.lib gdi32.lib winmm.lib -o binlcc64\Release\Lesson04.exe<br />
Output file is binlcc64\Release\Lesson04.exe with size 38.69 KB<br />
<b>-------------- Build: Debug BorlandC in Lesson04 (compiler: Borland C++ Compiler (5.5, 5.82))---------------</b><br />
bcc32.exe -q -tW -6 -y -v -D_DEBUG -DDEBUG -IC:\BCC55\include -oobjBC55\Debug\src\Lesson04.obj -c src\Lesson04.c<br />
brcc32.exe -32 -foobjBC55\Debug\src\Lesson04.res -IC:\BCC55\include src\Lesson04.rc<br />
src\Lesson04.c:<br />
Warning W8060 src\Lesson04.c 338: Possibly incorrect assignment in function CreateGLWindow<br />
Warning W8060 src\Lesson04.c 359: Possibly incorrect assignment in function CreateGLWindow<br />
Warning W8060 src\Lesson04.c 380: Possibly incorrect assignment in function CreateGLWindow<br />
Warning W8057 src\Lesson04.c 555: Parameter 'hInstance' is never used in function WinMain<br />
Warning W8057 src\Lesson04.c 555: Parameter 'hPrevInstance' is never used in function WinMain<br />
Warning W8057 src\Lesson04.c 555: Parameter 'lpCmdLine' is never used in function WinMain<br />
Warning W8057 src\Lesson04.c 555: Parameter 'nCmdShow' is never used in function WinMain<br />
Borland Resource Compiler Version 5.40<br />
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.<br />
ilink32.exe -q -aa -LC:\BCC55\lib -LC:\BCC55\lib\psdk c0w32 objBC55\Debug\src\Lesson04.obj,binBC55\Debug\Lesson04.exe,,cw32mti.lib opengl32.lib glu32.lib cw32.lib gdi32.lib advapi32.lib comdlg32.lib winmm.lib user32.lib import32.lib,, objBC55\Debug\src\Lesson04.res<br />
Output file is binBC55\Debug\Lesson04.exe with size 19.50 KB<br />
<b>-------------- Build: Release BorlandC in Lesson04 (compiler: Borland C++ Compiler (5.5, 5.82))---------------</b><br />
bcc32.exe -q -tW -6 -v- -DNDEBUG -IC:\BCC55\include -oobjBC55\Release\src\Lesson04.obj -c src\Lesson04.c<br />
brcc32.exe -32 -foobjBC55\Release\src\Lesson04.res -IC:\BCC55\include src\Lesson04.rc<br />
src\Lesson04.c:<br />
Warning W8060 src\Lesson04.c 338: Possibly incorrect assignment in function CreateGLWindow<br />
Warning W8060 src\Lesson04.c 359: Possibly incorrect assignment in function CreateGLWindow<br />
Warning W8060 src\Lesson04.c 380: Possibly incorrect assignment in function CreateGLWindow<br />
Warning W8057 src\Lesson04.c 555: Parameter 'hInstance' is never used in function WinMain<br />
Warning W8057 src\Lesson04.c 555: Parameter 'hPrevInstance' is never used in function WinMain<br />
Warning W8057 src\Lesson04.c 555: Parameter 'lpCmdLine' is never used in function WinMain<br />
Warning W8057 src\Lesson04.c 555: Parameter 'nCmdShow' is never used in function WinMain<br />
Borland Resource Compiler Version 5.40<br />
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.<br />
ilink32.exe -q -aa -LC:\BCC55\lib -LC:\BCC55\lib\psdk c0w32 objBC55\Release\src\Lesson04.obj,binBC55\Release\Lesson04.exe,,cw32mti.lib opengl32.lib glu32.lib cw32.lib gdi32.lib advapi32.lib comdlg32.lib winmm.lib user32.lib import32.lib,, objBC55\Release\src\Lesson04.res<br />
Output file is binBC55\Release\Lesson04.exe with size 19.50 KB<br />
<b>-------------- Build: Debug OW 32 in Lesson04 (compiler: OpenWatcom (W32) Compiler)---------------</b><br />
wcl386.exe -q -c -d2 -g -d_DEBUG -dDEBUG -bcl=nt -iC:\watcom\h\nt -iC:\watcom\h -fo=objOW32\Debug\src\Lesson04.obj src\Lesson04.c<br />
wrc.exe -q -r -fo=objOW32\Debug\src\Lesson04.res -iC:\watcom\h\nt -iC:\watcom\h src\Lesson04.rc<br />
wlink.exe option quiet debug all system nt_win LIBP C:\watcom\lib386\nt;C:\watcom\lib386 file objOW32\Debug\src\Lesson04.obj name binOW32\Debug\Lesson04.exe library glu32,opengl32,advapi32,comdlg32,gdi32,winmm option resource=objOW32\Debug\src\Lesson04.res<br />
Output file is binOW32\Debug\Lesson04.exe with size 52.03 KB<br />
<b>-------------- Build: Release OW 32 in Lesson04 (compiler: OpenWatcom (W32) Compiler)---------------</b><br />
wcl386.exe -q -c -bcl=nt -iC:\watcom\h\nt -iC:\watcom\h -fo=objOW32\Release\src\Lesson04.obj src\Lesson04.c<br />
wrc.exe -q -r -fo=objOW32\Release\src\Lesson04.res -iC:\watcom\h\nt -iC:\watcom\h src\Lesson04.rc<br />
wlink.exe option quiet system nt_win LIBP C:\watcom\lib386\nt;C:\watcom\lib386 file objOW32\Release\src\Lesson04.obj name binOW32\Release\Lesson04.exe library glu32,opengl32,advapi32,comdlg32,gdi32,winmm option resource=objOW32\Release\src\Lesson04.res<br />
Output file is binOW32\Release\Lesson04.exe with size 31.50 KB<br />
<b>-------------- Build: Debug OW 64 in Lesson04 (compiler: OpenWatcom (W64) Compiler)---------------</b><br />
wcl386.exe -q -c -d2 -d_DEBUG -dDEBUG -bcl=nt -iC:\watcom\h\nt -iC:\watcom\h -fo=objOW64\Debug\src\Lesson04.obj src\Lesson04.c<br />
wrc.exe -q -r -fo=objOW64\Debug\src\Lesson04.res -iC:\watcom\h\nt -iC:\watcom\h src\Lesson04.rc<br />
wlink.exe option quiet debug all system nt_win LIBP C:\watcom\lib386\nt;C:\watcom\lib386 file objOW64\Debug\src\Lesson04.obj name binOW64\Debug\Lesson04.exe library glu32,opengl32,advapi32,comdlg32,gdi32,winmm option resource= objOW64\Debug\src\Lesson04.res<br />
Output file is binOW64\Debug\Lesson04.exe with size 52.03 KB<br />
<b>-------------- Build: Release OW 64 in Lesson04 (compiler: OpenWatcom (W32) Compiler)---------------</b><br />
wcl386.exe -q -c -dNDEBUG -bcl=nt -iC:\watcom\h\nt -iC:\watcom\h -fo=objOW64\Release\src\Lesson04.obj src\Lesson04.c<br />
wrc.exe -q -r -fo=objOW64\Release\src\Lesson04.res -iC:\watcom\h\nt -iC:\watcom\h src\Lesson04.rc<br />
wlink.exe option quiet system nt_win LIBP C:\watcom\lib386\nt;C:\watcom\lib386 file objOW64\Release\src\Lesson04.obj name binOW64\Release\Lesson04.exe library glu32,opengl32,advapi32,comdlg32,gdi32,winmm option resource=objOW64\Release\src\Lesson04.res<br />
Output file is binOW64\Release\Lesson04.exe with size 31.50 KB<br />
<b>-------------- Build: Debug PELLES C in Lesson04 (compiler: PELLES C++ 2021)---------------</b><br />
pocc.exe /nologo /Zi -Tx86-coff /Ze /c /D_DEBUG /DDEBUG /D_X86_ -Tx86-coff /D_X86_ /IC:\PellesC\include\Win /IC:\PellesC\include /c src\Lesson04.c /FoobjPELLESC32\Debug\src\Lesson04.obj<br />
porc.exe /IC:\PellesC\include\Win /IC:\PellesC\include -foobjPELLESC32\Debug\src\Lesson04.res src\Lesson04.rc<br />
polink.exe /nologo /subsystem:windows /LIBPATH:C:\PellesC\lib\Win /LIBPATH:C:\PellesC\lib /out:binPELLESC32\Debug\Lesson04.exe glu32.lib opengl32.lib advapi32.lib comdlg32.lib winmm.lib shell32.lib user32.lib kernel32.lib gdi32.lib objPELLESC32\Debug\src\Lesson04.obj objPELLESC32\Debug\src\Lesson04.res /debug /MACHINE:X86 /SUBSYSTEM:WINDOWS /MACHINE:X86<br />
Writing debug information<br />
Compacting debug information<br />
Output file is binPELLESC32\Debug\Lesson04.exe with size 59.50 KB<br />
<b>-------------- Build: Release PELLES C in Lesson04 (compiler: PELLES C++ 2021)---------------</b><br />
pocc.exe /nologo -Tx86-coff /Ze /c /DNDEBUG /D_X86_ -Tx86-coff /D_X86_ /IC:\PellesC\include\Win /IC:\PellesC\include /c src\Lesson04.c /FoobjPELLESC32\Release\src\Lesson04.obj<br />
porc.exe /IC:\PellesC\include\Win /IC:\PellesC\include -foobjPELLESC32\Release\src\Lesson04.res src\Lesson04.rc<br />
polink.exe /nologo /subsystem:windows /LIBPATH:C:\PellesC\lib\Win /LIBPATH:C:\PellesC\lib /out:binPELLESC32\Release\Lesson04.exe glu32.lib opengl32.lib advapi32.lib comdlg32.lib winmm.lib shell32.lib user32.lib kernel32.lib gdi32.lib objPELLESC32\Release\src\Lesson04.obj objPELLESC32\Release\src\Lesson04.res /MACHINE:X86 /SUBSYSTEM:WINDOWS /MACHINE:X86<br />
Output file is binPELLESC32\Release\Lesson04.exe with size 34.50 KB<br />
<b>-------------- Build: Debug PELLES C 64 in Lesson04 (compiler: PELLES C++ 2021 (64b))---------------</b><br />
pocc.exe /nologo /Zi -Tx64-coff /Ze /c /D_DEBUG /DDEBUG /D_AMD64_ /D_WIN64 -Tx64-coff /D_AMD64_ /D_WIN64 /IC:\PellesC\include\Win /IC:\PellesC\include /c src\Lesson04.c /FoobjPELLESC64\Debug\src\Lesson04.obj<br />
porc.exe /IC:\PellesC\include\Win /IC:\PellesC\include -foobjPELLESC64\Debug\src\Lesson04.res src\Lesson04.rc<br />
polink.exe /nologo /subsystem:windows /LIBPATH:C:\PellesC\lib\Win64 /LIBPATH:C:\PellesC\lib /out:binPELLESC64\Debug\Lesson04.exe glu32.lib opengl32.lib advapi32.lib comdlg32.lib winmm.lib shell32.lib user32.lib kernel32.lib gdi32.lib objPELLESC64\Debug\src\Lesson04.obj objPELLESC64\Debug\src\Lesson04.res /debug /MACHINE:X64 /SUBSYSTEM:WINDOWS /MACHINE:X64<br />
Writing debug information<br />
Compacting debug information<br />
Output file is binPELLESC64\Debug\Lesson04.exe with size 66.00 KB<br />
<b>-------------- Build: Release PELLES C 64 in Lesson04 (compiler: PELLES C++ 2021 (64b))---------------</b><br />
pocc.exe /nologo -Tx64-coff /Ze /c /DNDEBUG /D_AMD64_ /D_WIN64 -Tx64-coff /D_AMD64_ /D_WIN64 /IC:\PellesC\include\Win /IC:\PellesC\include /c src\Lesson04.c /FoobjPELLESC64\Release\src\Lesson04.obj<br />
porc.exe /IC:\PellesC\include\Win /IC:\PellesC\include -foobjPELLESC64\Release\src\Lesson04.res src\Lesson04.rc<br />
polink.exe /nologo /subsystem:windows /LIBPATH:C:\PellesC\lib\Win64 /LIBPATH:C:\PellesC\lib /out:binPELLESC64\Release\Lesson04.exe glu32.lib opengl32.lib advapi32.lib comdlg32.lib winmm.lib shell32.lib user32.lib kernel32.lib gdi32.lib objPELLESC64\Release\src\Lesson04.obj objPELLESC64\Release\src\Lesson04.res /MACHINE:X64 /SUBSYSTEM:WINDOWS /MACHINE:X64<br />
Output file is binPELLESC64\Release\Lesson04.exe with size 40.50 KB<br />
<b>-------------- Build: Debug CLANG Mingw32 in Lesson04 (compiler: LLVM Clang Compiler W32)---------------</b><br />
clang.exe -g -D_DEBUG -DDEBUG -m32 -IC:\mingw32\i686-w64-mingw32\include -c C:\src\OpenGL\NeHe_Lesson04-master\src\Lesson04.c -o objCLANGW32\Debug\src\Lesson04.o<br />
windres.exe -IC:\mingw32\i686-w64-mingw32\include -J rc -O coff -i C:\src\OpenGL\NeHe_Lesson04-master\src\Lesson04.rc -o objCLANGW32\Debug\src\Lesson04.res<br />
clang.exe -LC:\mingw32\i686-w64-mingw32\lib -o binCLANGW32\Debug\Lesson04.exe objCLANGW32\Debug\src\Lesson04.o objCLANGW32\Debug\src\Lesson04.res -m32 -lglu32 -lopengl32 -ladvapi32 -lcomdlg32 -lgdi32 -lwinmm -Wl,--subsystem,windows<br />
Output file is binCLANGW32\Debug\Lesson04.exe with size 83.32 KB<br />
<b>-------------- Build: Release CLANG Mingw32 in Lesson04 (compiler: LLVM Clang Compiler W32)---------------</b><br />
clang.exe -m32 -IC:\mingw32\i686-w64-mingw32\include -c C:\src\OpenGL\NeHe_Lesson04-master\src\Lesson04.c -o objCLANGW32\release\src\Lesson04.o<br />
windres.exe -IC:\mingw32\i686-w64-mingw32\include -J rc -O coff -i C:\src\OpenGL\NeHe_Lesson04-master\src\Lesson04.rc -o objCLANGW32\release\src\Lesson04.res<br />
clang.exe -LC:\mingw32\i686-w64-mingw32\lib -o binCLANGW32\Release\Lesson04.exe objCLANGW32\release\src\Lesson04.o objCLANGW32\release\src\Lesson04.res -m32 -lglu32 -lopengl32 -ladvapi32 -lcomdlg32 -lgdi32 -lwinmm -Wl,--subsystem,windows<br />
Output file is binCLANGW32\Release\Lesson04.exe with size 77.14 KB<br />
<b>-------------- Build: Debug CLANG Mingw64 in Lesson04 (compiler: LLVM Clang Compiler W64)---------------</b><br />
clang.exe -g -D_DEBUG -DDEBUG -m64 -IC:\mingw64\x86_64-w64-mingw32\include -c C:\src\OpenGL\NeHe_Lesson04-master\src\Lesson04.c -o objCLANGW64\Debug\src\Lesson04.o<br />
windres.exe -IC:\mingw64\x86_64-w64-mingw32\include -J rc -O coff -i C:\src\OpenGL\NeHe_Lesson04-master\src\Lesson04.rc -o objCLANGW64\Debug\src\Lesson04.res<br />
clang.exe -LC:\mingw64\x86_64-w64-mingw32\lib -o binCLANGW64\Debug\Lesson04.exe objCLANGW64\Debug\src\Lesson04.o objCLANGW64\Debug\src\Lesson04.res -m64 -lglu32 -lopengl32 -ladvapi32 -lcomdlg32 -lgdi32 -lwinmm -Wl,--subsystem,windows<br />
Output file is binCLANGW64\Debug\Lesson04.exe with size 90.18 KB<br />
<b>-------------- Build: Release CLANG Mingw64 in Lesson04 (compiler: LLVM Clang Compiler W64)---------------</b><br />
clang.exe -DNDEBUG -m64 -IC:\mingw64\x86_64-w64-mingw32\include -c C:\src\OpenGL\NeHe_Lesson04-master\src\Lesson04.c -o objCLANGW64\Release\src\Lesson04.o<br />
windres.exe -IC:\mingw64\x86_64-w64-mingw32\include -J rc -O coff -i C:\src\OpenGL\NeHe_Lesson04-master\src\Lesson04.rc -o objCLANGW64\Release\src\Lesson04.res<br />
clang.exe -LC:\mingw64\x86_64-w64-mingw32\lib -o binCLANGW64\Release\Lesson04.exe objCLANGW64\Release\src\Lesson04.o objCLANGW64\Release\src\Lesson04.res -m64 -lglu32 -lopengl32 -ladvapi32 -lcomdlg32 -lgdi32 -lwinmm -Wl,--subsystem,windows<br />
Output file is binCLANGW64\Release\Lesson04.exe with size 83.54 KB<br />
<b>-------------- Build: Debug CLANG MSX32 in Lesson04 (compiler: LLVM Clang Compiler X32)---------------</b><br />
rc.exe -I"C:\Program Files (X86)\LLVM\lib\clang\15.0.7\include" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\shared" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\um" -I"C:\Program Files (x86)\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.34.31933\include" /fo "C:\src\OpenGL\NeHe_Lesson04-master\objCLANGX32\Debug\src\Lesson04.res" src\Lesson04.rc<br />
Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384<br />
Copyright (C) Microsoft Corporation. All rights reserved.<br />
clang.exe -g -D_DEBUG -DDEBUG -fms-extensions -m32 -I"C:\Program Files (X86)\LLVM\lib\clang\15.0.7\include" -I"C:\Program Files (X86)\Windows Kits\10\include\10.0.22621.0\shared" -I"C:\Program Files (X86)\Windows Kits\10\include\10.0.22621.0\ucrt" -I"C:\Program Files (X86)\Windows Kits\10\include\10.0.22621.0\um" -I"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.34.31933\include" -c C:\src\OpenGL\NeHe_Lesson04-master\src\Lesson04.c -o objCLANGX32\Debug\src\Lesson04.o<br />
clang.exe -L"C:\Program Files (X86)\LLVM\lib\clang\15.0.7\lib\windows" -L"C:\Program Files (X86)\Windows Kits\10\lib\10.0.22621.0\um\x86" -L"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.34.31933\lib\x86" -L"C:\Program Files (X86)\Windows Kits\10\lib\10.0.22621.0\ucrt\x86" -L"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.34.31933\lib\x86\store" -o binCLANGX32\Debug\Lesson04.exe objCLANGX32\Debug\src\Lesson04.o objCLANGX32\Debug\src\Lesson04.res -m32 -lglu32 -lopengl32 -luser32 -ladvapi32 -lcomdlg32 -lwinmm -lgdi32 -lshell32 -lkernel32<br />
Output file is binCLANGX32\Debug\Lesson04.exe with size 96.50 KB<br />
<b>-------------- Build: Release CLANG MSX32 in Lesson04 (compiler: LLVM Clang Compiler X32)---------------</b><br />
rc.exe -I"C:\Program Files (X86)\LLVM\lib\clang\15.0.7\include" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\shared" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\um" -I"C:\Program Files (x86)\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.34.31933\include" /fo "C:\src\OpenGL\NeHe_Lesson04-master\objCLANGX32\Release\src\Lesson04.res" src\Lesson04.rc<br />
Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384<br />
Copyright (C) Microsoft Corporation. All rights reserved.<br />
clang.exe -DNDEBUG -fms-extensions -m32 -I"C:\Program Files (X86)\LLVM\lib\clang\15.0.7\include" -I"C:\Program Files (X86)\Windows Kits\10\include\10.0.22621.0\shared" -I"C:\Program Files (X86)\Windows Kits\10\include\10.0.22621.0\ucrt" -I"C:\Program Files (X86)\Windows Kits\10\include\10.0.22621.0\um" -I"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.34.31933\include" -c C:\src\OpenGL\NeHe_Lesson04-master\src\Lesson04.c -o objCLANGX32\Release\src\Lesson04.o<br />
clang.exe -L"C:\Program Files (X86)\LLVM\lib\clang\15.0.7\lib\windows" -L"C:\Program Files (X86)\Windows Kits\10\lib\10.0.22621.0\um\x86" -L"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.34.31933\lib\x86" -L"C:\Program Files (X86)\Windows Kits\10\lib\10.0.22621.0\ucrt\x86" -L"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.34.31933\lib\x86\store" -o binCLANGX32\Release\Lesson04.exe objCLANGX32\Release\src\Lesson04.o objCLANGX32\Release\src\Lesson04.res -m32 -lglu32 -lopengl32 -luser32 -ladvapi32 -lcomdlg32 -lwinmm -lgdi32 -lshell32 -lkernel32<br />
Output file is binCLANGX32\Release\Lesson04.exe with size 96.50 KB<br />
<b>-------------- Build: Debug CLANG MSX64 in Lesson04 (compiler: LLVM Clang Compiler X64)---------------</b><br />
rc.exe -I"C:\Program Files\LLVM\lib\clang\15.0.7\include" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\shared" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\um" -I"C:\Program Files (x86)\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.34.31933\include" /fo "C:\src\OpenGL\NeHe_Lesson04-master\objCLANGX64\Debug\src\Lesson04.res" src\Lesson04.rc<br />
Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384<br />
Copyright (C) Microsoft Corporation. All rights reserved.<br />
clang.exe -g -D_DEBUG -DDEBUG -fms-extensions -m64 -target x86_64-pc-windows-msvc -I"C:\Program Files\LLVM\lib\clang\15.0.7\include" -I"C:\Program Files (X86)\Windows Kits\10\include\10.0.22621.0\shared" -I"C:\Program Files (X86)\Windows Kits\10\include\10.0.22621.0\ucrt" -I"C:\Program Files (X86)\Windows Kits\10\include\10.0.22621.0\um" -I"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.34.31933\include" -c C:\src\OpenGL\NeHe_Lesson04-master\src\Lesson04.c -o objCLANGX64\Debug\src\Lesson04.o<br />
clang.exe -L"C:\Program Files\LLVM\lib\clang\15.0.7\lib\windows" -L"C:\Program Files (x86)\Windows Kits\10\lib\10.0.22621.0\um\x64" -L"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.34.31933\lib\x64" -L"C:\Program Files (x86)\Windows Kits\10\lib\10.0.22621.0\ucrt\x64" -L"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.34.31933\lib\x64\store" -o binCLANGX64\Debug\Lesson04.exe objCLANGX64\Debug\src\Lesson04.o objCLANGX64\Debug\src\Lesson04.res -m64 -target x86_64-pc-windows-msvc -lglu32 -lopengl32 -luser32 -ladvapi32 -lcomdlg32 -lwinmm -lgdi32 -lshell32 -lkernel32<br />
Output file is binCLANGX64\Debug\Lesson04.exe with size 118.00 KB<br />
<b>-------------- Build: Release CLANG MSX64 in Lesson04 (compiler: LLVM Clang Compiler X64)---------------</b><br />
rc.exe -I"C:\Program Files\LLVM\lib\clang\15.0.7\include" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\shared" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\um" -I"C:\Program Files (x86)\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.34.31933\include" /fo "C:\src\OpenGL\NeHe_Lesson04-master\objCLANGX64\Release\src\Lesson04.res" src\Lesson04.rc<br />
Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384<br />
Copyright (C) Microsoft Corporation. All rights reserved.<br />
clang.exe -DNDEBUG -fms-extensions -m64 -target x86_64-pc-windows-msvc -I"C:\Program Files\LLVM\lib\clang\15.0.7\include" -I"C:\Program Files (X86)\Windows Kits\10\include\10.0.22621.0\shared" -I"C:\Program Files (X86)\Windows Kits\10\include\10.0.22621.0\ucrt" -I"C:\Program Files (X86)\Windows Kits\10\include\10.0.22621.0\um" -I"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.34.31933\include" -c C:\src\OpenGL\NeHe_Lesson04-master\src\Lesson04.c -o objCLANGX64\Release\src\Lesson04.o<br />
clang.exe -L"C:\Program Files\LLVM\lib\clang\15.0.7\lib\windows" -L"C:\Program Files (x86)\Windows Kits\10\lib\10.0.22621.0\um\x64" -L"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.34.31933\lib\x64" -L"C:\Program Files (x86)\Windows Kits\10\lib\10.0.22621.0\ucrt\x64" -L"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.34.31933\lib\x64\store" -o binCLANGX64\Release\Lesson04.exe objCLANGX64\Release\src\Lesson04.o objCLANGX64\Release\src\Lesson04.res -m64 -target x86_64-pc-windows-msvc -lglu32 -lopengl32 -luser32 -ladvapi32 -lcomdlg32 -lwinmm -lgdi32 -lshell32 -lkernel32<br />
Output file is binCLANGX64\Release\Lesson04.exe with size 118.00 KB<br />
<b>-------------- Build: Debug CLANG MSYS W32 in Lesson04 (compiler: CLANG MSYS W32 Compiler)---------------</b><br />
clang.exe -g -D_DEBUG -DDEBUG -m32 -IC:\msys64\mingw32\i686-w64-mingw32\include -c C:\src\OpenGL\NeHe_Lesson04-master\src\Lesson04.c -o objCLANGMW32\Debug\src\Lesson04.o<br />
windres.exe -IC:\msys64\mingw32\i686-w64-mingw32\include -J rc -O coff -i C:\src\OpenGL\NeHe_Lesson04-master\src\Lesson04.rc -o objCLANGMW32\Debug\src\Lesson04.res<br />
clang.exe -LC:\msys64\mingw32\i686-w64-mingw32\lib -o binCLANGMW32\Debug\Lesson04.exe objCLANGMW32\Debug\src\Lesson04.o objCLANGMW32\Debug\src\Lesson04.res -m32 -lglu32 -lopengl32 -ladvapi32 -lcomdlg32 -lgdi32 -lwinmm -mwindows<br />
Output file is binCLANGMW32\Debug\Lesson04.exe with size 138.49 KB<br />
<b>-------------- Build: Release CLANG MSYS W32 in Lesson04 (compiler: CLANG MSYS W32 Compiler)---------------</b><br />
clang.exe -m32 -IC:\msys64\mingw32\i686-w64-mingw32\include -c C:\src\OpenGL\NeHe_Lesson04-master\src\Lesson04.c -o objCLANGMW32\release\src\Lesson04.o<br />
windres.exe -IC:\msys64\mingw32\i686-w64-mingw32\include -J rc -O coff -i C:\src\OpenGL\NeHe_Lesson04-master\src\Lesson04.rc -o objCLANGMW32\release\src\Lesson04.res<br />
clang.exe -LC:\msys64\mingw32\i686-w64-mingw32\lib -o binCLANGMW32\Release\Lesson04.exe objCLANGMW32\release\src\Lesson04.o objCLANGMW32\release\src\Lesson04.res -m32 -lglu32 -lopengl32 -ladvapi32 -lcomdlg32 -lgdi32 -lwinmm -mwindows<br />
Output file is binCLANGMW32\Release\Lesson04.exe with size 131.28 KB<br />
<b>-------------- Build: Debug CLANG MSYS W64 in Lesson04 (compiler: CLANG MSYS W64 Compiler)---------------</b><br />
clang.exe -g -D_DEBUG -DDEBUG -m64 -IC:\msys64\mingw64\x86_64-w64-mingw32\include -c C:\src\OpenGL\NeHe_Lesson04-master\src\Lesson04.c -o objCLANGMW64\Debug\src\Lesson04.o<br />
windres.exe -IC:\msys64\mingw64\x86_64-w64-mingw32\include -J rc -O coff -i C:\src\OpenGL\NeHe_Lesson04-master\src\Lesson04.rc -o objCLANGMW64\Debug\src\Lesson04.res<br />
clang.exe -LC:\msys64\mingw64\x86_64-w64-mingw32\lib -o binCLANGMW64\Debug\Lesson04.exe objCLANGMW64\Debug\src\Lesson04.o objCLANGMW64\Debug\src\Lesson04.res -m64 -lglu32 -lopengl32 -ladvapi32 -lcomdlg32 -lgdi32 -lwinmm -mwindows<br />
Output file is binCLANGMW64\Debug\Lesson04.exe with size 154.34 KB<br />
<b>-------------- Build: Release CLANG MSYS W64 in Lesson04 (compiler: CLANG MSYS W64 Compiler)---------------</b><br />
clang.exe -m64 -IC:\msys64\mingw64\x86_64-w64-mingw32\include -c C:\src\OpenGL\NeHe_Lesson04-master\src\Lesson04.c -o objCLANGMW64\release\src\Lesson04.o<br />
windres.exe -IC:\msys64\mingw64\x86_64-w64-mingw32\include -J rc -O coff -i C:\src\OpenGL\NeHe_Lesson04-master\src\Lesson04.rc -o objCLANGMW64\release\src\Lesson04.res<br />
clang.exe -LC:\msys64\mingw64\x86_64-w64-mingw32\lib -o binCLANGMW64\Release\Lesson04.exe objCLANGMW64\release\src\Lesson04.o objCLANGMW64\release\src\Lesson04.res -m64 -lglu32 -lopengl32 -ladvapi32 -lcomdlg32 -lgdi32 -lwinmm -mwindows<br />
Output file is binCLANGMW64\Release\Lesson04.exe with size 148.20 KB<br />
<b>-------------- Build: Archive in Lesson04 (compiler: GNU GCC Compiler)---------------</b><br />
cmd /c del *.7z<br />
cmd /c del *.tar<br />
Impossible de trouver C:\src\OpenGL\NeHe_Lesson04-master\*.tar<br />
"C:\Program Files\Python311\python.exe" ..\..\tools\Size_exec.py Lesson04<br />
Date dernière modification du source .\src\Lesson04.c : Sun Feb 5 18:09:38 2023<br />
Date dernière modification du source .\src\Lesson04.rc : Tue Sep 13 16:57:11 2022<br />
Date dernière modification du source .\src\resource.h : Wed Sep 1 16:56:16 2021<br />
Tableau récapitulatif de la taille des exécutables générés pour le projet : Lesson04<br />
Debug Borland C/C++ : 19.5 KB et sa date dernière modification Sun Feb 5 18:32:33 2023 ->.\binBC55\Debug\Lesson04.exe.<br />
Release Borland C/C++ : 19.5 KB et sa date dernière modification Sun Feb 5 18:32:34 2023 ->.\binBC55\Release\Lesson04.exe.<br />
Debug CLANG MSYS W32 : 138.5 KB et sa date dernière modification Sun Feb 5 18:32:47 2023 ->.\binCLANGMW32\Debug\Lesson04.exe.<br />
Release CLANG MSYS W32 : 131.3 KB et sa date dernière modification Sun Feb 5 18:32:48 2023 ->.\binCLANGMW32\Release\Lesson04.exe.<br />
Debug CLANG MSYS W64 : 154.3 KB et sa date dernière modification Sun Feb 5 18:32:49 2023 ->.\binCLANGMW64\Debug\Lesson04.exe.<br />
Release CLANG MSYS W64 : 148.2 KB et sa date dernière modification Sun Feb 5 18:32:50 2023 ->.\binCLANGMW64\Release\Lesson04.exe.<br />
Debug CLANG Mingw32 : 83.3 KB et sa date dernière modification Sun Feb 5 18:32:39 2023 ->.\binCLANGW32\Debug\Lesson04.exe.<br />
Release CLANG Mingw32 : 77.1 KB et sa date dernière modification Sun Feb 5 18:32:40 2023 ->.\binCLANGW32\Release\Lesson04.exe.<br />
Debug CLANG Mingw64 : 90.2 KB et sa date dernière modification Sun Feb 5 18:32:41 2023 ->.\binCLANGW64\Debug\Lesson04.exe.<br />
Release CLANG Mingw64 : 83.5 KB et sa date dernière modification Sun Feb 5 18:32:43 2023 ->.\binCLANGW64\Release\Lesson04.exe.<br />
Debug CLANG VS2022 32 : 96.5 KB et sa date dernière modification Sun Feb 5 18:32:43 2023 ->.\binCLANGX32\Debug\Lesson04.exe.<br />
Release CLANG VS2022 32 : 96.5 KB et sa date dernière modification Sun Feb 5 18:32:44 2023 ->.\binCLANGX32\Release\Lesson04.exe.<br />
Debug CLANG VS2022 64 : 118.0 KB et sa date dernière modification Sun Feb 5 18:32:45 2023 ->.\binCLANGX64\Debug\Lesson04.exe.<br />
Release CLANG VS2022 64 : 118.0 KB et sa date dernière modification Sun Feb 5 18:32:46 2023 ->.\binCLANGX64\Release\Lesson04.exe.<br />
Debug Cygwin 32 : 143.4 KB et sa date dernière modification Sun Feb 5 18:32:08 2023 ->.\binCYGWIN32\Debug\Lesson04.exe.<br />
Release Cygwin 32 : 133.7 KB et sa date dernière modification Sun Feb 5 18:32:09 2023 ->.\binCYGWIN32\Release\Lesson04.exe.<br />
Debug Cygwin 64 : 162.7 KB et sa date dernière modification Sun Feb 5 18:32:11 2023 ->.\binCYGWIN64\Debug\Lesson04.exe.<br />
Release Cygwin 64 : 153.5 KB et sa date dernière modification Sun Feb 5 18:32:12 2023 ->.\binCYGWIN64\Release\Lesson04.exe.<br />
Debug Mingw64 CPP : 81.4 KB et sa date dernière modification Sun Feb 5 18:32:06 2023 ->.\binDevCpp\Debug\Lesson04.exe.<br />
Release Mingw64 CPP : 30.0 KB et sa date dernière modification Sun Feb 5 18:32:07 2023 ->.\binDevCpp\Release\Lesson04.exe.<br />
Debug DMC 32 : 38.0 KB et sa date dernière modification Sun Feb 5 18:32:30 2023 ->.\binDMC\Debug\Lesson04.exe.<br />
Release DMC 32 : 38.0 KB et sa date dernière modification Sun Feb 5 18:32:31 2023 ->.\binDMC\Release\Lesson04.exe.<br />
Debug lcc 32 : 49.8 KB et sa date dernière modification Sun Feb 5 18:32:31 2023 ->.\binlcc32\Debug\Lesson04.exe.<br />
Release lcc 32 : 40.8 KB et sa date dernière modification Sun Feb 5 18:32:32 2023 ->.\binlcc32\Release\Lesson04.exe.<br />
Debug lcc 64 : 49.7 KB et sa date dernière modification Sun Feb 5 18:32:32 2023 ->.\binlcc64\Debug\Lesson04.exe.<br />
Release lcc 64 : 38.7 KB et sa date dernière modification Sun Feb 5 18:32:33 2023 ->.\binlcc64\Release\Lesson04.exe.<br />
Debug Mingw32 officiel : 70.9 KB et sa date dernière modification Sun Feb 5 18:32:02 2023 ->.\binMingw32of\Debug\Lesson04.exe.<br />
Release Mingw32 officiel : 37.0 KB et sa date dernière modification Sun Feb 5 18:32:03 2023 ->.\binMingw32of\Release\Lesson04.exe.<br />
Debug Mingw32 WinLibs : 86.4 KB et sa date dernière modification Sun Feb 5 18:32:13 2023 ->.\binMingw32wl\Debug\Lesson04.exe.<br />
Release Mingw32 WinLibs : 77.2 KB et sa date dernière modification Sun Feb 5 18:32:14 2023 ->.\binMingw32wl\Release\Lesson04.exe.<br />
Debug Mingw64 WinLibs : 93.8 KB et sa date dernière modification Sun Feb 5 18:32:16 2023 ->.\binMingw64wl\Debug\Lesson04.exe.<br />
Release Mingw64 WinLibs : 36.0 KB et sa date dernière modification Sun Feb 5 18:32:18 2023 ->.\binMingw64wl\Release\Lesson04.exe.<br />
Debug Mingw64 CB : 137.7 KB et sa date dernière modification Sun Feb 5 18:32:04 2023 ->.\binMingw64CB\Debug\Lesson04.exe.<br />
Release Mingw64 CB : 30.0 KB et sa date dernière modification Sun Feb 5 18:32:05 2023 ->.\binMingw64CB\Release\Lesson04.exe.<br />
Debug Mingw32 MSYS2 : 142.6 KB et sa date dernière modification Sun Feb 5 18:32:23 2023 ->.\binMSYS2W32\Debug\Lesson04.exe.<br />
Release Mingw32 MSYS2 : 32.0 KB et sa date dernière modification Sun Feb 5 18:32:24 2023 ->.\binMSYS2W32\Release\Lesson04.exe.<br />
Debug Mingw64 MSYS2 : 158.5 KB et sa date dernière modification Sun Feb 5 18:32:25 2023 ->.\binMSYS2W64\Debug\Lesson04.exe.<br />
Release Mingw64 MSYS2 : 32.0 KB et sa date dernière modification Sun Feb 5 18:32:26 2023 ->.\binMSYS2W64\Release\Lesson04.exe.<br />
Debug OpenWatcom 32 : 52.0 KB et sa date dernière modification Sun Feb 5 18:32:35 2023 ->.\binOW32\Debug\Lesson04.exe.<br />
Release OpenWatcom 32 : 31.5 KB et sa date dernière modification Sun Feb 5 18:32:35 2023 ->.\binOW32\Release\Lesson04.exe.<br />
Debug OpenWatcom 64 : 52.0 KB et sa date dernière modification Sun Feb 5 18:32:36 2023 ->.\binOW64\Debug\Lesson04.exe.<br />
Release OpenWatcom 64 : 31.5 KB et sa date dernière modification Sun Feb 5 18:32:36 2023 ->.\binOW64\Release\Lesson04.exe.<br />
Debug Pelles C 32 : 59.5 KB et sa date dernière modification Sun Feb 5 18:32:37 2023 ->.\binPELLESC32\Debug\Lesson04.exe.<br />
Release Pelles C 32 : 34.5 KB et sa date dernière modification Sun Feb 5 18:32:37 2023 ->.\binPELLESC32\Release\Lesson04.exe.<br />
Debug Pelles C 64 : 66.0 KB et sa date dernière modification Sun Feb 5 18:32:38 2023 ->.\binPELLESC64\Debug\Lesson04.exe.<br />
Release Pelles C 64 : 40.5 KB et sa date dernière modification Sun Feb 5 18:32:38 2023 ->.\binPELLESC64\Release\Lesson04.exe.<br />
Debug TDM Mingw32 : 66.6 KB et sa date dernière modification Sun Feb 5 18:32:19 2023 ->.\binTDMW32\Debug\Lesson04.exe.<br />
Release TDM Mingw32 : 37.5 KB et sa date dernière modification Sun Feb 5 18:32:20 2023 ->.\binTDMW32\Release\Lesson04.exe.<br />
Debug TDM Mingw64 : 233.4 KB et sa date dernière modification Sun Feb 5 18:32:21 2023 ->.\binTDMW64\Debug\Lesson04.exe.<br />
Release TDM Mingw64 : 77.5 KB et sa date dernière modification Sun Feb 5 18:32:22 2023 ->.\binTDMW64\Release\Lesson04.exe.<br />
Debug VS 2022 32 : 492.0 KB et sa date dernière modification Sun Feb 5 18:32:27 2023 ->.\binVS2022X32\Debug\Lesson04.exe.<br />
Release VS 2022 32 : 95.0 KB et sa date dernière modification Sun Feb 5 18:32:28 2023 ->.\binVS2022X32\Release\Lesson04.exe.<br />
Debug VS 2022 64 : 638.5 KB et sa date dernière modification Sun Feb 5 18:32:29 2023 ->.\binVS2022X64\Debug\Lesson04.exe.<br />
Release VS 2022 64 : 118.5 KB et sa date dernière modification Sun Feb 5 18:32:30 2023 ->.\binVS2022X64\Release\Lesson04.exe.<br />
"C:\Program Files\Python311\python.exe" ..\..\tools\Calc_checksums.py Lesson04<br />
Tableau récapitulatif des différents checksums générés pour le projet : Lesson04<br />
Calcul des cheksums du fichier : .\binBC55\Debug\Lesson04.exe.<br />
Checksum CRC32 is 513cdff9.<br />
Checksum MD5 is 16b6a9c0c89adfd6f1b79816b3c5ad86.<br />
Checksum SHA256 is be94a053b99e73105bda51c454f86c4898287479c4ca2483438badef260f87e2.<br />
Checksum SHA512 is 7bc7f260ebf48daed902fb4bef7c1f00050d3473ec8c1718e1dbfffb8c4c60361044931a146415364fd801f1ef613c0e8249298815b4e71cd4f2fe4c4554cae2.<br />
Checksum RipeMD160 is 5bfae8a792a103b08b1a71b61b0360b42703e43d.<br />
Checksum BLAKE2B is 5236e6fcf2c9a0d35c3f1a7b7c74c868bd346e79c300892cb52d1c06f251dbe61ecbee84972911a1a5b96be7d99cf1c9791a99f320018dcd60b581b0063a572c.<br />
Calcul des cheksums du fichier : .\binBC55\Release\Lesson04.exe.<br />
Checksum CRC32 is 84f59a63.<br />
Checksum MD5 is b1f636ec65fb1c5adc3cfbff77c634b0.<br />
Checksum SHA256 is c126dd8c6bcfb6635f710ddf1cb6d0ba5767966fd46ab1c7c506e433c8c5a41a.<br />
Checksum SHA512 is e7d660bcb8d1bb403a36566cad6dd3792f11a764e0af6ecda90bf20508cddf8bef5d4d17f827954e1b1ea51755682ad6c3e242d655e1558e22cc5375e9dd1fa9.<br />
Checksum RipeMD160 is 6e47a6ab59b11e5b9f1b091b21d9d8094b0b7ad8.<br />
Checksum BLAKE2B is 75df981b60c7a034840b8fa81b0ef5f566922bc4030a879869fd9a9be0be4d105d86de5a166b78f986c3f7c554feda218d5b76443b32adce9e7ea7f10c4ae98a.<br />
Calcul des cheksums du fichier : .\binCLANGMW32\Debug\Lesson04.exe.<br />
Checksum CRC32 is 28f9734f.<br />
Checksum MD5 is 3bfeb9396676ed9f1deec6b6cb2f9a4d.<br />
Checksum SHA256 is 82ad63c0d3ec0fbc2edc1d4cdb3f543d078d87b5822fd13320e24617df3ea766.<br />
Checksum SHA512 is 5e40274e8febeed5ca4b44115a70eb1ccddb83d3e581cd543e8b1a18203f38857fdd027a0e1e6e349718b128b41de4c0d7ab845a6a977b401aec633b9272fcae.<br />
Checksum RipeMD160 is f51e205f04de3b390d040c1360d00dba25b55f70.<br />
Checksum BLAKE2B is 143d081d886c43ca668bdb49af4515f8f5ef3c4bdeaa14ee49933f3b4c44fa4311d2dfcf7d6ae3472b513c5f865f742dbee7e9ecbcd881510be657f8f8776891.<br />
Calcul des cheksums du fichier : .\binCLANGMW32\Release\Lesson04.exe.<br />
Checksum CRC32 is 870ddb4.<br />
Checksum MD5 is 11b5f2ed0277759350a2cc3ab61f1b25.<br />
Checksum SHA256 is 2b78f0501c237bae630a1ab8cbb3beb21eee3c1e94b91eb4f4fc5c7bb47869a7.<br />
Checksum SHA512 is 0d3cef385f858ee3e987c0ca2757d8adc3bbbb4d8610f2af20a29cc196ea09a8ca6de81a666fcfd714f8995134a718c44834436823a71cb880c544d5141471f3.<br />
Checksum RipeMD160 is 36d05c5f1fd8fe58391871da8632d75ab18bda1a.<br />
Checksum BLAKE2B is 882c9e89911491a92b1a3ab7ec8aa5bf8ed8e79c22fb4aa5bfc8677d289b35e910fb0e9c800dbaf8577610b8232de372e9d9e89ca33373f5f9015b976d6bffb0.<br />
Calcul des cheksums du fichier : .\binCLANGMW64\Debug\Lesson04.exe.<br />
Checksum CRC32 is 38b980e5.<br />
Checksum MD5 is 08cc94c1072c9327b8c6b850eea3d7fe.<br />
Checksum SHA256 is 8c3331cc404df8f426cf349a54ff7530f5e753664931099692aadcaf888f6701.<br />
Checksum SHA512 is 75e7aa34cbc946df61d63d4544391a08b308123f33a34c316128aa63358ffdcaa94da7afde43caf94de4efa41b2e45ad932348a7911a3234788f2f44e580435b.<br />
Checksum RipeMD160 is b96b4ce3fe3628058a2cedff9beae32fb0a1dc3e.<br />
Checksum BLAKE2B is 5b6f91b57bd71e0c8d6f20eef33643d6deddd52b7799c8a5a73bdf34df932533976f8879fa52b423ca3ff28f4f7706776e823f4cb5ef493f7adf2a039a785135.<br />
Calcul des cheksums du fichier : .\binCLANGMW64\Release\Lesson04.exe.<br />
Checksum CRC32 is 2b762002.<br />
Checksum MD5 is fdce44cb2aee941b1ebf70ef3a6b5e66.<br />
Checksum SHA256 is 19246cba3e50007c29d72a774aad04da29c803d945d5f47ea75d89536c3ff4a8.<br />
Checksum SHA512 is 973908f0d677d56b07b0603c01aba8ff526b6510bd5ba973328dd19d4771c921da80d105d75c8058795d88c09a9f14de8c608c0d021af4c6f49d180cfd37663f.<br />
Checksum RipeMD160 is dd3c9af0cc945faa916be6ebc5004675c22659b2.<br />
Checksum BLAKE2B is 2b1b3b59ad207f59b94f4fbf5b3c747750d0e72b5c06b1741cfbbaefcd2319b4c0050b25df0271fd5c7c10970158a345519743f89e1a8c6587e8749f26fddf2a.<br />
Calcul des cheksums du fichier : .\binCLANGW32\Debug\Lesson04.exe.<br />
Checksum CRC32 is cc001af3.<br />
Checksum MD5 is 738ee1304286ee6b7abd02cfd04fe63a.<br />
Checksum SHA256 is 209cb02f1158dccb1616832ccf61395b44b43bbd1b4faef45e5498544408e9d3.<br />
Checksum SHA512 is 1763c3f1b5e0137fc64314b91dc0d2f53e4d5d65c0395cc8ddf66c7fac3f348e19f43429aa797fdc27e275ab308bb52346ccb57424356b9671b2ae1f52d42cff.<br />
Checksum RipeMD160 is d6338ea360fb3e63ec9256bce51f89f999ff140b.<br />
Checksum BLAKE2B is c97421c559c876e047e9bda9a6617dcb69967aba74a68ad722141e9415560b5ee1d2c85b8600edd290892043b527495878e52c09f26beb9733a4c51e071f4ff8.<br />
Calcul des cheksums du fichier : .\binCLANGW32\Release\Lesson04.exe.<br />
Checksum CRC32 is 567825f7.<br />
Checksum MD5 is 184718a15ed0928a43404a66278d83f4.<br />
Checksum SHA256 is 26f64ea78cc1d402e308ac7cbf70c2afa3959a608adcda830c1d92cdbae6481d.<br />
Checksum SHA512 is 2c3ecf34c7d5b53311e2f93323ddd8fb4e31c85771b541df05613dc79b01dcd939425f6c511c869189bde32a3679de154865943a6b76b54fa39fee5fb14398ab.<br />
Checksum RipeMD160 is 5262d9f2f395c7e7676ee59caca12a9f96bf5b1b.<br />
Checksum BLAKE2B is 36b1206c55c48ea93d8c928c0d6585bcbbb17ee652206d0429493aada8c646fb44108a9f00b7a9aceea215924ad5b6de8961e701d6f838bf08fa92e25fe2c4b6.<br />
Calcul des cheksums du fichier : .\binCLANGW64\Debug\Lesson04.exe.<br />
Checksum CRC32 is 6fc8cf78.<br />
Checksum MD5 is 32d6227b767d0e4f496b3b70acc99efd.<br />
Checksum SHA256 is 288345ee3586c7581dbcf8c6b70ef8bf8b7bf8ab377607a907bc237bfd4e554a.<br />
Checksum SHA512 is b6aa1b7f37fdd434707cfda4de6f4124173a69b565393e8859b3ceeeabae64cd75c038bb0ce47c55c656d1e6b41359da7a5e5b3fd0cb34a9fe0787a49345e62f.<br />
Checksum RipeMD160 is e8abb4550bd879c8082d43d8b46bf01bdd07ca21.<br />
Checksum BLAKE2B is 6f391b51bef62cc77292a1161645515eab45065686d82fd2a04b7c7eab2cfcf81a194a5e1b8582c05656c3c1c3a067a1ccea3efafe00caeabfac761440d98802.<br />
Calcul des cheksums du fichier : .\binCLANGW64\Release\Lesson04.exe.<br />
Checksum CRC32 is 62aedfd5.<br />
Checksum MD5 is 8980095660eb1fad111d0f856c97d02d.<br />
Checksum SHA256 is efe00c8df6bdfb776f6c4728385e86094699ea3f47bc37204a2eade238ebafd0.<br />
Checksum SHA512 is 2da1d6d3276e71a47f1fa5644f02e304cc211f4b049a2364ebcb93e2f52e8fa91f8414059886a24c2635dc7577d8080cdde7c8223f741f61a8a7ec53a0473335.<br />
Checksum RipeMD160 is b6a156e04c170c2e9f18bdd877060f059179927b.<br />
Checksum BLAKE2B is df4c8a9d33dd7fd0926e999ea93280a76a0d1517f4523a27b50999f37900fdc497bf8ca8ae97586983fa5831af8304d72af5031806528f65470fae5dee54d517.<br />
Calcul des cheksums du fichier : .\binCLANGX32\Debug\Lesson04.exe.<br />
Checksum CRC32 is 55a3c910.<br />
Checksum MD5 is 2b11eaf5708dafce7574f0c66c9f29bb.<br />
Checksum SHA256 is 13a9e9c5b65f50a4edf789d471be7a355dfa8f3ba4a4442790d13264c9116feb.<br />
Checksum SHA512 is be0a8b3ea8bae98d361051cac8cdae0f7303bb5dbc7c1fe0c55b72810517bcf9b8128af8f3f559d52e62083a48441fddb814005be6d222640abf8abcb32567e2.<br />
Checksum RipeMD160 is 5903175569f855f94b112c9a24a749ebf143ff9f.<br />
Checksum BLAKE2B is 1c3ae988f927cbb4eebc6413bb0b1c9ed2f6b5437386f6ad36f5b12d9b41ecca8d8c31ff3e266de1232965d8eda9e8f3eecfed7c83be4d9a6486f3d54ea1c34a.<br />
Calcul des cheksums du fichier : .\binCLANGX32\Release\Lesson04.exe.<br />
Checksum CRC32 is bd0034c.<br />
Checksum MD5 is 87bf6f32548cc72435102420b3e3e5e4.<br />
Checksum SHA256 is e3716604354f2e4105cd697298a0de16c0cdd40a71c75270247dafc732fe1aba.<br />
Checksum SHA512 is 54a5e7a66a6f8de522edebeabc4824ecf3d21ba64de46f3a261b17f664d16bdb9de5c52ee7041c2bb7aed7f2612620188cb2ceff1cab034f5cd2e9636d8519dc.<br />
Checksum RipeMD160 is 85952e56d2d36c8e74264e450756eee2021fb11b.<br />
Checksum BLAKE2B is 0b16c7037d39267af232e2e94f8836332b7deae3ac362aaee477c654091694c3053a529e868f55b2781cdaafdd887f338a45a2a4d18d734401561f8c40f21c24.<br />
Calcul des cheksums du fichier : .\binCLANGX64\Debug\Lesson04.exe.<br />
Checksum CRC32 is 84fdc00a.<br />
Checksum MD5 is e6aa2d73795be3b36e0b4ac9035e5451.<br />
Checksum SHA256 is 9b6fdee6745ef80701144fba6aa857a0c53e860bedf359524c821a696aa94c3b.<br />
Checksum SHA512 is e5c46bb44b76bbedac1fedbecfe979d9b5e2b7da05166121594ec710d30d91428e8a68d623082986cd0124cd00623823fb3e08e264283a188bd58ccb6e0bdda2.<br />
Checksum RipeMD160 is 5897a7ed48ac55c1c147eac001d461da8312a4b9.<br />
Checksum BLAKE2B is 2bd59a5f8a3eef3e382047f61d3da7d4549b8df2247e402ec754c75f98aa1956f589724ec34f3e22da6767e5b83d9b680b069571d8e863a9199ef00fa9edb13a.<br />
Calcul des cheksums du fichier : .\binCLANGX64\Release\Lesson04.exe.<br />
Checksum CRC32 is 419c0efd.<br />
Checksum MD5 is 4793188675ee69da00302724145ae06c.<br />
Checksum SHA256 is 8b59e3fb001d2234ca668b2e1350964e79f068bc817a155c9c1897d5b0c71097.<br />
Checksum SHA512 is 76f30634fe22b5b25b752874afb20d1585248673eb5892da7843aea1e66511c440e77103c32629debfe36155dc271944f2a3ed39a1616a02e6eae6679235ffd8.<br />
Checksum RipeMD160 is cd58f38f74d91ea6da0d24609966a9ebd20b33a1.<br />
Checksum BLAKE2B is 4af73d5ec8d9de35674ecc86f5ccddbfd106dd02d2120321bf73a34c807623130a756eedae815a019153c62f11db50a76186dae01b21a54d8cde626ff5a513f7.<br />
Calcul des cheksums du fichier : .\binCYGWIN32\Debug\Lesson04.exe.<br />
Checksum CRC32 is aa2d8f35.<br />
Checksum MD5 is d9e2cd9c92435f7a74dbe057fb35e27e.<br />
Checksum SHA256 is b83d01cacca6e4afe7159211458fecb017f4e64f6401b36a70ff197051ff0c3b.<br />
Checksum SHA512 is c4e6228e5c066bde37b3296949e674d7efe707afb080b2c32ec3f61aa1833ec0bda9c1bb8b02c8d2114e96af4289ef4f1b96ea8311b0f15ba930ccaf63b4616b.<br />
Checksum RipeMD160 is 15be527a647e6b4472db67971cf680375443c44a.<br />
Checksum BLAKE2B is c65e51178df4d4c45404894ba141d2e6b52dc5b6c0294a0569c691760c2980128218efc5bce3d59b1d1029d086cb2c255587ffece2f20149a33d3bef1ed106a0.<br />
Calcul des cheksums du fichier : .\binCYGWIN32\Release\Lesson04.exe.<br />
Checksum CRC32 is 896aa29f.<br />
Checksum MD5 is a22e70e01e46171c5015569e97b8ebd9.<br />
Checksum SHA256 is 43861ee5c98f34a77eab9836f82ce03346e53f9fe59cbf5df740fc23085fbd47.<br />
Checksum SHA512 is d9c868f97cdf8d9b12d950262745d56df08f9e32b7e4b7fd8437468f606d8ba36b0ca0c2cbb4d3f360a6621bc9c4a03e58124b76cb24f977a6c4facd1f02dca5.<br />
Checksum RipeMD160 is 3a5205f50e47cc0c9dde3e8cd612e67db5073d3d.<br />
Checksum BLAKE2B is a17240018bc82acbf57e7f792226eedee07d41a7a4382234c1493b2040aba2100304f710ec6340ded08a45092efec0e38bc7842cf2b29fc4714f10386102a074.<br />
Calcul des cheksums du fichier : .\binCYGWIN64\Debug\Lesson04.exe.<br />
Checksum CRC32 is 78838c4.<br />
Checksum MD5 is a20718f85c28015d9f59c01908d91143.<br />
Checksum SHA256 is e2ee514e9bbae01ac3b6ec84c0a30323e1c868e161e18f7689064a403259d675.<br />
Checksum SHA512 is 3e04cf2d8d4c1a294c7800a4cf1e902e9f61cdef082bf4685f030d8083f389e1794ba563cdffe164e21fcadce32b02f3aedefd2cae445f15311c1ec0203365bd.<br />
Checksum RipeMD160 is b3ec23433da34959a522d23acd7577fd0f7b9db9.<br />
Checksum BLAKE2B is 16986382fe19b0b83e7933c90ae223f1a933419ca330c61d2f7ced9a4345a2f6ea33f3da9a39357fb91551a820a7343ad77318dc0857a2e8791a1ea05d6fab5a.<br />
Calcul des cheksums du fichier : .\binCYGWIN64\Release\Lesson04.exe.<br />
Checksum CRC32 is faa8d67d.<br />
Checksum MD5 is dc63d21c894b68fd7495fab21da9edfe.<br />
Checksum SHA256 is 7f83e702c9afe7a9b7b34294257ccafffebbca3b02b4d51b148791f5b82cbadb.<br />
Checksum SHA512 is de0af6df2b2c6bf516a5db168650a7631bdc828cbbb363fbbd63140af0842cfff81c7c05dfdbe4bdfb6e392a28983fc983c08064344e5f8018428b6d8de9d171.<br />
Checksum RipeMD160 is ee5172102440db37a1e10c893e0eab4694757090.<br />
Checksum BLAKE2B is b01406088d99917ba13ffe4da4b601b1e04b4b6f5cadfa96947e4835b89beda2abc7a6ad710066966d781b478eb176e9abe62b4403575eb5268076c197b44f63.<br />
Calcul des cheksums du fichier : .\binDevCpp\Debug\Lesson04.exe.<br />
Checksum CRC32 is e6fcf443.<br />
Checksum MD5 is efe8a2187d3ed969496b3fa6302d5027.<br />
Checksum SHA256 is 52966d6061e680c1fa9e384803be958a54993e1557e2365b5bf52594127670fc.<br />
Checksum SHA512 is aebc219e0181a245e171e915f188589e6b835d8feee0e3fcd8cc224551608b593e0464022e9d10f0cd4f818e882e67dcb437e703a8d5ae54738b9c702e20b3f9.<br />
Checksum RipeMD160 is 995b650faa5f953408ca45c45e3a898cac10fc30.<br />
Checksum BLAKE2B is 7ad2deb45c5d08d42432381dad196e7146f82a52aa8836c4c535a520ac371fa5ad17cb47cc376d678f8cee7162cca448670083dfdf9be47a0b9ce45d3cf2d9c6.<br />
Calcul des cheksums du fichier : .\binDevCpp\Release\Lesson04.exe.<br />
Checksum CRC32 is 510ee275.<br />
Checksum MD5 is a65d7407415489233f84017bffa5c39e.<br />
Checksum SHA256 is 4ac753dd9f5981821a06751eec564afcb4bdbf47e03c077ea033efb300865004.<br />
Checksum SHA512 is bec0295f21d9f2c27bf3ac5cc990f47baa6e16a23f9b444a7ea32626771b260fffff0e5e4cd6fe9a5090f6b493637f5e2ec2610d4e5e56165490cdb903e94618.<br />
Checksum RipeMD160 is e4cc6661d11920bb8a91b2fd0aae5e3a1f175f0c.<br />
Checksum BLAKE2B is 1a25b44fcdd019f281ead9eb824bd23d44293eff6f8959ac222a5be71f09ef16e7ea00d5dd9cdd0320c47926fc19a859214a72a9fdfa0571d708538a9e8a79cb.<br />
Calcul des cheksums du fichier : .\binDMC\Debug\Lesson04.exe.<br />
Checksum CRC32 is c7b5019f.<br />
Checksum MD5 is 009460da32e7f04915f0ce8c4e628d4f.<br />
Checksum SHA256 is 7a3997620a376da765cccadd6922123b888de4c5cb4aaed1478f9a502898ecd7.<br />
Checksum SHA512 is f52c4c7a0010625109085b7450cdfb3170cf7d365fcda7f05b7b0884a7e421e685b6e34c6c6d82d1b2233dcc76359318b892b55e3925f259a1566b0f92201982.<br />
Checksum RipeMD160 is fb3ca2845f927ceca01ed702b124ed88b1655629.<br />
Checksum BLAKE2B is 4706318443c4d154dcbf00bf28206899ba2cf17af223062828ade21597892ed3299923c9d8370af417efe3d74275048aa178cf69943ca1f1727d44de7ee37a29.<br />
Calcul des cheksums du fichier : .\binDMC\Release\Lesson04.exe.<br />
Checksum CRC32 is 9169300d.<br />
Checksum MD5 is 7ec7115d61b91abd731ed12810c4e475.<br />
Checksum SHA256 is fd374511cf2d8218097a66baa0d08c727a1ce311f94f6c6ef4dd8cf6c6649e8d.<br />
Checksum SHA512 is 5340518e2d6911d8255635fc8457815fefbac47d181804e640f556718d08cb5f5104772a270e08b70ada95fc0e1174380be5b03081e6bea1edda515484f7a17b.<br />
Checksum RipeMD160 is 7aabe6b522223924d71c9c30df0fc0e322559edc.<br />
Checksum BLAKE2B is 3435dd7797c4d7a9a224a188b6d8d40761f7febe5852c2a83fa23b86dc2b7dbcd0dd99a0e9120d216ce292f24155768f809cefc9f3b49588c070e953fd43da5c.<br />
Calcul des cheksums du fichier : .\binlcc32\Debug\Lesson04.exe.<br />
Checksum CRC32 is 15581032.<br />
Checksum MD5 is 54fccf0cfee3ee9de7a93e6af94d0136.<br />
Checksum SHA256 is 661572a5f1d9b280676803741a2eaa729a1f8c154d174e9c86b134d7ab2bd034.<br />
Checksum SHA512 is e9068c092ca54516df0174a934bc309ebc9d1260e02576396f9d72a69f809be407b3131ab9c5c08f506bc6908088c570cb2879ffd4f614590391915c1f62e442.<br />
Checksum RipeMD160 is 9c8349ab76b793c08a42f623fd75f2d771389ec2.<br />
Checksum BLAKE2B is de8532572852d15f36117ba58a695d0a7cc98400c94461a0fe963043e0eb7952e1820a41471759aaa7377e7c542040b22123db640e7641103dc4d834d871b79a.<br />
Calcul des cheksums du fichier : .\binlcc32\Release\Lesson04.exe.<br />
Checksum CRC32 is 239ee8dd.<br />
Checksum MD5 is 1e7481fe6c5669f2a021a1b892a7e972.<br />
Checksum SHA256 is b409134f2160093e942e595f8281aa3445747b39a5362472ffcea26e84c83e0c.<br />
Checksum SHA512 is ba4ae5773f0e2befb511eb47ba13267eb6a7671f38630137c3075ef1756e5d6f118675b4b0cabbf632f0b6896bf6613285d92b37f7858352dac317f52c536962.<br />
Checksum RipeMD160 is 107d5962cf34965cf624a7a2f04e9c3bbeb013db.<br />
Checksum BLAKE2B is 09fd00ec26e4fb919dcc4c94bc6e21e9f9d465fd0df40b76314d32c819eebc9fb3c1e6b4695a52ecfb006a35f8b6284af81f52bc9a916f154585a1bd8aacffa5.<br />
Calcul des cheksums du fichier : .\binlcc64\Debug\Lesson04.exe.<br />
Checksum CRC32 is fc45f0eb.<br />
Checksum MD5 is cb561c10dca6eef1e321a0bd251b20e7.<br />
Checksum SHA256 is f1c3a1c89e4e6258035b976a78670cf83f5b73db316dd8d547d6d4b60c659150.<br />
Checksum SHA512 is c20f15bc5aa56a1dcad6990771b894a0fb5386bed57529f6b97571e75e5ae0c652ec4d699536602b8c10c65b4ee3fb33be1d38d6f64e00660334e20cc2a268cc.<br />
Checksum RipeMD160 is 081b675fa916db711f7c4adcc476a4053b8da6fb.<br />
Checksum BLAKE2B is 2ac533f5acb041185785478e43ba8cd9e4c67b0bd048b96f6166dc8105434e779eb8a6e1e43dfa26bbf838d50c90dcb56031c62b8d7e158ff66b36104e160f59.<br />
Calcul des cheksums du fichier : .\binlcc64\Release\Lesson04.exe.<br />
Checksum CRC32 is f89dec28.<br />
Checksum MD5 is 4bae41b878eb0b53cb07611885797462.<br />
Checksum SHA256 is a4132baa8ac1fa9302c7741a9c39acb63d8599dab864246c4b00728e0b1e89a6.<br />
Checksum SHA512 is 2850c9f37aa69b32d035d6ab304bbdc2f960bea652df10abb820dc3fe4d32beac116c0683ff5dbc294f0d5ec330d0358ab5d357362c942760aa3dd5fd3d73fb0.<br />
Checksum RipeMD160 is 8cea16862bfb70a6661b895b576c309daa06c51a.<br />
Checksum BLAKE2B is f88cf7e468ffef6baed02c2edc7cab0598e7bb0f604c090ee49ae6d260158f9e1d346aef0af36622202a0daf37fb166c926853f4a3b246fc12bc4ec638f7aa78.<br />
Calcul des cheksums du fichier : .\binMingw32of\Debug\Lesson04.exe.<br />
Checksum CRC32 is 7b36417c.<br />
Checksum MD5 is d0537453dc1be1cada0de0cd78487dc6.<br />
Checksum SHA256 is b9170132b7edc5728761033db953e3a1358370ca1eeee7c64469a405564d33cb.<br />
Checksum SHA512 is 60aa71562c6d52dff981630eb0c05e294039b05029499d7119093fdc1a60bca3b5851267193dd541f670ba18698292b88aefbfdc8f6f915ccd46de580a131ab0.<br />
Checksum RipeMD160 is 77dde5e8b16f63d9cdad057eb526b8ae90ea9bdc.<br />
Checksum BLAKE2B is c59ede61fe15bc8ce73b12184a05ef0526f46d5cbc86fdc480a5a610f65906ddf6d430585985f9429714cd875732f2075a7c4f8d6ce9b4140eaf362179d06e25.<br />
Calcul des cheksums du fichier : .\binMingw32of\Release\Lesson04.exe.<br />
Checksum CRC32 is cb03fd31.<br />
Checksum MD5 is 385ef0ec51cc40cd0ec8c1221c05a528.<br />
Checksum SHA256 is 91c63a7722a9a05005466c2cb5b2f5b7f3db39211fb2b0a105b210046b79c2d2.<br />
Checksum SHA512 is a96ef9eb24595ef9bca823fbd1dbeb856b0679bf780c5b563ecaf434863e4c81c92457f473e816e4f8bb8ae1b1e62e6e0b79c62bdf17b0f38cfe1c87012d8d5f.<br />
Checksum RipeMD160 is 514104d3eda1e38e1492e3ea36b31fde9a16e943.<br />
Checksum BLAKE2B is 2793cddee6c63e76e33b05b3d59c15c6f848257ce3a5dc3e908f319439161f8806ca615a38423df217093c6b244ce5d7c94ba169c98f62d5d7dca607f7e96f14.<br />
Calcul des cheksums du fichier : .\binMingw32wl\Debug\Lesson04.exe.<br />
Checksum CRC32 is 621921f0.<br />
Checksum MD5 is a8f78b658f384b19bcfa6073011f91a0.<br />
Checksum SHA256 is f64b4bd020de257846e59d32e0f7b178ea74ea3f13828e64d4e967b5dd757f4e.<br />
Checksum SHA512 is 8216fab03baee52485b001d95c961a10faccf8b6b29e681c74357675ca257a67b7435505cff17876df29456195288d24ae5ba211682cdd2c3f0218a5ee946af8.<br />
Checksum RipeMD160 is 80ad86c4f932211502c99c1204dc760523dc2b8c.<br />
Checksum BLAKE2B is 2b8544c80a6b4d33438582928a12f2383cc8832491247d9ea17b0583a7582a8980c2a84348efd75842cb928fe07eb9a1cbce57c0cd85681296fc423693179567.<br />
Calcul des cheksums du fichier : .\binMingw32wl\Release\Lesson04.exe.<br />
Checksum CRC32 is f31ba648.<br />
Checksum MD5 is 541e5474b599c1b19008db4007464139.<br />
Checksum SHA256 is 35b7bae3a24d07895a92d19600b254a947765115e9183e5bb42265dd44ebcd3e.<br />
Checksum SHA512 is c3c52e54ec8a1126d0c740e6b684e69b592cd3d2ab8ba19e7c4daffa19cd9f90c04e38e7a89985d222584d479e1a006b8f527b7ea0099c0d8c823859002313c0.<br />
Checksum RipeMD160 is 240f02a0e120d2eb59e4f422f36a383e105955a7.<br />
Checksum BLAKE2B is f274a6325a5837afb0e21c7b8a10276970534c1972e5c2b436e0beb9381bc44380c2acab6111e7fb84a7c1639e960a503b1a650792c6f559a6145d51b46e4ec4.<br />
Calcul des cheksums du fichier : .\binMingw64wl\Debug\Lesson04.exe.<br />
Checksum CRC32 is fa388e4c.<br />
Checksum MD5 is 7d0342d55032c8137866d0b9cdbdb993.<br />
Checksum SHA256 is e2c56178385313fbed5ba39d9f7b87a0b5f64b624e130a793dea306906573b2d.<br />
Checksum SHA512 is 121e3083ffa6f1614e5f2bbbde6c63b784590da8c01c863af0d4ebbf3fd21e610bdfe3dbf38149360ff72690ba640273b1e1b5e49c543f8bbdf9b784f1bb0a56.<br />
Checksum RipeMD160 is d26e51464d1617105018bb4527d8b76afaa44a13.<br />
Checksum BLAKE2B is d27f43e2c89156c1a84774c4de535b016fb3236664feca0e7c223dadd4fa54bab0a29724ada755f5bd8bb0ac483643e9c37527e0d1d51939f3b95f50b5e6ff2a.<br />
Calcul des cheksums du fichier : .\binMingw64wl\Release\Lesson04.exe.<br />
Checksum CRC32 is 8871b6bc.<br />
Checksum MD5 is 84de1eb8b949b6115884842eb89df358.<br />
Checksum SHA256 is 2252e23e120c8f426d1c4058916773aaddcad670ffa56cc124c798715644fc42.<br />
Checksum SHA512 is 1ff6df45d43c87432bb8f4993b57cbf5e6f8a4d32d10282ee45da2314a106987efa58294f749c929687b97769826f22c85d38498c6758d896321fd8089e889f2.<br />
Checksum RipeMD160 is d28eca96d2efb17cd377feb132c290519fb04125.<br />
Checksum BLAKE2B is 5f4b9d7b57fabd03337d17c05796631e2ab53547544d61d28c69c29ea97ef4f2cb2f53de8138379f33948107c503fa071ac3d016cf3c9eadf9894b4f7a377f4d.<br />
Calcul des cheksums du fichier : .\binMingw64CB\Debug\Lesson04.exe.<br />
Checksum CRC32 is 911f1c59.<br />
Checksum MD5 is b3f81e49f13d152b73c5dd529b733a4a.<br />
Checksum SHA256 is 7cbae57672266d5e859af2680ec665fe78555294365e2fcbcf074e765ebaa63d.<br />
Checksum SHA512 is 632b9d00d5433a16f8cb63c48d3fa6fe60e1419f8205724f1ac98d4eb124fdddc2800edce5e399b57abf0173f80f155ff408080ca6b5eba641512390a13556fb.<br />
Checksum RipeMD160 is 386bbc3d7cbec810158120b52fcaf561b956acb0.<br />
Checksum BLAKE2B is 7719ca0b35e655a8b22ecd15d3ced3429fe5875523f890a7c2df712cf3eb97056280c2a343bc6172d939c5a4943e151a8efd72ef8ea28919343e679d154138c5.<br />
Calcul des cheksums du fichier : .\binMingw64CB\Release\Lesson04.exe.<br />
Checksum CRC32 is dc9398ef.<br />
Checksum MD5 is 052b0708004200f46f60446daa59d04f.<br />
Checksum SHA256 is 2281cb7b2afa6c8fdc0b084d895c4729259685ab7fff7245927e0ab08db7adfe.<br />
Checksum SHA512 is 68a4af7359d766458e3478ed90f4984aae3b300f36aaa6a2fcb40af51f13f6ecb63c50d83fa6fe39c390ad59565e2533dbd84c259eb33054d5fcd3551c43c0d1.<br />
Checksum RipeMD160 is ba0ae62f1a75296a1a34b6ccf90fd945dd36da7b.<br />
Checksum BLAKE2B is e37161d8d4859b21abf49f5c3f3a9ffbe62c14d6fa94a54a40ba1671d95cf759ebf0d0e32ba0e94cbac5b7f55c458b63f7d00f124dcabb0b4fccc4aeebac98e0.<br />
Calcul des cheksums du fichier : .\binMSYS2W32\Debug\Lesson04.exe.<br />
Checksum CRC32 is 2443e9a8.<br />
Checksum MD5 is 107b7465b8738de030902995273389e1.<br />
Checksum SHA256 is 744cba345909053da7931418143399247e55c2316d4c3894e207ef62d226e5a1.<br />
Checksum SHA512 is e43d18b90e45eb1fabf374f94199bb2a8f379c45921e014900a84f729c443b93b6a3790a6ec74209ca3004707634ea8fe52143beb6d1fb0aa598edba37368c98.<br />
Checksum RipeMD160 is d230254480c16e8847a91fafd760de180490e594.<br />
Checksum BLAKE2B is 308fbdbb6148753fdab8351d756e1702652b8b5b5a4eb0969c8f43b4f93ca2d516b0986f1493948349bbf96faab4850fcdb286fe489d64c11d128b1243371f3b.<br />
Calcul des cheksums du fichier : .\binMSYS2W32\Release\Lesson04.exe.<br />
Checksum CRC32 is 25730dce.<br />
Checksum MD5 is 81776b7a5e43b519e272fe00f793c7c9.<br />
Checksum SHA256 is 6b6c3f8bec00bf381ec1d22c47bbb338f25a232f15c7a7e85830b7b9219ab233.<br />
Checksum SHA512 is 2344c14e57d2019af9c62f70f7d63bd7312b290f5a1eb401394b72e521649236ac72c407310cb905b2ef78cd581f778ed6a69cd47ca5abcfedb78cb46eb5e6fe.<br />
Checksum RipeMD160 is e1dad459f2272341aac2546220869ab9cf91f429.<br />
Checksum BLAKE2B is 9cef3e14d4ae4d24b3a8d07f8c06965654bcec9f977922823f845bdaec1ad3be99ae423756be910cfaea1579acc217c28aee922f4803853d7fde84c5cd7c351e.<br />
Calcul des cheksums du fichier : .\binMSYS2W64\Debug\Lesson04.exe.<br />
Checksum CRC32 is 245fa9d8.<br />
Checksum MD5 is d081174620fb1f63ed6d8cfa2068cba6.<br />
Checksum SHA256 is 588b24135a2c7091c7e31ec08f7bf7fd4f811c4e952060cd4e7c881f39e6c147.<br />
Checksum SHA512 is e1901eb0e298ff6d07623fb2d569a5f4ce7c5d48e0dcf679ebcac05174f7496c6fb58fb0401ab75df01cee186514d9cb02e4df9532bc0688f19027bbc6a93ece.<br />
Checksum RipeMD160 is e58429d8c99bce72236d5862891a26bec4f5ef58.<br />
Checksum BLAKE2B is 98285001633212fd63995ed1098770d784c46d950b00f6b630cb829e48f865eaabec5a1336412bad02385dca18e60633d7a49de15700be200d1198de07c12111.<br />
Calcul des cheksums du fichier : .\binMSYS2W64\Release\Lesson04.exe.<br />
Checksum CRC32 is 846d1f24.<br />
Checksum MD5 is 20b7e09a67906ee97d38d898b68ae7d5.<br />
Checksum SHA256 is 2529b0894794ebdb8d632da02f5098a807e838132bc713439ee681f0869526b6.<br />
Checksum SHA512 is 2385de322554fb77cc46fdf0e7c734cbcc0fb38ee197db506d735d67936cfa07511b96cf6dd9e0b6e693739e2a3abb9b07a13da4571998982a2f807b811a888f.<br />
Checksum RipeMD160 is ba066bab31dfcdcad6775e8afb64beccd213fb75.<br />
Checksum BLAKE2B is 16b3b96197be4607bd21c6a68911f761b4fd60826e7e34413f2b46624e0a2b526dc1ee48d2762c0bd19da4ec53ccc6c2fb195647ee49d5fe2144268dc76af01c.<br />
Calcul des cheksums du fichier : .\binOW32\Debug\Lesson04.exe.<br />
Checksum CRC32 is a51af4f4.<br />
Checksum MD5 is 4de9af767f942aaef5c3c67539d20298.<br />
Checksum SHA256 is 08b83bbd1630140616cab919626bf058ed62fb030690cfb7985bd7a26ecb0abf.<br />
Checksum SHA512 is 46ec3c70cb82e422091be1da8b4bcfe88083b59cdb508e2340c9c5ac11d5a9846ab2bcc19da7b80e480c917f1c217429761033d8b5a2fc074f71d34be8a1610c.<br />
Checksum RipeMD160 is 618f1aa539e5721ab1ed23129382670fbdad4c09.<br />
Checksum BLAKE2B is 1874b28b6b6da78de2382372c8e8941d4cbb89dd9b7225e4b002d6f6c07b4465f0749c7d051617a8c6a719948ce1be18b08a243192fc7701c6ce2dc8554a3273.<br />
Calcul des cheksums du fichier : .\binOW32\Release\Lesson04.exe.<br />
Checksum CRC32 is 30aba77c.<br />
Checksum MD5 is d00d4387e60c15d1d2e53b83729e68b0.<br />
Checksum SHA256 is 163349950c015fed898a45c3a790093634de09ddd47544716bcced5fddd3ca66.<br />
Checksum SHA512 is f3a655804d10e17f0a9abbca2ae42d213b853082421bf8d31bfc9fcd814c97495700030a8a7476585bfcd6d5793f9c0d7155fcd689bc6ae4087c3da0499382ff.<br />
Checksum RipeMD160 is d1d16ca98dba914d1a5221504368e498ca615faa.<br />
Checksum BLAKE2B is 9def19853b841d6b7b43c0509781db30116ba331ea98a8207355c0b68abd9b75f3c4dc838fc144fd19bc2397e49e92961bf11e37de9e03612f90cbfddbfad57a.<br />
Calcul des cheksums du fichier : .\binOW64\Debug\Lesson04.exe.<br />
Checksum CRC32 is 3d71ff8f.<br />
Checksum MD5 is 2a56e7bd4dc1ecc702b8622a71600b49.<br />
Checksum SHA256 is cbb6560bffd9305cdcfd20f3e62bdc0acb2be4ec8863542525b49d84f806adf3.<br />
Checksum SHA512 is 094f5c5136e5277403cc9affb08e34cad060211458547104acacf2e792bb2ee4358032770bd88d2b91e0739c5772f2db1726efba20ab6b5541c28e43c2d73f20.<br />
Checksum RipeMD160 is a550521ed7677f62e2d6971bf51e385e4d0f85ae.<br />
Checksum BLAKE2B is f5bc2d8cdd4e8df5b2ab487246b7803aaea293b67044eebfb6aa637b78408657bedb3b235ca799174ce0e5fe9c99123084d9a7e2e05b47564ce3aed3ba254dcf.<br />
Calcul des cheksums du fichier : .\binOW64\Release\Lesson04.exe.<br />
Checksum CRC32 is ff4b005a.<br />
Checksum MD5 is 08128b49a90d0b544ee9590579bab7cd.<br />
Checksum SHA256 is f7926a92f1cf68e5764f2084aed24b9ab90d44a725b30be3c128ffcf70c8528d.<br />
Checksum SHA512 is c20f14bf3a30409771cb89f33f564ad162f6523de0c3ca8db9fbc5f49e116fd22bfe908164e89f5c29108b8984b31a1be95ef489a984cf26fb21898f364ec4f6.<br />
Checksum RipeMD160 is f7e6953bf708294083a203837b55052025c5af42.<br />
Checksum BLAKE2B is 83a74ce5b26023711ff051485540270c69de5723b369be53f815bdf04097997a4615d2f08c6d4099758fa2794df01583d9b7e419bc29f85c0bd72f7b91e5722e.<br />
Calcul des cheksums du fichier : .\binPELLESC32\Debug\Lesson04.exe.<br />
Checksum CRC32 is cd36f007.<br />
Checksum MD5 is 678820fe3aa009705f1147214376c21b.<br />
Checksum SHA256 is b8904bd157b209577305c0ce295b8566b278d7f1819919c57ece61ff68e918e7.<br />
Checksum SHA512 is 0978cf45246afd67117a5b1f5311fa1e564bd59e847f3160a490b12a544535523dbc37c45b6f1a63fcdbd6e08c82b0fb2a8c78e8ccf6f4cd0e03197ce9195d69.<br />
Checksum RipeMD160 is 660a5f63a7f2db4f676875a226bf82f5d23f6e99.<br />
Checksum BLAKE2B is b030da231f0f728874539c1539c0dcb9d04b98c363fd430c6adebbdf9ec01f0dde962503a8a34441d1349a773f488de7754a0b786d78ca5f6cb9a6877933bef3.<br />
Calcul des cheksums du fichier : .\binPELLESC32\Release\Lesson04.exe.<br />
Checksum CRC32 is e98a9708.<br />
Checksum MD5 is be54e1559c40dbae85969049b497733f.<br />
Checksum SHA256 is 718f00bf6f1956262ea3ebfbb0edbedcd4f958da283b142eddd015b266b071c3.<br />
Checksum SHA512 is 527b1a34219aba9706d020c95b5524e9dc3e99b2b4cc15c3ea5ebdccca5ddb9c4b3d17479508f7d8a4f23d4db2cc7fcac5db983184891f9e71f307953cd0b010.<br />
Checksum RipeMD160 is 97b57ebbcd3d7f837ae9d66a9ea9839a3a276933.<br />
Checksum BLAKE2B is 4382bf1af8e5c70aa32ed060fecf6f51993a822497dbfa326d9ebf4c38fe2b7b8d9fbcc28707acc2ea85206e0a541dbcaf9402589365889fa1e9e8751966ec45.<br />
Calcul des cheksums du fichier : .\binPELLESC64\Debug\Lesson04.exe.<br />
Checksum CRC32 is d13f1a1a.<br />
Checksum MD5 is ebbfcaa5e5f335d6844cc88af5edbe16.<br />
Checksum SHA256 is d7a693a56cd0954006de1e244e77cbe7760abf667ddff380a1253774d8f95f69.<br />
Checksum SHA512 is 5b0cdb25f3c0326bef613bdb7bb956b513abc1adcb59a8180e6ff2e5baf0567cbd4a6b084f67ad5f32565cd04d2c599ed529f7a60dc539cd266a95b98decfb89.<br />
Checksum RipeMD160 is cfeeb0b7d39ef4f4398b2c562f3529b51a1301e3.<br />
Checksum BLAKE2B is 015ad26cdded370df84d6e7080a2ad4733af8a93e507f5e5fc826ae74141d5608d0e3297322685dbd326fd7048edcf0e712663cad6060f9ffa0ce352d36d674d.<br />
Calcul des cheksums du fichier : .\binPELLESC64\Release\Lesson04.exe.<br />
Checksum CRC32 is 6f9eba93.<br />
Checksum MD5 is a760bed61efefa9e61baecd7f8c6b985.<br />
Checksum SHA256 is ffc3690c8ed59cef67ca50690a6ac8f469e34e064e98676787dacc884d703269.<br />
Checksum SHA512 is ec4a7c170ea40e4c79259138680143e7fb8216396d411a3ffdcd64b6b6b3dd005e1e123c7081a0be3b17e00aabb70d2e46c3d2492cc8be1baf2eca2b442972ba.<br />
Checksum RipeMD160 is 72c7b75bfb2e270cdf80768f0cc4d3f398474f94.<br />
Checksum BLAKE2B is 7ab54e4c8d3fd3992b7b47c7f8baaf2dce97597db98ac9c25d4e6b1f9590ef8e8e84d4783b38f8ca6ed6699f68296a0f0ec3ae93fd03bf82845240ba3f0f8d58.<br />
Calcul des cheksums du fichier : .\binTDMW32\Debug\Lesson04.exe.<br />
Checksum CRC32 is 13f1158e.<br />
Checksum MD5 is a7105987fcc94e546f68744c13892b07.<br />
Checksum SHA256 is ad226e4e53dd06fc6adae32ee1893af63113fb23317866676befd3153f667da9.<br />
Checksum SHA512 is ee9f5cf4120131b0062653fc4fb9c581c7316369cc0901b01cf1cd7925bb08cd88140b3f74873da3358222d8336fd052eddb61537a69c99c95c045aec85e00e4.<br />
Checksum RipeMD160 is 792ab641c4d1910bde3a5c7397f150824aef23f0.<br />
Checksum BLAKE2B is ef57d4e66809d48725b1768418d033b350193d5ef1009eed03296a1623b14fe1b38036ab5521b370df6c87eb2c31290f15f90bbf73235a86d4c396e094f4c5e5.<br />
Calcul des cheksums du fichier : .\binTDMW32\Release\Lesson04.exe.<br />
Checksum CRC32 is ea44403.<br />
Checksum MD5 is a71ff0ac9ca85bf7aa43b7c569b28372.<br />
Checksum SHA256 is 8f064adda19d2056f31fe13f64628c9267e82a88816f6eb95007f0bb2fc97c0d.<br />
Checksum SHA512 is cd8ab5fa98d3512b4bed4609214aa604b5eb3d25bc1c6030e0df0a012e848233caedb2f7423c0d08f73269692dae75c77362da128c0fffc497bd4d7067819d90.<br />
Checksum RipeMD160 is 344a562711b4a2faeb66da8f0c20144e78399e4a.<br />
Checksum BLAKE2B is 91a9dc468414e2d4ba585c3bb8c3a10b2c3bb621bd8629a4eaecb23cb2775a3533ee6d972f00185d4fc3a24f651911e8d762239767d522a33fb6e7d06f994626.<br />
Calcul des cheksums du fichier : .\binTDMW64\Debug\Lesson04.exe.<br />
Checksum CRC32 is 675535d4.<br />
Checksum MD5 is 5578b6d82d6f92d574e88a2fbfc590da.<br />
Checksum SHA256 is d3d9ad1e836f97b73124ededd0f4f585a78ac650fca4c15c277371d847f4a122.<br />
Checksum SHA512 is 69bb451423a69bc2d20fb0c29529f27d7bbf593f928a22278001f9ee09d04ecb6d1a7ec5df796e1a6b0a06999ab6b687fd8c1949c2f7d504300246da58ed23a6.<br />
Checksum RipeMD160 is 872502ed79faa0bd090686e4ae596b017fd8e0ae.<br />
Checksum BLAKE2B is 1a22a38951121dd59c742f5b6e727e0c684fed9f85197ae426c727eedb136113079422e273a88c378586a9fca1ebac6b0e80f9ae3b3df8fd7853f14847203b8d.<br />
Calcul des cheksums du fichier : .\binTDMW64\Release\Lesson04.exe.<br />
Checksum CRC32 is a6ae53ba.<br />
Checksum MD5 is d419ac7109ee1fd63ef7a7c0df2e5b05.<br />
Checksum SHA256 is 8bdd98be36e9df93bc2451c8e91034bb6d78810b2a5524c8ad872d913ac151bd.<br />
Checksum SHA512 is dc46d14c31c324712804a6a2ad71d7368f2546aada7c008cddc4126eb59b698bbd9c34554728e1aa62557ae073ddf5a938a38bcaa3f6b110684e49b033212cc5.<br />
Checksum RipeMD160 is fed72e87e4d0a0673929aaefe748b0a07c2b4583.<br />
Checksum BLAKE2B is 9e2b4be0e7195fa1265027c8d03ed5bcecaad4974dee029b5808d6d7202b311b0a456196efe2dc8863058f5aa71e0f2159f277cb7a264e8ec0b6de128c5d51d3.<br />
Calcul des cheksums du fichier : .\binVS2022X32\Debug\Lesson04.exe.<br />
Checksum CRC32 is 5c8b1262.<br />
Checksum MD5 is 92142bfc4aa2d3d7d8c168fd061aad73.<br />
Checksum SHA256 is de2414d076cbdea18f4b754f7d03721210a16da67f863933a3d4b669ca42c636.<br />
Checksum SHA512 is e659556d35c229dbb2cbb171ec28712c0c1f01c5f68317467e00456204cc67bc4484d303ec8060c0753aa15ea11f5531a7f1f71d7c53c7bda3e1233c0320a969.<br />
Checksum RipeMD160 is c4c971d9b100c98fc407aa86ca10baac962bd664.<br />
Checksum BLAKE2B is f408bb7c958984c12fac8cc59a7128394b345b70866ebe313ed5c5c259f0d74f8ba4c642dad9031d188d8663f69671b70889e26dad530db9e9eb31fa2649c5fb.<br />
Calcul des cheksums du fichier : .\binVS2022X32\Release\Lesson04.exe.<br />
Checksum CRC32 is 9db6b8fa.<br />
Checksum MD5 is 96535a1864bdc9047b30783a3df205bb.<br />
Checksum SHA256 is b8d1fbd2d44472c1fc587331fc3ddde1fc1d6d700bd44ddfd3edf897d6945b51.<br />
Checksum SHA512 is a23144a03813044f32129756b4c5aa7dce1f9a79beac93fb5610df17ea5e22cd9c0df4c1107b41151c0dc3d2f8ad845513a5e5e98d7952059b3fc5978fe0e8fc.<br />
Checksum RipeMD160 is 70a5d7317dcc9c1038bd64026f8570113dec5ad7.<br />
Checksum BLAKE2B is d503714c2e2b8086c239d289448cf832a808858f4df2ae6e6cdde7f709e8db34336faf484102a7a2d7765d5ba75f9f6a1af2b486e8a0fd4d60c53e7f155687f3.<br />
Calcul des cheksums du fichier : .\binVS2022X64\Debug\Lesson04.exe.<br />
Checksum CRC32 is 3d9edbff.<br />
Checksum MD5 is 7e1dc08104b571d49adff9904e92826c.<br />
Checksum SHA256 is 387612c018325a15dacc588f6db58b34447159fad82a79b67c392e5a44cf6581.<br />
Checksum SHA512 is 4b1fecb8c5ec321fe9234cabdf982424676979d73f727ae0f58e5f95d782929769568fec7c4d922493bbe4e39cf8b834225023adb233c32ac13194f15813e590.<br />
Checksum RipeMD160 is b7b00583c19ba2ea6159ee385459637d20e5064d.<br />
Checksum BLAKE2B is 11ca071dc1daef1bf7724f62889bd57d782608f4f116f50ae64a5e2882d63257c9229c846180ceae5ae965e72d3a17038b2ea30fc869e9a5b03a554203ea734e.<br />
Calcul des cheksums du fichier : .\binVS2022X64\Release\Lesson04.exe.<br />
Checksum CRC32 is 17301138.<br />
Checksum MD5 is 764d89d93790245aa1206810dbfcc011.<br />
Checksum SHA256 is d1d138e4c499b2b2b89ae4ffe4bc40f38b815f3359c520c67fb4d71657af1986.<br />
Checksum SHA512 is 26a912c5f25dac28dfb3a3fbedf83766bec92195c245df7c1afe66b046360ae560197e3368e2feb3c557d89d08ed2af187bf7de9351ee48846ae7563ebbc6086.<br />
Checksum RipeMD160 is 8fd2a8d72eb0968fb8f9e8aabe09c948f0189c5e.<br />
Checksum BLAKE2B is 007328d40139c5445e92e28efee1768dbc83c77bd7f93ab5b2fdc9f16d3eef5af54f74098244159b174b224a5fb42a8749741aa3bcbbd5300a10a4b5c3b04845.<br />
C:\Program Files\7-Zip\7z a Lesson04_2023-02-05_src.7z src\*.* res\*.* data\*.* build.cmake\* build.batch\* *.bat *.txt *.html *.md doxygen\* doc\* *.cbp *.workspace -x!*.bak README makefile -mhe -p"Lesson04_tde@03!"<br />
7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15<br />
Scanning the drive:<br />
491 folders, 1830 files, 20895265 bytes (20 MiB)<br />
Creating archive: Lesson04_2023-02-05_src.7z<br />
Add new data to archive: 491 folders, 1830 files, 20895265 bytes (20 MiB)<br />
Files read from disk: 1814<br />
Archive size: 1428787 bytes (1396 KiB)<br />
Everything is Ok<br />
C:\Program Files\7-Zip\7z a -ttar Lesson04_2023-02-05_all.tar * -x!*.7z -x!*.bak<br />
7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15<br />
Scanning the drive:<br />
722 folders, 2463 files, 58542412 bytes (56 MiB)<br />
Creating archive: Lesson04_2023-02-05_all.tar<br />
Add new data to archive: 722 folders, 2463 files, 58542412 bytes (56 MiB)<br />
Files read from disk: 3185<br />
Archive size: 60891648 bytes (59 MiB)<br />
Everything is Ok<br />
C:\Program Files\7-Zip\7z a Lesson04_2023-02-05_all.7z *.tar -mhe -p"Lesson04_tde@03!"<br />
7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15<br />
Scanning the drive:<br />
1 file, 60891648 bytes (59 MiB)<br />
Creating archive: Lesson04_2023-02-05_all.7z<br />
Add new data to archive: 1 file, 60891648 bytes (59 MiB)<br />
Files read from disk: 1<br />
Archive size: 4984835 bytes (4869 KiB)<br />
Everything is Ok<br />
cmd /c del *.tar<br />
<font color="#0000ff">Process terminated with status 0 (0 minute(s), 58 second(s))</font><br />
<font color="#0000ff">0 error(s), 8 warning(s) (0 minute(s), 58 second(s))</font><br />
</tt>
</body>
</html>