repo.or.cz
/
CRYENGINE.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
!I integrate from //ce/main...
[CRYENGINE.git]
/
Tools
/
RegisterLocalBuild.bat
blob
e9070817d311d1ae17e73bc96275a240e283f22a
1
@ECHO OFF
2
3
pushd ..
4
5
reg add "HKEY_CURRENT_USER\Software\Crytek\CryEngine" /f /v "local" /t REG_SZ /d "%cd%"
6
7
popd
8
9
ECHO This build has been registered as "local"
10
PAUSE