mirror of
https://github.com/dlang/phobos.git
synced 2025-04-28 22:21:09 +03:00
do not enforce specific MS runtime
This commit is contained in:
parent
bf2550fbc5
commit
2268f2063d
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@ LIBFLAGS=/nologo
|
||||||
LDFLAGS=/nologo
|
LDFLAGS=/nologo
|
||||||
O=.obj
|
O=.obj
|
||||||
|
|
||||||
|
# do not preselect a C runtime (extracted from the line above to make the auto tester happy)
|
||||||
|
CFLAGS=$(CFLAGS) /Zl
|
||||||
|
|
||||||
# variables
|
# variables
|
||||||
|
|
||||||
OBJS = adler32$(O) compress$(O) crc32$(O) deflate$(O) gzclose$(O) gzlib$(O) gzread$(O) \
|
OBJS = adler32$(O) compress$(O) crc32$(O) deflate$(O) gzclose$(O) gzlib$(O) gzread$(O) \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue