Add includedirexcldep makgen.xml flag

- New flag is used to add include directories without making them part
  of the include dependency graph.
- Can be used to remove dependency graphs for include directories that
  aren't generally modified, like operating system library include
  directories
This commit is contained in:
Thraix
2025-06-04 22:20:09 +02:00
parent aa0b390379
commit 658d6df8a5
6 changed files with 15 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# This Makefile was generated using MakeGen v1.3.4 made by Tim Håkansson
# This Makefile was generated using MakeGen v1.3.5 made by Tim Håkansson
# and is licensed under MIT. Full source of the project can be found at
# https://github.com/Thraix/MakeGen
CC=@g++