fix build under newer KConfig by bump cmake min version
This commit is contained in:
16
3rdparty/lexilla540/lexilla/test/examples/makefile/x.mak
vendored
Normal file
16
3rdparty/lexilla540/lexilla/test/examples/makefile/x.mak
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
# '# comment' comment=1
|
||||
# comment
|
||||
|
||||
# '.SUFFIXES' target=5, ':' operator=4
|
||||
.SUFFIXES:
|
||||
|
||||
# 'LD' identifier=3, '=' operator=4, 'link' default=0
|
||||
LD=link
|
||||
|
||||
# '!IFDEF DEBUG' preprocessor=2
|
||||
!IFDEF DEBUG
|
||||
|
||||
# '$(' ID EOL=9
|
||||
X=$(
|
||||
|
||||
# End of file
|
||||
Reference in New Issue
Block a user