Details
-
Bug
-
Resolution: Won't Do
-
P4: Low
-
None
-
Qt Creator 6.0.0
-
None
-
windows8
Description
jom cannot use multi-byte file name.
nmake can use multi-byte file name.
I hope for a thing corresponding to utf-8.
--------------------------------------------------
>nmake /lf test.mak
7z a あいう.zip あいう.txt > nul
--------------------------------------------------
>jom -lf test.mak
Error: dependent '??ス?マ.txt' does not exist.
--------------------------------------------------
test.mak
.SUFFIXES: .txt .zip
.txt.zip:
7z a $.zip $.txt > nul
あいう.zip: あいう.txt
Attachments
Issue Links
- relates to
-
QTCREATORBUG-24761 JOM Chinese language is Error
- Open