Author Topic: is there any macro instead of string "obj\release\" ?  (Read 2560 times)

Offline jeorama

  • Multiple posting newcomer
  • *
  • Posts: 12
is there any macro instead of string "obj\release\" ?
« on: May 06, 2009, 01:06:35 pm »
I now use "arm-elf-objcopy  -O binary  bin\Release\test.elf  bin\Release\test.bin"  and I try "arm-elf-objcopy  -O binary  bin\$target\test.elf  bin\$target\test.bin" but failed. or there is no way to use a macro just defined in both debug and release? thanks

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: is there any macro instead of string "obj\release\" ?
« Reply #1 on: May 06, 2009, 02:40:16 pm »
$(TARGET_NAME)  (or instead, use the target output directory).
« Last Edit: May 06, 2009, 02:41:51 pm by thomas »
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."