Skip to content

Commit

Permalink
Fix luabind dll file name casing.
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrocaster committed Nov 23, 2015
1 parent 2cc69fc commit 7d8d1ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xrbinup.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ if %cfg%==Debug (
%cp_tool% %src%\CxImage.dll %dst%\CxImage.dll
)
%cp_tool% %src%\LuaJIT.dll %dst%\LuaJIT.dll
%cp_tool% %src%\LuaBind.dll %dst%\LuaBind.dll
%cp_tool% %src%\luabind.dll %dst%\luabind.dll
%cp_tool% %src%\ODE.dll %dst%\ODE.dll
%cp_tool% %src%\OpenAL32.dll %dst%\OpenAL32.dll
%cp_tool% %src%\OpenAL32.dll %dst%\dedicated\OpenAL32.dll
Expand Down

0 comments on commit 7d8d1ee

Please sign in to comment.