Einzelnen Beitrag anzeigen

jbg

Registriert seit: 12. Jun 2002
3.479 Beiträge
 
Delphi 10.1 Berlin Professional
 
#6

AW: Zusätzliche Compilerschalter für IdeFixPack (z.B. -x--depfile)

  Alt 10. Jul 2019, 17:47
Gibt es irgendwelche Tools / Skripte um diese Dateien grafisch zu darzustellen oder auszuwerten?
Solche Tools sind mir nicht bekannt.

Man kann bei allen Optionen den Modus auf JSON umstellen und dann jeden x-beliebigen JSON Editor/Betrachter nutzen.
Code:
  -x--reslist       Output used resource file names (Same as -x--reslist=1)
  -x--reslist=n     Output used resource file names
                       n=0  Disable (default)
                       n=1  <target>.resfilelist (UTF8)
                       n=2  <target>.resfilelist (ANSI)
                       n=3  <target>.map (ANSI)
  -x--depfile       Output all file dependencies to a DEP file (same as -x--depfile=3)
  -x--depfile=n     Output all file dependencies to a DEP file
                       n=0  Disable (default)
                       n=1  <target>.dep file (UTF-8)
                       n=2  <target>.dep.json file
                       n=3  <target>.dep.json file with dllimport information
  -x--unitstats     Output the unit tree to a file (same as -x--unitstats=1)
  -x--unitstats=n   Output unit information to a file
                       n=0  Disable (default)
                       n=1  Uses lists per unit: <target>.unitstats (UTF-8)
                       n=2  Uses lists per unit: <target>.unitstats.json
                       n=3  Uses lists and statistics: <target>.unitstats.json
  Mit Zitat antworten Zitat