This website requires JavaScript.
Explore
Help
Register
Sign In
tyler.durden
/
notepad-plus-plus
mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
Watch
1
Star
0
Fork
You've already forked notepad-plus-plus
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
999b4d1887
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