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
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,6 +87,9 @@ If any `.cpp` or `.c` files are added to the source code, they should be listed
87
87
-`cmake/pklib-sources.txt` containing the source files for compiling the pklib dependency.
88
88
-`cmake/openshc-sources.txt` containing the files with reimplementations of the original game's functions.
89
89
90
+
You can also create a local only `cmake/openshc-sources.txt.local` file, which will be used instead of `cmake/openshc-sources.txt` if it exists, to allow faster tests.
91
+
Extending this files name in any way, like `openshc-sources.txt.local.bak`, will prevent it from being used, but it is still ignored by git. This allows to keep small local file lists.
92
+
90
93
#### Manual configuration
91
94
92
95
The file `build.bat` exists for convenience. If you want more control, you can specify the following cmake options.
0 commit comments