Is there a way to view or modify the macros in VisualD?

WhatMeWorry kheaser at gmail.com
Tue Aug 18 07:18:52 UTC 2020


For C++ you could click on the field and select <edit>

And by macros I mean the following

DMDINSTALLDIR: DMD Install path
WINDOWSSDKDIR: Windows SDK Directory
DEVENVDIR: Directory of Visual Studio executable devenv.exe
VSINSTALLDIR: Root directory of Visual Studio installation
VISUALDINSTALLDIR: Installation folder of Visual D
PLATFORMNAME: always Win32
CONFIGURATIONNAME
OUTDIR: Ouptut path
INTDIR: Intermediate path
INPUTPATH/DIR/FILENAME/EXT/NAME: input file/project file 
components
PROJECTPATH/DIR/FILENAME/EXT/NAME: project file components
SOLUTIONPATH/DIR/FILENAME/EXT/NAME: solution file components
TARGETPATH/DIR/FILENAME/EXT/NAME: target file components
any variable from the system environment


More information about the Digitalmars-d-ide mailing list