Skip to content

Commit

Permalink
Remove quotes from the contents of the OutputFile element in liblua.v…
Browse files Browse the repository at this point in the history
…cxproj.
  • Loading branch information
david committed Nov 4, 2010
1 parent 356c1e1 commit 1a8ceeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liblua/liblua.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<CompileAs>CompileAsC</CompileAs>
</ClCompile>
<Lib>
<OutputFile>"$(OutDir)liblua.lib"</OutputFile>
<OutputFile>$(OutDir)liblua.lib</OutputFile>
</Lib>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
Expand Down

0 comments on commit 1a8ceeb

Please sign in to comment.