mirror of
https://github.com/dlang/phobos.git
synced 2025-04-28 14:10:30 +03:00
WrapStruct Attempt fix for Windows make files
This commit is contained in:
parent
5e1a961d67
commit
8f04c54a05
2 changed files with 4 additions and 3 deletions
|
@ -255,7 +255,7 @@ SRC_ETC=
|
|||
SRC_ETC_C= etc\c\zlib.d etc\c\curl.d etc\c\sqlite3.d \
|
||||
etc\c\odbc\sql.d etc\c\odbc\sqlext.d etc\c\odbc\sqltypes.d etc\c\odbc\sqlucode.d
|
||||
|
||||
SRC_EXPERIMENTAL= experimental\typecons.d
|
||||
SRC_EXPERIMENTAL= std\experimental\typecons.d
|
||||
|
||||
SRC_TO_COMPILE_NOT_STD= \
|
||||
$(SRC_STD_REGEX) \
|
||||
|
@ -268,7 +268,8 @@ SRC_TO_COMPILE_NOT_STD= \
|
|||
$(SRC_STD_INTERNAL_MATH) \
|
||||
$(SRC_STD_INTERNAL_WINDOWS) \
|
||||
$(SRC_ETC) \
|
||||
$(SRC_ETC_C)
|
||||
$(SRC_ETC_C) \
|
||||
$(SRC_EXPERIMENTAL)
|
||||
|
||||
SRC_TO_COMPILE= $(SRC_STD_ALL) \
|
||||
$(SRC_STD_ALGO) \
|
||||
|
|
|
@ -279,7 +279,7 @@ SRC_ETC=
|
|||
SRC_ETC_C= etc\c\zlib.d etc\c\curl.d etc\c\sqlite3.d \
|
||||
etc\c\odbc\sql.d etc\c\odbc\sqlext.d etc\c\odbc\sqltypes.d etc\c\odbc\sqlucode.d
|
||||
|
||||
SRC_EXPERIMENTAL= experimental\typecons.d
|
||||
SRC_EXPERIMENTAL= std\experimental\typecons.d
|
||||
|
||||
SRC_TO_COMPILE_NOT_STD= \
|
||||
$(SRC_STD_REGEX) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue