diff options
author | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-22 05:03:39 +0000 |
---|---|---|
committer | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-22 05:03:39 +0000 |
commit | d09e3de46fae6200b0cd1a79867dcbd147db938a (patch) | |
tree | 2cd3b3aa632930e8d294ce5bb1b9e6423b06bbc9 /chrome/app/resources/SConscript | |
parent | 335ee05f3a724cead4c7fea90e1f1dbbdb9926fd (diff) | |
download | chromium_src-d09e3de46fae6200b0cd1a79867dcbd147db938a.zip chromium_src-d09e3de46fae6200b0cd1a79867dcbd147db938a.tar.gz chromium_src-d09e3de46fae6200b0cd1a79867dcbd147db938a.tar.bz2 |
Using $CHROME_SRC_DIR in place of hash/..
This will facilitate changing where the main sconstruct lives.
Review URL: http://codereview.chromium.org/7847
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3725 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/resources/SConscript')
-rw-r--r-- | chrome/app/resources/SConscript | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/app/resources/SConscript b/chrome/app/resources/SConscript index 3b995db..519e929 100644 --- a/chrome/app/resources/SConscript +++ b/chrome/app/resources/SConscript @@ -10,9 +10,9 @@ env_res = env_res.Clone() env_res.Append( CPPPATH = [ '.', - '#/../chrome/Debug/obj/chrome_dll', - '#/..', - '#/../chrome/Debug/obj', + '$CHROME_SRC_DIR/chrome/Debug/obj/chrome_dll', + '$CHROME_SRC_DIR', + '$CHROME_SRC_DIR/chrome/Debug/obj', ], RCFLAGS = [ ['/l', '0x409'], |