Skip to content

Commit ca1690e

Browse files
Andre Muezeriedavid-marchand
Andre Muezerie
authored andcommitted
app: build applications with MSVC
Enabled "app" directory to be compiled with MSVC along with all its contents. Removed flag Wno-deprecated-declarations which is not needed anymore. Signed-off-by: Andre Muezerie <[email protected]> Acked-by: Chengwen Feng <[email protected]> Acked-by: Morten Brørup <[email protected]> Acked-by: Stephen Hemminger <[email protected]> Acked-by: Bruce Richardson <[email protected]>
1 parent ff1f31b commit ca1690e

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

app/meson.build

-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# SPDX-License-Identifier: BSD-3-Clause
22
# Copyright(c) 2017-2019 Intel Corporation
33

4-
if is_ms_compiler
5-
subdir_done()
6-
endif
7-
84
disable_apps = ',' + get_option('disable_apps')
95
disable_apps = run_command(list_dir_globs, disable_apps, check: true).stdout().split()
106

app/test-pmd/meson.build

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
# override default name to drop the hyphen
55
name = 'testpmd'
6-
cflags += '-Wno-deprecated-declarations'
76
sources = files(
87
'5tswap.c',
98
'cmdline.c',

0 commit comments

Comments
 (0)