Skip to content

Commit

Permalink
Update Scintilla version to v4.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dail8859 committed Mar 16, 2021
1 parent 7c425ea commit abdc76c
Show file tree
Hide file tree
Showing 7 changed files with 276 additions and 48 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Scripts can also register functions to be called when certain events occur, such
The full API documentation can be found [here](http://dail8859.github.io/LuaScript/). Also be sure to check out the [examples](/examples/) directory.

## Development
The code has been developed using Visual Studio 2017. To compile the code:
The code has been developed using Visual Studio 2019. To compile the code:

1. Open the `LuaScript.sln` file
1. Press `F7` and that's it!
Expand Down
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version: 0.9.0.{build}
image: Visual Studio 2017
version: 0.10.1.{build}
image: Visual Studio 2019

platform:
- x64
Expand All @@ -16,7 +16,7 @@ install:
- if "%platform%"=="Win32" set archi=x86
- if "%platform%"=="Win32" set build_platform=Win32

- call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" %archi%
- call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" %archi%

build:
parallel: true
Expand Down
Loading

0 comments on commit abdc76c

Please sign in to comment.