mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-03 12:37:36 +01:00
Windows: Fix wrong Visual Studio Output Directory in binary distribution project files (issue #919).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1154 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
parent
959ef067bb
commit
0a2aafaea0
@ -117,6 +117,7 @@ def fix_msvs_projects():
|
||||
for file in files:
|
||||
data = read_file(file)
|
||||
data = data.replace('../../..\\build\\', '')
|
||||
data = data.replace('..\\..\\..\\build\\', '')
|
||||
write_file(file, data)
|
||||
|
||||
def run(command_line, working_dir):
|
||||
|
Loading…
x
Reference in New Issue
Block a user