Skip to content

Commit

Permalink
Update Lua SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
alabuzhev committed Sep 11, 2024
1 parent 563fb37 commit 642470d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion misc/nightly/plugins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ VERSION_7Z=24.08
curl -o arclite/7z/7z-${VERSION_7Z}.zip https://raw.githubusercontent.com/FarGroup/thirdparty/master/7z-${VERSION_7Z}.zip
unzip arclite/7z/7z-${VERSION_7Z}.zip -d arclite/7z/${VERSION_7Z}

VERSION_LUASDK=20240301
VERSION_LUASDK=20240911
curl -o luamacro/luasdk/LuaSDK-${VERSION_LUASDK}.zip https://raw.githubusercontent.com/FarGroup/thirdparty/master/LuaSDK-${VERSION_LUASDK}.zip
unzip luamacro/luasdk/LuaSDK-${VERSION_LUASDK}.zip -d luamacro/luasdk/${VERSION_LUASDK}

Expand Down
2 changes: 1 addition & 1 deletion plugins/luamacro/luafar3.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PropertyGroup Label="UserMacros">
<ProjectSpecificOutDirName>Plugins\..</ProjectSpecificOutDirName>
<ProjectSpecificIntDirName>Plugins\luamacro\$(ProjectName)</ProjectSpecificIntDirName>
<VersionLuaSDK>20240301</VersionLuaSDK>
<VersionLuaSDK>20240911</VersionLuaSDK>
<DirBit Condition="'$(Platform)'=='Win32'">32</DirBit>
<DirBit Condition="'$(Platform)'=='x64'">64</DirBit>
<DirBit Condition="'$(Platform)'=='ARM64'">ARM64</DirBit>
Expand Down
2 changes: 1 addition & 1 deletion plugins/luamacro/luamacro.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ConfigurationType>DynamicLibrary</ConfigurationType>
</PropertyGroup>
<PropertyGroup Label="UserMacros">
<VersionLuaSDK>20240301</VersionLuaSDK>
<VersionLuaSDK>20240911</VersionLuaSDK>
<DirBit Condition="'$(Platform)'=='Win32'">32</DirBit>
<DirBit Condition="'$(Platform)'=='x64'">64</DirBit>
<DirBit Condition="'$(Platform)'=='ARM64'">ARM64</DirBit>
Expand Down
2 changes: 1 addition & 1 deletion plugins/luamacro/makefile_gcc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME = luamacro
VERSION_LUASDK = 20240301
VERSION_LUASDK = 20240911

SRCS = \
luafar/luaplug.c \
Expand Down
2 changes: 1 addition & 1 deletion plugins/luamacro/makefile_lib_gcc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME=luafar3
VERSION_LUASDK=20240301
VERSION_LUASDK=20240911

ifdef SYS_LUA
LUA=lua
Expand Down
2 changes: 1 addition & 1 deletion plugins/luamacro/makefile_lib_vc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME=luafar3
VERSION_LUASDK=20240301
VERSION_LUASDK=20240911
USERCPP=/Iluasdk/include /DBUILD_DLL /DWINVER=0x500 /DLUADLL=\"lua51.dll\"
!ifndef LUA
LUA=luasdk\$(VERSION_LUASDK)\32\lua.exe
Expand Down
2 changes: 1 addition & 1 deletion plugins/luamacro/makefile_vc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME=LuaMacro
VERSION_LUASDK=20240301
VERSION_LUASDK=20240911
USERCPP=/Iluasdk/include /DEXPORT_OPEN /DEXPORT_CONFIGURE \
/DEXPORT_PROCESSEDITOREVENT /DEXPORT_PROCESSVIEWEREVENT \
/DEXPORT_PROCESSDIALOGEVENT /DEXPORT_PROCESSEDITORINPUT /DEXPORT_PROCESSCONSOLEINPUT \
Expand Down

0 comments on commit 642470d

Please sign in to comment.