Displaying 5 results from an estimated 5 matches for "build_archive_library".
2005 Jan 14
6
[LLVMdev] Proposed Makefile Changes
...5. Some of the names of the directives are a little confusing. We
have BUILD_ARCHIVE to specify building an archive. But, we have
SHARED_LIBRARY to specify building a shared library. I think
these should all be named BUILD_<thing_to_build> so we'd have
BUILD_ARCHIVE_LIBRARY and BUILD_SHARED_LIBRARY and
BUILD_RELINKD_LIBRARY and BUILD_TOOL
6. The directive names are concatenated in some cases. I'd like to
see TOOL_NAME instead of TOOLNAME and LIBRARY_NAME instead of
LIBRARYNAME. Its easier for *me* to read, but I'd like some...
2005 Jan 14
0
[LLVMdev] Proposed Makefile Changes
...the names of the directives are a little confusing. We
> have BUILD_ARCHIVE to specify building an archive. But, we have
> SHARED_LIBRARY to specify building a shared library. I think
> these should all be named BUILD_<thing_to_build> so we'd have
> BUILD_ARCHIVE_LIBRARY and BUILD_SHARED_LIBRARY and
> BUILD_RELINKD_LIBRARY and BUILD_TOOL
I would also like to see this happen, but it's a big change. I suspect
that people running projects would prefer to not change all of these.
> 6. The directive names are concatenated in some cases. I'd...
2005 Jan 16
0
[LLVMdev] Proposed Makefile Changes
...names of the directives are a little confusing. We
> have BUILD_ARCHIVE to specify building an archive. But, we have
> SHARED_LIBRARY to specify building a shared library. I think
> these should all be named BUILD_<thing_to_build> so we'd have
> BUILD_ARCHIVE_LIBRARY and BUILD_SHARED_LIBRARY and
> BUILD_RELINKD_LIBRARY and BUILD_TOOL
> 6. The directive names are concatenated in some cases. I'd like to
> see TOOL_NAME instead of TOOLNAME and LIBRARY_NAME instead of
> LIBRARYNAME. Its easier for *me* to read, but I'...
2005 Jan 16
0
[LLVMdev] Proposed Makefile Changes
...names of the directives are a little confusing. We
> have BUILD_ARCHIVE to specify building an archive. But, we have
> SHARED_LIBRARY to specify building a shared library. I think
> these should all be named BUILD_<thing_to_build> so we'd have
> BUILD_ARCHIVE_LIBRARY and BUILD_SHARED_LIBRARY and
> BUILD_RELINKD_LIBRARY and BUILD_TOOL
> 6. The directive names are concatenated in some cases. I'd like to
> see TOOL_NAME instead of TOOLNAME and LIBRARY_NAME instead of
> LIBRARYNAME. Its easier for *me* to read, but I'...
2005 Jan 16
1
[LLVMdev] Proposed Makefile Changes
...ves are a little confusing. We
> > have BUILD_ARCHIVE to specify building an archive. But, we have
> > SHARED_LIBRARY to specify building a shared library. I think
> > these should all be named BUILD_<thing_to_build> so we'd have
> > BUILD_ARCHIVE_LIBRARY and BUILD_SHARED_LIBRARY and
> > BUILD_RELINKD_LIBRARY and BUILD_TOOL
> > 6. The directive names are concatenated in some cases. I'd like to
> > see TOOL_NAME instead of TOOLNAME and LIBRARY_NAME instead of
> > LIBRARYNAME. Its easier for *me...