This time, should be the good one!

svn path=/trunk/; revision=17607
This commit is contained in:
Luis Ontanon 2006-03-12 21:45:18 +00:00
parent 6610672d0c
commit 4bafab904c
2 changed files with 2 additions and 1 deletions

View File

@ -727,7 +727,7 @@ Section "LUA Plugin" SecLua
SetOutPath $INSTDIR\plugins\${VERSION}
File "..\..\plugins\lua\lua.dll"
SetOutPath $INSTDIR
File "..\..\plugins\lua\template-init.lua"
File "..\..\plugins\lua\init.lua"
SectionEnd
!endif

View File

@ -93,6 +93,7 @@ lua::
!IFDEF LUA_DIR
cd lua
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake init.lua
cd ..
!ENDIF