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

Unified Diff: AdblockPlusDeveloperInstall.vcxproj

Issue 10952045: Developer installation from within Visual Studio (Closed)
Patch Set: Fixes addressing comments Created June 20, 2013, 3:21 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 | « no previous file | Makefile.DevInstall » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: AdblockPlusDeveloperInstall.vcxproj
===================================================================
--- a/AdblockPlusDeveloperInstall.vcxproj
+++ b/AdblockPlusDeveloperInstall.vcxproj
@@ -157,7 +157,7 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Test|Win32'">
<NMakeBuildCommandLine>nmake -nologo -f Makefile.DevInstall build32 $(NMakeMacros)</NMakeBuildCommandLine>
<NMakeCleanCommandLine>nmake -nologo -f Makefile.DevInstall clean32 $(NMakeMacros)</NMakeCleanCommandLine>
- <NMakeReBuildCommandLine>nmake -nologo -f Makefile.DevInstall rebuild 32$(NMakeMacros)</NMakeReBuildCommandLine>
+ <NMakeReBuildCommandLine>nmake -nologo -f Makefile.DevInstall rebuild32$(NMakeMacros)</NMakeReBuildCommandLine>
<NMakePreprocessorDefinitions>WIN32;$(NMakePreprocessorDefinitions);NDEBUG</NMakePreprocessorDefinitions>
<OutDir>$(ProjectDir)build\ia32\$(Configuration)\</OutDir>
<IntDir>$(ProjectDir)build\ia32\$(Configuration)\</IntDir>
« no previous file with comments | « no previous file | Makefile.DevInstall » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld