Menu

#328 no variable expansion in "set programs' arguments"

Undefined
fixed
compilergcc (7)
Bug_Report
2021-05-06
2016-04-08
No

Variables are not expanded in the "Program arguments".

Example (Windows):

Create e.g. a DLL project.
Go to Project -> Set programs' arguments.
In "Host application", enter cmd
In "Program arguments", enter /C echo "hello $(TARGET_OUTPUT_DIR)!"
Click Build -> Run

The output is hello $(TARGET_OUTPUT_DIR)!, but I expected something like hello bin\Debug\!.

My Code::Blocks version is Release 16.01 rev 10702 (Build: Jan 25 2016, 21:19:34 - wx2.8.12 (Windows, unicode) - 32 bit)

Discussion

  • bluehazzard

    bluehazzard - 2021-05-06
    • labels: --> compilergcc
    • status: open --> fixed
    • assigned_to: bluehazzard
     
  • bluehazzard

    bluehazzard - 2021-05-06

    fixed in r12324

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.