Use "R" and "D" as short names for config

This commit is contained in:
Cheng Zhao 2015-04-03 11:59:14 +08:00
parent 8a91000083
commit 8b7d875e40
8 changed files with 15 additions and 15 deletions

View file

@ -10,8 +10,8 @@ SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
SYMBOLS_DIR = 'dist\\symbols'
DOWNLOAD_DIR = 'vendor\\brightray\\vendor\\download\\libchromiumcontent'
PDB_LIST = [
'out\\Release\\atom.exe.pdb',
DOWNLOAD_DIR + '\\Release\\chromiumcontent.dll.pdb',
'out\\R\\atom.exe.pdb',
DOWNLOAD_DIR + '\\R\\chromiumcontent.dll.pdb',
]