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

Unified Diff: AdBlocker/AdBlocker.vcxproj

Issue 10580043: Run a single FilterEngine instance in a separate process (Closed)
Patch Set: Addressed review issues Created May 23, 2013, 7:10 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « .hgignore ('k') | AdPlugin.sln » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: AdBlocker/AdBlocker.vcxproj
===================================================================
--- a/AdBlocker/AdBlocker.vcxproj
+++ b/AdBlocker/AdBlocker.vcxproj
@@ -451,7 +451,7 @@
<DataExecutionPrevention />
<ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
<TargetMachine>MachineX86</TargetMachine>
- <AdditionalLibraryDirectories>$(SolutionDir)..\libadblockplus\build\Debug\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
+ <AdditionalLibraryDirectories>$(SolutionDir)..\libadblockplus\build\ia32\build\Debug\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
</Link>
<Bscmake>
<SuppressStartupBanner>true</SuppressStartupBanner>
@@ -824,4 +824,4 @@
<UserProperties RESOURCE_FILE="AdBlocker.rc" />
</VisualStudio>
</ProjectExtensions>
-</Project>
+</Project>
« no previous file with comments | « .hgignore ('k') | AdPlugin.sln » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld