Skip to content
This repository has been archived by the owner on Feb 20, 2021. It is now read-only.

Fix command line build sequence (lua.lib) #49

Merged
merged 1 commit into from Aug 2, 2013

Conversation

sriharshav
Copy link

Fixes command line build sequence. lua.lib is required to build server.

"\redis\msvs\RedisServer.sln" (default target) (1) ->
"
\redis\msvs\RedisServer.vcxproj" (default target) (2) ->
(Link target) ->
LINK : fatal error LNK1181: cannot open input file 'lua.lib' [~\redis\msvs\RedisServer.vcxproj]

Fixes command line build sequence. lua.lib is required to build server.

"~\redis\msvs\RedisServer.sln" (default target) (1) ->
"~\redis\msvs\RedisServer.vcxproj" (default target) (2) ->
(Link target) ->
  LINK : fatal error LNK1181: cannot open input file 'lua.lib' [~\redis\msvs\RedisServer.vcxproj]
clca pushed a commit that referenced this pull request Aug 2, 2013
Fix command line build sequence (lua.lib)
@clca clca merged commit 30b03b0 into microsoftarchive:2.6 Aug 2, 2013
@clca
Copy link

clca commented Aug 2, 2013

Thanks for your contribution sriharshav

@sriharshav sriharshav deleted the fix-command-line-build branch August 20, 2013 04:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants