Changeset 988
- Timestamp:
- Aug 16, 2011, 2:35:47 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/syncqt.cmd
r983 r988 12 12 '@set QTDIR='ScriptDir'\..' 13 13 '@call perl -S syncqt' aArgs 14 -
trunk/configure.cmd
r984 r988 594 594 "'@set QTDIR="G.RelPath"'"G.EOL||, 595 595 "'@call perl -S """G.RelPath"""\bin\syncqt", 596 "-outdir """G.OutPath"""' aArgs"G.EOL 596 "-outdir """G.OutPath"""' aArgs"G.EOL||, 597 "exit rc"G.EOL 597 598 call charout G.OutPath"\bin\syncqt.cmd" 598 599 … … 610 611 cmd 611 612 if (rc \= 0) then do 612 call SayErr cmd "failed with exit code "rc"."613 call SayErr failed with exit code "rc"." 613 614 call SayErr "Cannot proceed." 614 615 call Done 1
Note:
See TracChangeset
for help on using the changeset viewer.