diff --git a/README.md b/README.md index fedc1cc1..186635d9 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ This README is being written.
* **29 May 2016** * Thanks to @pcwalton, we can now statically link libui! Simply do `make STATIC=1` instead of just `make`. - * On Windows you must provide a Common Controls 6 manifest for output static libraries to work properly. + * On Windows you must link both `libui.lib` and `libui.res` AND provide a Common Controls 6 manifest for output static binaries to work properly. * **28 May 2016** * As promised, **the minimum system requirements are now OS X 10.8 and GTK+ 3.10 for OS X and Unix, respectively**. diff --git a/doc/static b/doc/static index de039670..fe1a09ce 100644 --- a/doc/static +++ b/doc/static @@ -1 +1,2 @@ comctl6 +libui.res