Overview
Comment: | [misc] update console command for LibreOffice |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | misc |
Files: | files | file ages | folders |
SHA3-256: |
d8aa652b09bbe97c1970baaea0b55291 |
User & Date: | olr on 2020-07-31 14:55:17 |
Other Links: | manifest | tags |
Context
2020-07-31
| ||
14:56 | [py][graphspell][fr] move lexicographer to graphspell (and merge with adhoc suggestion file) check-in: 9006c4dc89 user: olr tags: trunk, fr, graphspell | |
14:55 | [misc] update console command for LibreOffice check-in: d8aa652b09 user: olr tags: trunk, misc | |
12:03 | [build] clearer information while building check-in: d3a1bb04cc user: olr tags: trunk, build | |
Changes
Modified misc/wconsole.bat from [e648fe9833] to [e1c513c89f].
1 2 | Rem Create console for LibreOffice at launch | > > > | | | 1 2 3 4 5 6 7 8 9 10 11 12 | Rem Create console for LibreOffice at launch "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.26.28801\bin\Hostx64\x64\editbin.exe" /subsystem:console "C:\Program Files\LibreOffice\program\soffice.exe" "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.26.28801\bin\Hostx64\x64\editbin.exe" /subsystem:console "C:\Program Files\LibreOffice\program\soffice.bin" Rem "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\editbin.exe" /subsystem:console "C:\Program Files\LibreOffice\program\soffice.exe" Rem "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\editbin.exe" /subsystem:console "C:\Program Files\LibreOffice\program\soffice.bin" Rem "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\editbin.exe" /subsystem:console "C:\cygwin64\home\Z7\bibisect-win32-5.3\instdir\program\soffice.exe" Rem "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\editbin.exe" /subsystem:console "C:\cygwin64\home\Z7\bibisect-win32-5.3\instdir\program\soffice.bin" |