Bug #1665
Remove dependency of using shorts file name in GccBuilder
Status: | New | Start date: | 03/26/2017 | |
---|---|---|---|---|
Priority: | Low | Due date: | ||
Assignee: | Zbigniew Rebacz | % Done: | 0% | |
Category: | IDE | Spent time: | - | |
Target version: | - |
Description
Currentl, GccBuilder when dealing with .rc file is using short file name for windows. This is problematic, because partitions can not support that feature - and it means that the .rc feature stops working. It only happens when file has got space in the name, so impact is low - and c partition seems to not be affected.
More information in discussion on the forum: http://www.ultimatepp.org/forums/index.php?t=msg&goto=47791&#msg_47791
I am certain sure that if we manage to deal with that problem we will be able to remove all methods that generates short cuts.