Hi,
Thanks’ for your help, its good to know that i have this feature,
but its not meets my needs, as I said in my first post, I need to get access to the VS variables (e.g. $(IntDir)..) before creating the make file.
Your solution is post compile/link event, I need the same thing, but before building,
my need is – to edit the make file (pojectName.msbuild-mak) after the MSBuild create it, and before running it on the linux-machine. (before your command “make -f …”)
I already do it with the “before-build-action” in the VisualGDB-settings, but by explicit path, I want to use a general path to other projects.
Elram.