meson.build (cab35c73be9d579db105ef73fa8a60728a890098) | meson.build (1f2146f7ca0f04afc62c4a170ec78bd030f3e72f) |
---|---|
1chardev_ss.add(files( 2 'char-fe.c', 3 'char-file.c', 4 'char-io.c', 5 'char-mux.c', 6 'char-null.c', 7 'char-pipe.c', 8 'char-ringbuf.c', --- 12 unchanged lines hidden (view full) --- 21endif 22 23chardev_ss.add(when: 'CONFIG_WIN32', if_true: files( 24 'char-console.c', 25 'char-win-stdio.c', 26 'char-win.c', 27)) 28 | 1chardev_ss.add(files( 2 'char-fe.c', 3 'char-file.c', 4 'char-io.c', 5 'char-mux.c', 6 'char-null.c', 7 'char-pipe.c', 8 'char-ringbuf.c', --- 12 unchanged lines hidden (view full) --- 21endif 22 23chardev_ss.add(when: 'CONFIG_WIN32', if_true: files( 24 'char-console.c', 25 'char-win-stdio.c', 26 'char-win.c', 27)) 28 |
29chardev_ss = chardev_ss.apply(config_host, strict: false) | 29chardev_ss = chardev_ss.apply(config_targetos, strict: false) |
30 31system_ss.add(files( 32 'char-hmp-cmds.c', 33 'msmouse.c', 34 'wctablet.c', 35 'testdev.c')) 36 37chardev_modules = {} --- 14 unchanged lines hidden --- | 30 31system_ss.add(files( 32 'char-hmp-cmds.c', 33 'msmouse.c', 34 'wctablet.c', 35 'testdev.c')) 36 37chardev_modules = {} --- 14 unchanged lines hidden --- |