mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 991983 - Add a deprecation hint for GENERATED_SOURCES. r=gps
This commit is contained in:
parent
5b0cd23bb9
commit
f408d03253
@ -1864,6 +1864,16 @@ DEPRECATION_HINTS = {
|
|||||||
|
|
||||||
NO_DIST_INSTALL = True
|
NO_DIST_INSTALL = True
|
||||||
''',
|
''',
|
||||||
|
|
||||||
|
'GENERATED_SOURCES': '''
|
||||||
|
Please use
|
||||||
|
|
||||||
|
SOURCES += [ '!foo.cpp' ]
|
||||||
|
|
||||||
|
instead of
|
||||||
|
|
||||||
|
GENERATED_SOURCES += [ 'foo.cpp']
|
||||||
|
''',
|
||||||
}
|
}
|
||||||
|
|
||||||
# Make sure that all template variables have a deprecation hint.
|
# Make sure that all template variables have a deprecation hint.
|
||||||
|
Loading…
Reference in New Issue
Block a user