Details
-
Bug
-
Resolution: Done
-
P2: Important
-
None
-
Qt Creator 3.4.1
-
None
-
Windows8.1
Description
jom version 1.1.0
can't use /a option
/a option does not become effective
cd.txt: ab.txt type $** > $@
> nmake -nologo type ab.txt > cd.txt > nmake -nologo -a type ab.txt > cd.txt
> jom -l type ab.txt > cd.txt > jom -l -a >