1
0

CEF changes

This commit is contained in:
Scott E. Graves
2017-03-18 01:45:12 -05:00
parent 446fe7fcc8
commit 95ce440bcb
6 changed files with 31 additions and 23 deletions

View File

@@ -2,8 +2,8 @@
set ROOT=%~dp0%
pushd %ROOT%
set PATH=%ROOT%\depot_tools;%PATH%
REM call create_common.cmd
set PATH=%ROOT%depot_tools;%PATH%
call create_common.cmd
set CEF_USE_GN=1
set GN_DEFINES=is_win_fastlink=true fatal_linker_warnings=false
@@ -29,5 +29,4 @@ goto :END
exit 1
:END
popd
exit 0
popd