Skip to content

Commit

Permalink
ikvmc.md: Added details about -exclude option
Browse files Browse the repository at this point in the history
  • Loading branch information
NightOwl888 authored Oct 10, 2022
1 parent 550e34e commit 15bb9a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tools/ikvmc.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Name of a Java `.class` or `.jar file`. May contain wildcards (`*.class`).
|---|---|
| `-r:\|-reference:<library-filespec>` | Add a reference to a class library DLL (.NET assembly). When building Java projects (`.jar` or `.class` files), this can be used to add dependent projects that had previously been compiled. The dependency must be compiled first. This option can appear more than once to reference multiple libraries. |
| `-recurse:<filespec>` | Processes all files matching `filespec` in and under the directory specified by `filespec`. Example: `-recurse:*.class` |
| `-exclude:<filename>` | `filename` is a file containing a list of classes to exclude. |
| `-exclude:<filename>` | `filename` is a file containing a list of class names to exclude. The file may contain a single .NET-compatible regular expression per line. If the line starts with a `\`, it will be ignored as a comment. |

### Resources

Expand Down Expand Up @@ -191,4 +191,4 @@ First it generates a library `mylib.dll` from `mylib.jar`. Then it generates an
- [Components](../components.md)
- [Convert a .jar file to a .dll](../convert-a-jar-file-to-a-dll.md)
- [Tools](index.md)
- [Tutorial](../tutorial.md)
- [Tutorial](../tutorial.md)

0 comments on commit 15bb9a3

Please sign in to comment.