[libadwaita/msvc: 19/19] demo/meson.build: Clean things up a bit




commit 238a23df5e0cfa4d7b79639ba690e11504d30fd1
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Wed Jan 19 10:23:38 2022 +0800

    demo/meson.build: Clean things up a bit
    
    We aren't using `gui_app` for the demo executable anymore, so we don't need the
    extra linker flags for Visual Studio-like builds.

 demo/meson.build | 6 ------
 1 file changed, 6 deletions(-)
---
diff --git a/demo/meson.build b/demo/meson.build
index 1159ccc2..6af941fe 100644
--- a/demo/meson.build
+++ b/demo/meson.build
@@ -36,12 +36,6 @@ adwaita_demo_sources = [
   libadwaita_generated_headers,
 ]
 
-linker_args = []
-
-if cc.get_argument_syntax() == 'msvc'
-  linker_args += '/entry:mainCRTStartup'
-endif
-
 adwaita_demo = executable('adwaita-@0@-demo'.format(apiversion),
   adwaita_demo_sources,
   dependencies: libadwaita_dep,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]