Skip to content

Commit cf9dee9

Browse files
ZhilkinSergkevingranade
authored andcommittedMar 14, 2019
Get rid of Lua modding (CleverRaven#28572)
* Get rid of Lua modding

File tree

98 files changed

+208
-7931
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+208
-7931
lines changed
 

‎.appveyor.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,7 @@ cache:
1919
- 'c:\tools\vcpkg\installed'
2020
install:
2121
# Install dependency packages
22-
- cmd: vcpkg --triplet %PLATFORM%-windows-static install sdl2 sdl2-image sdl2-mixer sdl2-ttf gettext lua
23-
# Add LUA binary folder to PATH
24-
- cmd: set PATH=c:\tools\vcpkg\installed\%PLATFORM%-windows-static\tools\lua;%PATH%
25-
# Report LUA binary version
26-
- cmd: lua.exe -v
22+
- cmd: vcpkg --triplet %PLATFORM%-windows-static install sdl2 sdl2-image sdl2-mixer sdl2-ttf gettext
2723
build:
2824
parallel: true
2925
project: /msvc-full-features/Cataclysm-vcpkg-static.sln

‎.gitattributes

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
*.cpp text
1010
*.h text
1111
*.json text
12-
*.lua text
1312
*.md text
1413
*.py text
1514
*.rc text

0 commit comments

Comments
 (0)
Please sign in to comment.