minor fix

This commit is contained in:
2025-02-03 23:01:03 +08:00
parent ececd4b77e
commit ceaadb14a8
3 changed files with 2 additions and 6 deletions

1
.gitignore vendored
View File

@@ -1 +1,2 @@
build/ build/
.vscode/

View File

@@ -1,5 +0,0 @@
{
"files.associations": {
"xstring": "cpp"
}
}

View File

@@ -2,7 +2,7 @@
## How to Compile ## How to Compile
```powershell ```powershell
md build && cd build md build && cd build
cmake -A x64 ../ cmake -A win32 ../
cmake --build . --config Release cmake --build . --config Release
``` ```
Now you can find two files, `tasokuro_patch.dll` and `tasokuro-chs.exe`, in the `build/Release` directory. Now you can find two files, `tasokuro_patch.dll` and `tasokuro-chs.exe`, in the `build/Release` directory.