This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
notepad-plus-plus
mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus
Watch
1
Star
0
Fork
You've already forked notepad-plus-plus
0
Code
Issues
Projects
Releases
Wiki
Activity
eb3e1a65a0
notepad-plus-plus
/
lexilla
/
test
/
examples
/
cmake
/
Bug77_0.cmake
26 lines
191 B
CMake
Raw
Blame
History
if
(
MSVC80
)
# 1
elseif
(
MSVC90
)
# 2
elseif
(
APPLE
)
# 3
else
(
)
# 4
endif
(
)
if
(
MSVC80
)
# 1
elseif
(
MSVC90
)
# 2
endif
(
)
if
(
MSVC80
)
# 1
else
(
)
# 2
endif
(
)
if
(
MSVC80
)
# 1
endif
(
)
Reference in New Issue
View Git Blame
Copy Permalink