Skip to content
This repository was archived by the owner on Apr 20, 2022. It is now read-only.

Commit ef09422

Browse files
authored
Updated Readme
1 parent 6c7fd0c commit ef09422

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ There are a few files in the UnrealBuildTool project we need to modify, these ar
2222

2323
We also need to add a new file to generate a BFF file from the provided actions list. For this, I'm only going to focus on the Windows platform.
2424

25+
### Adding FASTBuild classes
26+
27+
First step is to add our FASTBuild classes. Place the files in this respository in <UnrealBuildTool>/System
28+
2529
### Configuration/BuildConfiguration.cs
2630

2731
- Add the following properties to the top of the file.
@@ -134,4 +138,4 @@ FASTBuildCOnfiguration.cs contains the EnableCacheGenerationMode property. By de
134138

135139
# Warnings as errors
136140

137-
Enabling warnings as errors will cause issues with certain things being falsely detected as digraphs, and will need to be fixed manually by adding a space to separate the "<::X"
141+
Enabling warnings as errors will cause issues with certain things being falsely detected as digraphs, and will need to be fixed manually by adding a space to separate the "<::X"

0 commit comments

Comments
 (0)