diff --git a/.gitignore b/.gitignore index 567609b..6f31401 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ build/ +.vscode/ diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 7337529..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "files.associations": { - "xstring": "cpp" - } -} \ No newline at end of file diff --git a/README.md b/README.md index 56a08c1..faeb304 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## How to Compile ```powershell md build && cd build -cmake -A x64 ../ +cmake -A win32 ../ cmake --build . --config Release ``` Now you can find two files, `tasokuro_patch.dll` and `tasokuro-chs.exe`, in the `build/Release` directory.