repo.or.cz
/
CRYENGINE.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
!T (WAF) Sync WAF with CMake
[CRYENGINE.git]
/
Code
/
Sandbox
/
Plugins
/
EditorAudioControlsEditor
/
EditorAdx2
/
wscript
blob
ca8ba8b5e8125328f867cf916492b62677338250
1
# Copyright 2001-2018 Crytek GmbH / Crytek Group. All rights reserved.
2
3
def build(bld):
4
5
bld.CryEditorPlugin(
6
target = 'EditorCryAudioImplAdx2',
7
vs_filter = 'Sandbox/Plugins/EditorAudioControlsEditor/Impl',
8
file_list = 'editoradx2.waf_files',
9
includes = '../common/'
10
)