Skip to content

Commit

Permalink
Added luacom 1.3 to the Lua script space
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgammon committed Sep 2, 2010
1 parent ed42c95 commit 44bfbf1
Show file tree
Hide file tree
Showing 43 changed files with 18,070 additions and 26 deletions.
282 changes: 267 additions & 15 deletions MUSHclient.dsp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 3 additions & 8 deletions install/mushclient.nsi
Expand Up @@ -96,7 +96,6 @@ Section "-MUSHclient program (required)"
File "..\names.txt"
File /oname=license.txt "..\docs\agreement.txt"
File "..\Dina.fon"
File "..\install\luacom.dll"

; Write the installation path into the registry
WriteRegStr HKCU "Software\Gammon Software Solutions\MUSHclient\General Options" "InstallDir" $INSTDIR
Expand Down Expand Up @@ -345,7 +344,7 @@ SetOverwrite ifnewer
File "..\lua\gauge.lua"
File "..\lua\ppi.lua"
File "..\lua\mapper.lua"
File "..\lua\com.lua"
File "..\luacom\luacom5.lua"

; LuaSocket

Expand Down Expand Up @@ -521,11 +520,7 @@ Section Uninstall

; and Dina font
Delete "$INSTDIR\Dina.fon"

; and LuaCOM dll

Delete "$INSTDIR\luacom.dll"


; scripting stuff
Delete "$INSTDIR\scripts\MUSHclient.tlb"
Delete "$INSTDIR\scripts\exampscript.vbs"
Expand Down Expand Up @@ -561,7 +556,7 @@ Section Uninstall
Delete "$INSTDIR\lua\gauge.lua"
Delete "$INSTDIR\lua\ppi.lua"
Delete "$INSTDIR\lua\mapper.lua"
Delete "$INSTDIR\lua\com.lua"
Delete "$INSTDIR\lua\luacom5.lua"

Delete "$INSTDIR\lua\socket.lua"
Delete "$INSTDIR\lua\ltn12.lua"
Expand Down

0 comments on commit 44bfbf1

Please sign in to comment.