Win32 build (& doc) tweaks
TOYAMA Shin-ichi noticed that when building for Win32 under mingw/msys, an #include of "librsvg-cairo.h" was also necessary. He also bumped the version # in win32/resources.rc (and I put his credit in there). I updated docs/RELEASE.txt to mention that .rc file also needing updated when preparing a new release.
This commit is contained in:
parent
91505fae8e
commit
d172f38d4d
7 changed files with 20 additions and 13 deletions
|
|
@ -1,5 +1,5 @@
|
|||
.\" tuxpaint.1 - 2020.03.28
|
||||
.TH TUXPAINT 1 "28 March 2020" "0.9.24" "Tux Paint"
|
||||
.\" tuxpaint.1 - 2020.04.10
|
||||
.TH TUXPAINT 1 "10 April 2020" "0.9.24" "Tux Paint"
|
||||
.SH NAME
|
||||
tuxpaint -- "Tux Paint", a drawing program for young children.
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
(See COPYING.txt)
|
||||
|
||||
June 14, 2002 - April 2, 2020
|
||||
June 14, 2002 - April 10, 2020
|
||||
*/
|
||||
|
||||
|
||||
|
|
@ -457,6 +457,9 @@ static void mtw(wchar_t * wtok, char *tok)
|
|||
#else
|
||||
|
||||
#include <librsvg/rsvg.h>
|
||||
#ifdef WIN32
|
||||
#include <librsvg/rsvg-cairo.h>
|
||||
#endif
|
||||
|
||||
#if !defined(RSVG_H) || !defined(RSVG_CAIRO_H)
|
||||
#error "---------------------------------------------------"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue