This website works better with JavaScript.
Explore
Help
Sign In
Chiebot-Mirror
/
meson
mirror of
https://github.com/mesonbuild/meson.git
Watch
8
Star
0
Fork
You've already forked meson
0
Code
Issues
Projects
Releases
Wiki
Activity
The Meson Build System
http://mesonbuild.com/
6276
Commits
79
Branches
175
Tags
88 MiB
Tree:
689d32ecfb
meson
/
test cases
/
windows
/
3 cpp
/
prog.cpp
8 lines
83 B
Raw
Normal View
History
Unescape
Escape
Fixed Windows garbage line endings.
12 years ago
#
include
<windows.h>
class
Foo
;
int
main
(
int
argc
,
char
*
*
argv
)
{
return
0
;
}