Bug #18557 2012-04-11 08:16
fubo
C::B does not resolve vars in compiler/linker options pane
From me and Oleg_Sam:
In nightly build CB 7917 and 7925, the macros $file_name (and other $file.. and etc.) is not replaced in compiler/linker command line...
When are placed in Compiler Settings-> Other Options.
Example to reproduce it:
1. Open Compiler Settings-> Other Options.
2. Type any options contains macros $file_name,
for example
-Wa,-adhlns=$file_name.lst
3. Set Compiler logging full command line
4. Build
and see that macro $file_name is empty string (not replaced by current file name)
In previous nightly build CB (up to 7789) all works fine.
- Category
- Compiler
- Group
- Platform:Windows
- Status
- Closed
- Close date
- 2012-05-17 17:27
- Assigned to
- tpetrov
History
tpetrov 2012-05-17 17:27
See this post for the explanation: http://forums.codeblocks.org/index.php/topic,16157.msg109407.html#msg109407