From 57d610a0381a9a4f9c42854684ec237b2481d096 Mon Sep 17 00:00:00 2001 From: Deorder <31899960+deorder@users.noreply.github.com> Date: Wed, 10 Apr 2019 05:24:16 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 768b0cd..28b5282 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ BSArchive Dynamic Link Library and C++ bindings ## How to build -1) Create a `XEditPath` environment variable and set it to the directory cointaining the XEdit code +1) Create a `XEditPath` environment variable and set it to the directory containing the XEdit code 2) Build the DLL in Delphi by opening the `libbsarch.dproj` project 3) Build the LIB in Visual Studio by opening the `libbsarch.sln` project 4) Rename `libbsarch_dummy.lib` to `libbsarch.lib` From 8ffe34d89118a52e7538a93023716f89f779ed86 Mon Sep 17 00:00:00 2001 From: Deorder <31899960+deorder@users.noreply.github.com> Date: Wed, 10 Apr 2019 05:25:15 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 28b5282..453febb 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ BSArchive Dynamic Link Library and C++ bindings 1) Create a `XEditPath` environment variable and set it to the directory containing the XEdit code 2) Build the DLL in Delphi by opening the `libbsarch.dproj` project 3) Build the LIB in Visual Studio by opening the `libbsarch.sln` project -4) Rename `libbsarch_dummy.lib` to `libbsarch.lib` ## How to use