mirror of
https://gitlab.com/ita1024/waf.git
synced 2025-01-27 02:30:41 +01:00
No need to wrap fc/c/cxx classes for manifest processing
This commit is contained in:
parent
73384b11f4
commit
f18d481e75
@ -477,6 +477,6 @@ def wrap_class(class_name):
|
||||
|
||||
return derived_class
|
||||
|
||||
for k in 'fc fcprogram fcprogram_test fcshlib fcstlib'.split():
|
||||
for k in 'fcprogram fcprogram_test fcshlib fcstlib'.split():
|
||||
wrap_class(k)
|
||||
|
||||
|
@ -1008,7 +1008,7 @@ def wrap_class(class_name):
|
||||
|
||||
return derived_class
|
||||
|
||||
for k in 'c cxx cprogram cxxprogram cshlib cxxshlib cstlib cxxstlib'.split():
|
||||
for k in 'cprogram cxxprogram cshlib cxxshlib cstlib cxxstlib'.split():
|
||||
wrap_class(k)
|
||||
|
||||
def make_winapp(self, family):
|
||||
|
Loading…
x
Reference in New Issue
Block a user