1
0
This commit is contained in:
Scott E. Graves
2017-03-16 13:23:29 -05:00
parent fbf7a6615e
commit ffb7ddbc4b
3 changed files with 5 additions and 2 deletions

3
.gitignore vendored
View File

@@ -254,3 +254,6 @@ ModelManifest.xml
/3rd-party/SRombauts-SQLiteCpp-f69986a/build/ZERO_CHECK.vcxproj.filters /3rd-party/SRombauts-SQLiteCpp-f69986a/build/ZERO_CHECK.vcxproj.filters
/3rd-party/SRombauts-SQLiteCpp-f69986a/build/sqlite3/sqlite3.vcxproj.filters /3rd-party/SRombauts-SQLiteCpp-f69986a/build/sqlite3/sqlite3.vcxproj.filters
/3rd-party/SRombauts-SQLiteCpp-f69986a/build/sqlite3/sqlite3.vcxproj /3rd-party/SRombauts-SQLiteCpp-f69986a/build/sqlite3/sqlite3.vcxproj
/3rd-party/CEF/automate
/3rd-party/CEF/chromium_git
/3rd-party/CEF/depot_tools

View File

@@ -8,7 +8,7 @@ pushd chromium_git
set CEF_USE_GN=1 set CEF_USE_GN=1
set GN_DEFINES=is_win_fastlink=true set GN_DEFINES=is_win_fastlink=true
set GN_ARGUMENTS=--ide=vs2015 --sln=cef --filters=//cef/* set GN_ARGUMENTS=--ide=vs2015 --sln=cef --filters=//cef/*
call python ..\automate\automate-git.py --download-dir=%ROOT%\chromium_git --depot-tools-dir=%ROOT%\depot_tools --no-distrib --no-build call python ..\automate\automate-git.py --download-dir=%ROOT%\chromium_git --depot-tools-dir=%ROOT%\depot_tools --no-distrib --no-build --branch=3029
popd popd
pause pause

View File

@@ -7,7 +7,7 @@ set PATH=%ROOT%\depot_tools;%PATH%
pushd chromium_git pushd chromium_git
set CEF_USE_GN=1 set CEF_USE_GN=1
set GN_ARGUMENTS=--ide=vs2015 --sln=cef --filters=//cef/* set GN_ARGUMENTS=--ide=vs2015 --sln=cef --filters=//cef/*
call python ..\automate\automate-git.py --download-dir=%ROOT%\chromium_git --depot-tools-dir=%ROOT%\depot_tools --no-distrib --no-build call python ..\automate\automate-git.py --download-dir=%ROOT%\chromium_git --depot-tools-dir=%ROOT%\depot_tools --no-distrib --no-build --branch=3029
popd popd
pause pause