Skip to content

Commit

Permalink
Remove crypto.dll from xrbinup.
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrocaster committed Nov 6, 2015
1 parent 51772ff commit 2411c63
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions xrbinup.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,8 @@ set cp_tool=cp
%cp_tool% %src%\%cfg_long%\xrRender_R3.dll %dst%\xrRender_R3.dll
%cp_tool% %src%\%cfg_long%\xrRender_R4.dll %dst%\xrRender_R4.dll
%cp_tool% %src%\%cfg_long%\xrXMLParser.dll %dst%\xrXMLParser.dll
rem crypto and CxImage are compiled as DLLs only in debug configuration
rem CxImage is compiled as DLLs only in debug configuration
if defined dbg (
%cp_tool% %src%\%cfg_long%\crypto.dll %dst%\crypto.dll
%cp_tool% %src%\%cfg_long%\CxImage.dll %dst%\CxImage.dll
)
%cp_tool% %src%\%cfg_long%\Lua.JIT.1.1.4.dll %dst%\Lua.JIT.1.1.4.dll
Expand Down

0 comments on commit 2411c63

Please sign in to comment.