mirror of
https://github.com/dhewm/dhewm3.git
synced 2024-11-23 21:02:11 +00:00
TypeInfoGen is standalone, don't compile/link it
Same change for scons as 8ca99602
for CMake.
This commit is contained in:
parent
45566d9727
commit
efc71124b1
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ tools_list = scons_utils.BuildList( 'tools', tools_string )
|
|||
|
||||
core_list = framework_list + renderer_list + ui_list \
|
||||
+ cm_list + dmap_list + renderbump_list + aas_list + roq_list \
|
||||
+ snd_list + sys_list + tools_list + [ 'TypeInfo/TypeInfoGen.cpp' ]
|
||||
+ snd_list + sys_list + tools_list
|
||||
|
||||
for i in range( len( core_list ) ):
|
||||
core_list[ i ] = '../../' + core_list[ i ]
|
||||
|
|
Loading…
Reference in a new issue