You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 20, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,10 @@ There are a few files in the UnrealBuildTool project we need to modify, these ar
22
22
23
23
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.
24
24
25
+
### Adding FASTBuild classes
26
+
27
+
First step is to add our FASTBuild classes. Place the files in this respository in <UnrealBuildTool>/System
28
+
25
29
### Configuration/BuildConfiguration.cs
26
30
27
31
- Add the following properties to the top of the file.
@@ -134,4 +138,4 @@ FASTBuildCOnfiguration.cs contains the EnableCacheGenerationMode property. By de
134
138
135
139
# Warnings as errors
136
140
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