Advertisement
wellthatsucks

Untitled

Mar 26th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. $ cat test\ cases/common/4\ shared/meson.build
  2. project('library test', 'c')
  3. lib = library('mylib', 'libfile.c', install : true)
  4.  
  5. C:\Users\User\source\meson>rmdir /s builddir
  6. builddir, Are you sure (Y/N)? Y
  7.  
  8. C:\Users\User\source\meson>python3 C:/Users/User/source/meson/meson.py -Ddefault_library=static "test cases\common\4 shared" builddir
  9. The Meson build system
  10. Version: 0.46.0.dev1
  11. Source dir: C:\Users\User\source\meson\test cases\common\4 shared
  12. Build dir: C:\Users\User\source\meson\builddir
  13. Build type: native build
  14. Project name: library test
  15. Native C compiler: cl (msvc 19.11.25507.1)
  16. Build machine cpu family: x86_64
  17. Build machine cpu: x86_64
  18. Build targets in project: 1
  19. Found ninja-1.8.2.git at 'C:\Program Files (x86)\Meson\ninja.EXE'
  20.  
  21. C:\Users\User\source\meson>ninja -C builddir
  22. ninja: Entering directory `builddir'
  23. [2/2] Linking target mylib.dll.
  24. Creating library mylib.lib and object mylib.exp
  25.  
  26. C:\Users\User\source\meson>dir builddir
  27. Volume in drive C has no label.
  28. Volume Serial Number is 5651-4677
  29.  
  30. Directory of C:\Users\User\source\meson\builddir
  31.  
  32. 03/26/2018 03:27 PM <DIR> .
  33. 03/26/2018 03:27 PM <DIR> ..
  34. 03/26/2018 03:27 PM 64 .ninja_deps
  35. 03/26/2018 03:27 PM 129 .ninja_log
  36. 03/26/2018 03:27 PM 5,081 build.ninja
  37. 03/26/2018 03:27 PM 184 compile_commands.json
  38. 03/26/2018 03:27 PM <DIR> meson-logs
  39. 03/26/2018 03:27 PM <DIR> meson-private
  40. 03/26/2018 03:27 PM 56,320 mylib.dll
  41. 03/26/2018 03:27 PM 666 mylib.exp
  42. 03/26/2018 03:27 PM 379,152 mylib.ilk
  43. 03/26/2018 03:27 PM 1,672 mylib.lib
  44. 03/26/2018 03:27 PM 503,808 mylib.pdb
  45. 03/26/2018 03:27 PM <DIR> mylib@sha
  46. 9 File(s) 947,076 bytes
  47. 5 Dir(s) 70,589,988,864 bytes free
  48.  
  49. C:\Users\User\source\meson>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement