prebuild step target name variable

Sysprogs forums Forums VisualGDB prebuild step target name variable

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #6546
    xavier
    Participant

    Hello,

    I try to create a prebuild step using target name (and not target file name).

    I don’t find any vsgb variable… is there one ? is it possible to use visual studio variables ?

    Cheers

    Xavier

    #6557
    support
    Keymaster

    Hi,

    Unfortunately, Visual Studio variables are not supported. Only VisualGDB variables and your Windows environment variables will work. Can you give an example of you what do you mean by “target name”?

    #6562
    xavier
    Participant

    Hi

    My target is for example a lib called mylib.a, variable $(TargetFileName) returns mylib.a I just need mylib.

    Cheers

    #6578
    support
    Keymaster

    Hi,

    We have added the $(TargetFileNameWithoutExtension) variable to the upcoming release of VisualGDB 5.0. The next beta will include support it.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.