Overview
Comment: | Simplified build status output on Windows |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
300ab98f2cef94a044775bfde52e65bf |
User & Date: | Cthulhux on 2024-04-30 09:51:45 |
Other Links: | manifest | tags |
Context
2024-04-30
| ||
09:53 | Cleaned up redundant code. check-in: d0b6777baf user: Cthulhux tags: trunk | |
09:51 | Simplified build status output on Windows check-in: 300ab98f2c user: Cthulhux tags: trunk | |
09:49 | Only build PDF when the user wants to, even on Windows. check-in: a74e7d1c7f user: Cthulhux tags: trunk | |
Changes
Modified src/groffstudio.lpi from [bfb4387ac2] to [a064dbe3a0].
︙ | |||
19 20 21 22 23 24 25 | 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | - + | <Resource_0 FileName="..\LICENSE" Type="RCDATA" ResourceName="LICENSE"/> </Resources> </General> <VersionInfo> <UseVersionInfo Value="True"/> <AutoIncrementBuild Value="True"/> <MinorVersionNr Value="14"/> |
︙ |
Modified src/unit1.pas from [0295db007b] to [a9449c1e7e].
︙ | |||
412 413 414 415 416 417 418 | 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 | - - - - - - - + - - - + + + + + | buildOpts := buildOpts + ' > ' + outputFileName; // - Log file: if chkLogFile.Checked then logFileName := currentGroffFilePath + '.log'; // Build: buildSuccess := BuildWindow.BuildDocument(buildOpts, logFileName); |
︙ |