chore: bump scintilla and lexilla version
This commit is contained in:
26
3rdparty/lexilla545/lexilla/test/examples/cmake/Bug77_1.cmake.folded
vendored
Normal file
26
3rdparty/lexilla545/lexilla/test/examples/cmake/Bug77_1.cmake.folded
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
2 400 401 + if(MSVC80)
|
||||
0 401 400 | # 1
|
||||
2 400 401 + elseif(MSVC90)
|
||||
0 401 400 | # 2
|
||||
2 400 401 + elseif(APPLE)
|
||||
0 401 400 | # 3
|
||||
2 400 401 + else()
|
||||
0 401 401 | # 4
|
||||
0 401 400 | endif()
|
||||
0 400 400
|
||||
2 400 401 + if(MSVC80)
|
||||
0 401 400 | # 1
|
||||
2 400 401 + elseif(MSVC90)
|
||||
0 401 401 | # 2
|
||||
0 401 400 | endif()
|
||||
0 400 400
|
||||
2 400 401 + if(MSVC80)
|
||||
0 401 400 | # 1
|
||||
2 400 401 + else()
|
||||
0 401 401 | # 2
|
||||
0 401 400 | endif()
|
||||
0 400 400
|
||||
2 400 401 + if(MSVC80)
|
||||
0 401 401 | # 1
|
||||
0 401 400 | endif()
|
||||
0 400 400
|
Reference in New Issue
Block a user