Pietro Gagliardi
|
c940b85b84
|
Removed TODOs about finding the best wya to do things, as either there is none or the way I was doing it was already the right way (as with -mmacosx-version-min, judging from the repo code).
|
2019-03-26 22:03:39 -04:00 |
Pietro Gagliardi
|
fec83e72bf
|
Clean up add_project_arguments()/add_project_link_arguments() invocations.
|
2019-03-26 21:53:00 -04:00 |
Pietro Gagliardi
|
0d9cfa0f68
|
Resolved some TODOs/removed some stale TODOs. The one about libui_is_debug was confirmed by freenode elibrokeit as the pacman package manager uses it.
|
2019-03-25 23:12:28 -04:00 |
Pietro Gagliardi
|
0b87ee9f93
|
More TODOs.
|
2019-03-25 20:52:49 -04:00 |
Pietro Gagliardi
|
9527bb73ca
|
Remove /nologo options from meson.build files; according to jpakkane, this is already provided by meson.
|
2019-03-25 20:17:42 -04:00 |
Pietro Gagliardi
|
1b9250e41e
|
Removed include_directories hackery, as suggested by various people in freenode #mesonbuild.
|
2019-03-25 20:07:22 -04:00 |
Pietro Gagliardi
|
87f2be6849
|
Rewrote one expression to reduce the number of variables.
|
2019-03-25 10:46:41 -04:00 |
Pietro Gagliardi
|
c449ab7da9
|
Fixed the name of the Windows DLL in meson.build.
|
2019-03-25 10:29:18 -04:00 |
Pietro Gagliardi
|
3457082b1b
|
Set up examples meson.build.
|
2019-03-24 17:26:15 -04:00 |
Pietro Gagliardi
|
467a9102ec
|
Fixed static builds on all platforms. So close to getting all this set up!
|
2019-03-24 14:11:02 -04:00 |
Pietro Gagliardi
|
c1dfc0ab5d
|
And got the Windows build working. Woo!
|
2019-03-24 12:57:25 -04:00 |
Pietro Gagliardi
|
2be9a4f3a3
|
Added the initial Windows meson.build. Windows Meson is having problems running, so we'll have to test this later.
|
2019-03-23 22:28:17 -04:00 |
Pietro Gagliardi
|
5e557d61b3
|
Set the minimum required meson version and moved the libui-specific OS X variables into darwin.build like we did with unix.build.
|
2019-03-23 21:50:54 -04:00 |
Pietro Gagliardi
|
dff8ec0f22
|
Set up the Unix meson.build. That seems to work too.
|
2019-03-23 21:06:19 -04:00 |
Pietro Gagliardi
|
cdd997b6f6
|
Added tester build file and made sure everything works. It works!
|
2019-03-23 18:12:33 -04:00 |
Pietro Gagliardi
|
1deacb55aa
|
And massaged things into a buildable state. Woo. NOW things are starting to get annoying, but at least it's not so much *voodoo* anymore?
|
2019-03-23 16:18:13 -04:00 |
Pietro Gagliardi
|
253ce9a3cc
|
Decided to just use add_project_(link_)arguments() for now, and set up the macOS build for testing.
|
2019-03-23 15:42:42 -04:00 |
Pietro Gagliardi
|
035139a1e9
|
Set up the macOS dependencies; I found it by accident :V Also removed the independent temporary dependency variables.
|
2019-03-22 22:46:53 -04:00 |
Pietro Gagliardi
|
a440b174f7
|
Use host_machine instead of target_machine. Confusingly, host_machine is not the build host, but rather the target machine that the binaries will run on. build_machine is the build host. It probably made sense to the person in the 1980s who came up with this, but meh.
|
2019-03-22 22:04:07 -04:00 |
Pietro Gagliardi
|
7063ed6e32
|
Take some suggestions from the meson IRC channel: don't set unnecessary variables before project(); don't disallow plain builds since the options that meson doesn't apply aren't any of the ones I care about.
|
2019-03-22 22:00:19 -04:00 |
Pietro Gagliardi
|
1a9b0881bc
|
Clean up meson.build slightly and add a section to the top to describe what I want to do so I can ask people.
|
2019-03-21 23:21:30 -04:00 |
Pietro Gagliardi
|
355b5d05d3
|
Filled meson.build a bit more, so I can ask questions about it.
|
2019-03-21 11:23:30 -04:00 |
Pietro Gagliardi
|
f8543fc641
|
Started a top-level meson.build file. This might actually work... maybe.
|
2019-03-17 21:26:52 -04:00 |