Skip to content

Commit

Permalink
readme: Add rc.exe to comparison table
Browse files Browse the repository at this point in the history
  • Loading branch information
squeek502 committed Oct 9, 2023
1 parent b8ec2e0 commit f4f7ff9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@ This behavior can be controlled with the `/:auto-includes` CLI option.

## Comparison to `windres` and `llvm-rc`

| Feature | `resinator` | `windres` | `llvm-rc` |
| Feature | `resinator` | `windres` | `llvm-rc` | `rc.exe` |
| --- | --- | --- | --- |
| Cross-platform ||||
| [Identical outputs for `.rc` files in `Windows-classic-samples`](https://github.com/squeek502/win32-samples-rc-tests) ||||
| Support for UTF-16 encoded `.rc` files ||||
| CLI compatibility with `rc.exe` ||||
| Support for outputting `.rc` files ||||
| Support for outputting COFF object files ||||
| Cross-platform |||||
| [Identical outputs for `.rc` files in `Windows-classic-samples`](https://github.com/squeek502/win32-samples-rc-tests) |||||
| Support for UTF-16 encoded `.rc` files |||||
| CLI compatibility with `rc.exe` |||||
| Support for outputting `.rc` files |||||
| Support for outputting COFF object files |||||

#### An example of the differences between the implementations

Expand Down

0 comments on commit f4f7ff9

Please sign in to comment.