[Doxygen-develop] Visual studio macros for OUTPUT_DIRECTORY
Brought to you by:
dimitri
From: Marius Z. <mar...@gm...> - 2021-06-02 05:56:26
|
Hi, I want to be able to use Visual Studio macros to define the OUTPUT_DIRECTORY inside the configuration file but I noticed that it is not working. I am able to use these macros for PROJECT_LOGO for example. PROJECT_LOGO = $(ProjectDir)logo/logo.jpg // this is working fine OUTPUT_DIRECTORY =$(OutputDir)/ // this does not work for me. I am calling this config file from command line. I am using the latest doxy exe file. call $(ProjectDir)doxygen.exe $(ProjectDir)doxyfile Can someone help me with this? How can I use macros for OUTPUT_DIRECTORY? -- Marius Zavincu, Software Engineer, Tel: +40745660920 |