Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Issue 10894013: Pass developmentBuild info to libadblockplus (Closed)

Created:
June 5, 2013, 9:40 a.m. by Felix Dahlke
Modified:
Nov. 12, 2013, 10:12 a.m.
Reviewers:
Wladimir Palant
Visibility:
Public.

Description

Pass developmentBuild info to libadblockplus

Patch Set 1 #

Total comments: 11

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+163 lines, -11 lines) Patch
M AdblockPlus.sln View 1 chunk +10 lines, -7 lines 0 comments Download
M AdblockPlusEngine.vcxproj View 1 10 chunks +148 lines, -4 lines 0 comments Download
M src/engine/main.cpp View 1 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 4
Felix Dahlke
June 5, 2013, 9:47 a.m. (2013-06-05 09:47:42 UTC) #1
Wladimir Palant
http://codereview.adblockplus.org/10894013/diff/1/AdblockPlusEngine.vcxproj File AdblockPlusEngine.vcxproj (right): http://codereview.adblockplus.org/10894013/diff/1/AdblockPlusEngine.vcxproj#newcode173 AdblockPlusEngine.vcxproj:173: <LibraryPath>$(ProjectDir)libadblockplus\build\ia32\build\Release\lib;$(LibraryPath)</LibraryPath> Please define ADBLOCK_PLUS_PRODUCTION_MODE here (as well as WIN32, ...
June 5, 2013, 9:54 a.m. (2013-06-05 09:54:05 UTC) #2
Felix Dahlke
Adressed the issues http://codereview.adblockplus.org/10894013/diff/1/AdblockPlusEngine.vcxproj File AdblockPlusEngine.vcxproj (right): http://codereview.adblockplus.org/10894013/diff/1/AdblockPlusEngine.vcxproj#newcode173 AdblockPlusEngine.vcxproj:173: <LibraryPath>$(ProjectDir)libadblockplus\build\ia32\build\Release\lib;$(LibraryPath)</LibraryPath> On 2013/06/05 09:54:05, Wladimir Palant ...
June 5, 2013, 10:12 a.m. (2013-06-05 10:12:36 UTC) #3
Wladimir Palant
June 5, 2013, 10:29 a.m. (2013-06-05 10:29:07 UTC) #4
LGTM

http://codereview.adblockplus.org/10894013/diff/1/AdblockPlusEngine.vcxproj
File AdblockPlusEngine.vcxproj (right):

http://codereview.adblockplus.org/10894013/diff/1/AdblockPlusEngine.vcxproj#n...
AdblockPlusEngine.vcxproj:173:
<LibraryPath>$(ProjectDir)libadblockplus\build\ia32\build\Release\lib;$(LibraryPath)</LibraryPath>
On 2013/06/05 10:12:36, Felix H. Dahlke wrote:
> On 2013/06/05 09:54:05, Wladimir Palant wrote:
> > Please define ADBLOCK_PLUS_PRODUCTION_MODE here (as well as WIN32, NDEBUG
and
> > _WINDOWS I guess).
> 
> Where exactly? In this PropertyGroup?

My bad, wrong section - you fixed Release Production|Win32 correctly below.

Powered by Google App Engine
This is Rietveld