DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] build: exclude rather than include libs in MSVC build
@ 2024-04-02 16:55 Tyler Retzlaff
  2024-04-02 16:55 ` Tyler Retzlaff
  2024-04-03 18:23 ` [PATCH v2] " Tyler Retzlaff
  0 siblings, 2 replies; 13+ messages in thread
From: Tyler Retzlaff @ 2024-04-02 16:55 UTC (permalink / raw)
  To: dev
  Cc: Morten Brørup, Andrew Rybchenko, Bruce Richardson,
	Chengwen Feng, Honnappa Nagarahalli, Kevin Laatz, Tyler Retzlaff

Some libraries that could be built with MSVC were not being built.

Switch from explicit include to exclude of libs to get immediate CI
coverage of libraries that already work with MSVC Windows builds.

With this change we now get immediate CI build coverage for the libs
meter, timer, pci, cfgfile

Tyler Retzlaff (1):
  build: exclude rather than include libs in MSVC build

 lib/argparse/meson.build |  6 ++++++
 lib/dmadev/meson.build   |  6 ++++++
 lib/mbuf/meson.build     |  6 ++++++
 lib/mempool/meson.build  |  6 ++++++
 lib/meson.build          | 10 ----------
 lib/rcu/meson.build      |  6 ++++++
 lib/stack/meson.build    |  6 ++++++
 7 files changed, 36 insertions(+), 10 deletions(-)

-- 
1.8.3.1


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2024-05-29 14:46 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-02 16:55 [PATCH] build: exclude rather than include libs in MSVC build Tyler Retzlaff
2024-04-02 16:55 ` Tyler Retzlaff
2024-04-02 17:15   ` Stephen Hemminger
2024-04-02 17:19     ` Tyler Retzlaff
2024-04-05 20:33   ` Patrick Robb
2024-04-03 18:23 ` [PATCH v2] " Tyler Retzlaff
2024-04-03 18:23   ` Tyler Retzlaff
2024-04-03 18:50     ` Morten Brørup
2024-05-29 14:46       ` Thomas Monjalon
2024-04-11  5:01     ` Patrick Robb
2024-04-03 21:51   ` Stephen Hemminger
2024-04-05 14:29     ` Patrick Robb
2024-04-06  0:38   ` Patrick Robb

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).