annotate .hgignore @ 191:52188e7e3fb5

Fixed deprecated features, now compiles with DMD2.058 Also changed Array allocation policy: Now doesn't reallocate but malloc's, followed by a memcpy (no free). (this fixes a crash while compiling druntime. Same bug in dmd)
author korDen@korDen-pc
date Sun, 25 Mar 2012 03:11:12 +0400
parents 9f4e5ac4f0a3
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
81
722df8e7509c * fixed win32_lib
Trass3r
parents: 14
diff changeset
1 syntax: regexp
722df8e7509c * fixed win32_lib
Trass3r
parents: 14
diff changeset
2
722df8e7509c * fixed win32_lib
Trass3r
parents: 14
diff changeset
3 # eclipse files etc.
722df8e7509c * fixed win32_lib
Trass3r
parents: 14
diff changeset
4 ^\.
722df8e7509c * fixed win32_lib
Trass3r
parents: 14
diff changeset
5
722df8e7509c * fixed win32_lib
Trass3r
parents: 14
diff changeset
6 \.map$
172
5a9a88e919f9 BuildHelper updated to use src and lib from dmd2/, not copies
korDen
parents: 81
diff changeset
7 \.obj$
183
190ba98276b3 Several changes to make it build on posix systems.
Jacob Carlborg <doob@me.com>
parents: 172
diff changeset
8 \.o$
172
5a9a88e919f9 BuildHelper updated to use src and lib from dmd2/, not copies
korDen
parents: 81
diff changeset
9 glob:dmd2/*
5a9a88e919f9 BuildHelper updated to use src and lib from dmd2/, not copies
korDen
parents: 81
diff changeset
10 glob:dmd.*.zip
5a9a88e919f9 BuildHelper updated to use src and lib from dmd2/, not copies
korDen
parents: 81
diff changeset
11 glob:buildHelper.d.deps
5a9a88e919f9 BuildHelper updated to use src and lib from dmd2/, not copies
korDen
parents: 81
diff changeset
12 glob:buildHelper.exe
5a9a88e919f9 BuildHelper updated to use src and lib from dmd2/, not copies
korDen
parents: 81
diff changeset
13 glob:dmd.lib
5a9a88e919f9 BuildHelper updated to use src and lib from dmd2/, not copies
korDen
parents: 81
diff changeset
14 glob:bin/*
183
190ba98276b3 Several changes to make it build on posix systems.
Jacob Carlborg <doob@me.com>
parents: 172
diff changeset
15 glob:libdmd.a
184
9f4e5ac4f0a3 One step closer to building on posix.
Jacob Carlborg <doob@me.com>
parents: 183
diff changeset
16 glob:*.orig