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
_______________________________________________ Doxygen-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/doxygen-develop
