2024-03-01 14:46:50 +08:00
|
|
|
If:
|
|
|
|
PathMatch: [.*\.h, .*\.c]
|
|
|
|
CompileFlags:
|
2024-03-04 14:20:50 +08:00
|
|
|
Add: [-xc, -Wall, -DWIN32_LEAN_AND_MEAN, -I/home/edgar/Codes/JacksEscape/easyx/include, -target, x86_64-pc-windows-gnu]
|
2024-03-01 14:46:50 +08:00
|
|
|
---
|
|
|
|
If:
|
|
|
|
PathMatch: [.*\.hpp, .*\.cpp]
|
|
|
|
CompileFlags:
|
2024-03-04 14:20:50 +08:00
|
|
|
Add: [-xc++, -Wall, -DWIN32_LEAN_AND_MEAN, -I/home/edgar/Codes/JacksEscape/easyx/include, -target, x86_64-pc-windows-gnu]
|