Skip to content

Commit

Permalink
fixed install mode in luamacro makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
alabuzhev committed Feb 25, 2017
1 parent 13c3ee3 commit 280445a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugins/luamacro/makefile_vc
Expand Up @@ -14,7 +14,12 @@ FAR_DIRNAME=Release
FAR_DIRNAME=Debug
!endif
FAR_WORKDIR=..\..\unicode_far\$(FAR_DIRNAME).$(DIRBIT).vc
!else
!ifdef INSTALL
FAR_WORKDIR=$(INSTALL)\$(FAR_WORKDIR)
!endif
!endif

LUALIB=$(FAR_WORKDIR)\luafar3.lib

DOCS=_globalinfo.lua api.lua luamacro.lua macrotest.lua utils.lua \
Expand Down

0 comments on commit 280445a

Please sign in to comment.