Mercurial > hg > index.cgi
annotate .hgignore @ 547:33e37b3d98cf
Don't build snprintf() emulation on modern enough MSVC
MSVC 2015 and later have a C99 compliant snprintf() so don't build the
emulation function for it if building on a modern enough version.
author | William Astle <lost@l-w.ca> |
---|---|
date | Thu, 16 Mar 2023 16:18:13 -0600 |
parents | 5f10e1913d1a |
children |
rev | line source |
---|---|
28 | 1 \.exe$ |
2 \.o$ | |
3 \.d$ | |
4 \.a$ | |
5 ~$ | |
6 \.orig$ | |
7 /lwbasic$ | |
8 /lwlink$ | |
9 /lwobjdump$ | |
10 /lwar$ | |
11 /lwasm$ | |
193 | 12 /lwcc/lwcc$ |
495
5b8871fd7503
Merged previous lwcc development branch into mainline.
William Astle <lost@l-w.ca>
diff
changeset
|
13 /lwcc/lwcc-cpp$ |
5b8871fd7503
Merged previous lwcc development branch into mainline.
William Astle <lost@l-w.ca>
diff
changeset
|
14 /lwcc/lwcc-cc |
363
f90c9b044220
Add some windows related files to the ignore list for hg
William Astle <lost@l-w.ca>
parents:
193
diff
changeset
|
15 |
f90c9b044220
Add some windows related files to the ignore list for hg
William Astle <lost@l-w.ca>
parents:
193
diff
changeset
|
16 # for windows |
538 | 17 \\.suo$ |
18 \\.sdf$ | |
19 \\.opensdf$ | |
20 \\Debug$ | |
21 \\Release$ |