![]() |
|
Built-in variable documentation - Printable Version +- EmBitz (https://www.embitz.org/forum) +-- Forum: IDE (https://www.embitz.org/forum/forumdisplay.php?fid=1) +--- Forum: Using EmBitz (https://www.embitz.org/forum/forumdisplay.php?fid=2) +--- Thread: Built-in variable documentation (/showthread.php?tid=135) |
Built-in variable documentation - dalbert - 19-09-2022 Is there documentation of the available built-in variables such as $(TARGET_OUTPUT_DIR) Do they track CodeBlocks (CodeBlocks Built-in Variables (Macros) (imagecraft.com)) RE: Built-in variable documentation - embitz - 10-10-2022 (19-09-2022, 06:05 PM)dalbert Wrote: Is there documentation of the available built-in variables such as $(TARGET_OUTPUT_DIR) Hi, Attached the macromanager source file. They are almost the same with some additional EB macro names. |