Are there any other placeholders I can use in the option "Intermediate output" like in ".\$(Platform)\$(Config)\"
I'm interested in the outputname, however i tried $(OUTPUTNAME) already.
I have about 50 projects and some of them do use the same cpps. The obj's might be different for some as there are ifdef's in the cpps. All the projects are including a optset where I want to write a generic setting for the intermediate output: Something like: .\$(OUTPUTNAME)\$(Platform)\$(Config)
Did not find anything in the web and in the bcb-docu.
Btw: I am using XE3 (c++ builder)