1. Path of generated files always keep $file_dir in the generated files (to be further compiled) windows.
I would love to apply that one (the other one I have already applied in my local copy), but I don't understand. Can you try to explain differently / in other words / with an example, please?!
I try explain this.
If I have a special file(test.bin) in the $(PROJECT_DIR)/Special/.
And I keyin some thing in advanced compiler option, see pic.
In this code.
- wxString tmps = tmp.GetFullPath();
I alway get auto-generated/Special/test.o.
In this follow code.
+ wxString tmps = tmp.GetFullName();
I can get auto-generated/test.o.
I think this is correct result, because I only keyin $file_name.o not $file_dir/$file_name.o in the generated files window.
I hope you can understand my mind in my poor english. :lol:
[attachment deleted by admin]