From bfb2cf790e42a2850d834c424752ff8985df39e2 Mon Sep 17 00:00:00 2001 From: "mpcomplete@google.com" Date: Tue, 21 Oct 2008 20:42:29 +0000 Subject: Fix Gears SConscript to work for opensource developers as described here: http://code.google.com/p/gears/wiki/BuildingGearsForWindows Small fix to the installer script to check the correct location for ipc_test.exe. Review URL: http://codereview.chromium.org/7831 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3679 0039d316-1c4b-4281-b951-d872f2087c98 --- gears/SConscript.installers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gears/SConscript.installers') diff --git a/gears/SConscript.installers b/gears/SConscript.installers index 66b8f918..57bc128 100644 --- a/gears/SConscript.installers +++ b/gears/SConscript.installers @@ -110,7 +110,7 @@ if env['OS'] == 'win32': ('OurMsiVersion', '$MSI_VERSION'), ('OurCommonPath', '$SCONS_DIR/$COMMON_OUTDIR'), ('OurIEPath', '$SCONS_DIR/$IE_OUTDIR'), - ('OurIpcTestPath', '$SCONS_DIR/$BASE_OUTDIR/ipc_test'), # TODO + ('OurIpcTestPath', '$SCONS_DIR/$BASE_OUTDIR/common'), ('OurFFPath', '$SCONS_DIR/$BASE_OUTDIR/$INSTALLER_BASEDIR/$INSTALLER_BASENAME'), ('OurNpapiPath', '$SCONS_DIR/$NPAPI_OUTDIR'), -- cgit v1.1