Elram Ashush

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: VisualGDB- Use Visual studio macros. #27264
    Elram Ashush
    Participant

    Hi,

    I’m sorry that I didn’t responded to your solution,

    Thanks For your help it’s works,

    I create my custom C# tasks and “give” them to the MSBuild as dlls. Its works!!!

     

    in reply to: VisualGDB- Use Visual studio macros. #26998
    Elram Ashush
    Participant

    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.

     

     

     

    in reply to: VisualGDB- Use Visual studio macros. #26983
    Elram Ashush
    Participant

    Hi,
    Thanks’ for your help, can you show me an example for how to make referencing to the MSBiuld variables.
    (if you will add a screen shot it will be great 👍😀)

    in reply to: VisualGDB- Use Visual studio macros. #26980
    Elram Ashush
    Participant

    Hi,

    I will add some details:

    I use VisualGDB for Remote Build  on Linux Machine (From Windows-PC Visual-Studio-17)

    and I use the MSBuild option.

Viewing 4 posts - 1 through 4 (of 4 total)