Skip to content

Commit

Permalink
linux LUA binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
K4thos committed Jan 23, 2017
1 parent a8fcb19 commit 40cb7f7
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 10 deletions.
Binary file added EET/bin/unix/lua
Binary file not shown.
Binary file modified EET/bin/unix/x86_64/lua
Binary file not shown.
Binary file modified EET/bin/win32/lua.exe
Binary file not shown.
Binary file removed EET/bin/win32/lua5.3.0.dll
Binary file not shown.
Binary file added EET/bin/win32/lua53.dll
Binary file not shown.
Binary file modified EET/bin/win32/x86_64/lua.exe
Binary file not shown.
Binary file removed EET/bin/win32/x86_64/lua5.3.0.dll
Binary file not shown.
Binary file added EET/bin/win32/x86_64/lua53.dll
Binary file not shown.
14 changes: 4 additions & 10 deletions EET/lib/EET_core.tp2
Original file line number Diff line number Diff line change
Expand Up @@ -148,21 +148,15 @@ END ELSE BEGIN //osx, unix
OUTER_SPRINT arch_var ~x86_64/~
PRINT ~arch_var = %arch_var%~
END
END ELSE BEGIN //osx
AT_NOW ~chmod +x EET/bin/osx/ffmpeg~ EXACT
AT_NOW ~chmod +x EET/bin/osx/lua~ EXACT
END
AT_NOW ~chmod +x EET/bin/%WEIDU_OS%/%arch_var%lua~ EXACT
AT_NOW ~chmod +x EET/bin/%WEIDU_OS%/%arch_var%ffmpeg~ EXACT
AT_NOW ~chmod +x EET/bin/%WEIDU_OS%/%arch_var%tileconv~ EXACT
AT_NOW ~chmod +x EET/bin/%WEIDU_OS%/%arch_var%tile2ee~ EXACT
END

ACTION_IF ~%WEIDU_OS%~ STR_EQ ~unix~ BEGIN
OUTER_SPRINT lua ~lua~
OUTER_SPRINT ffmpeg ~ffmpeg~
END ELSE BEGIN //win32, osx
OUTER_SPRINT lua ~%bin%EET%os_slash%bin%os_slash%%WEIDU_OS%%os_slash%%arch_var%lua%exe%~
OUTER_SPRINT ffmpeg ~%bin%EET%os_slash%bin%os_slash%%WEIDU_OS%%os_slash%ffmpeg%exe%~
END
OUTER_SPRINT lua ~%bin%EET%os_slash%bin%os_slash%%WEIDU_OS%%os_slash%%arch_var%lua%exe%~
OUTER_SPRINT ffmpeg ~%bin%EET%os_slash%bin%os_slash%%WEIDU_OS%%os_slash%ffmpeg%exe%~
OUTER_SPRINT tileconv ~%bin%EET%os_slash%bin%os_slash%%WEIDU_OS%%os_slash%%arch_var%tileconv%exe%~
OUTER_SPRINT tile2ee ~%bin%EET%os_slash%bin%os_slash%%WEIDU_OS%%os_slash%%arch_var%tile2ee%exe%~

Expand Down

0 comments on commit 40cb7f7

Please sign in to comment.