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

Unified Diff: AdBlocker/AdBlocker.vcproj

Issue 9043003: Visual Studio Express readyness. No MFC. (Closed)
Patch Set: Created Dec. 17, 2012, 2:41 a.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 | « no previous file | AdPlugin.sln » ('j') | AdPlugin.sln » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: AdBlocker/AdBlocker.vcproj
===================================================================
--- a/AdBlocker/AdBlocker.vcproj
+++ b/AdBlocker/AdBlocker.vcproj
@@ -732,7 +732,7 @@
<Tool
Name="VCLinkerTool"
RegisterOutput="true"
- AdditionalDependencies="odbc32.lib odbccp32.lib winhttp.lib comsuppwd.lib comDlg32.lib shlwapi.lib Msi.lib"
+ AdditionalDependencies="odbc32.lib odbccp32.lib winhttp.lib comsuppwd.lib comDlg32.lib shlwapi.lib Msi.lib .\V8\lib\debug_x32\v8_base.lib"
OutputFile="$(OutDir)\SimpleAdblock.dll"
LinkIncremental="1"
SuppressStartupBanner="true"
@@ -1462,6 +1462,14 @@
RelativePath=".\Version.h"
>
</File>
+ <Filter
+ Name="V8"
+ >
+ <File
+ RelativePath=".\V8\v8.h"
+ >
+ </File>
+ </Filter>
</Filter>
<Filter
Name="Resource Files"
« no previous file with comments | « no previous file | AdPlugin.sln » ('j') | AdPlugin.sln » ('J')

Powered by Google App Engine
This is Rietveld