Skip to content

Commit 55b791f

Browse files
committed
build; building; minor fixes
1 parent 741a81e commit 55b791f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

work-in-progress/build/3.0-building-cpp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Save this file alongside a new build XML file. We will stick with the known conv
2424
`- Build.xml`
2525
`- example.cpp`
2626

27-
## compiling – <files>
27+
## compiling – `<files>`
2828

2929
Now we want tell hxcpp to compile our cpp file, but how?
3030

@@ -40,7 +40,7 @@ The `files` node requires an `id` attribute, which we'll use later.
4040

4141
We can nearly compile this already, but we also have to tell hxcpp what it is we're trying to achieve with our input by defining an output - a target for the build.
4242

43-
## linking – <target>
43+
## linking – `<target>`
4444

4545
We've seen a target node before, but this time we need to add some details so that it has something to do.
4646
When we run a `Build.xml` with `haxelib run hxcpp` it will try to run the `default` target unless told to look for something else.

0 commit comments

Comments
 (0)