No description
Find a file
William Kendrick 7b31b7549d Patch collection from Volker Grabsch to help Tux Paint cross-compile for Windows:
* Solve the 'FIXME: "finddir" ...' (The trick is to use "=" instead of ":=". That way, $(beos_PREFIX) will only be evaluated when it is actually used.)
* include "shlwapi.h" instead of "Shlwapi.h" (Otherwise, compiling for Windows will fail on a case sensitive file system. (e.g. a Unix file system when cross compiling))
* use FILENAME_MAX instead of NAME_MAX (FILENAME_MAX is more portable than NAME_MAX. Also, recent MinGW versions don't support NAME_MAX anymore.)
* Exposing font_thread_aborted via extern [tweak to Volker's patch which removed a logic test, which is probably not what we want]
* include parse.h (and thus compiler.h) after <stdio.h> (This ensures that the perror() macro of compiler.h won't confuse the perror() function declaration of <stdio.h>.)
* fix another compiling error about undefined variables (The tuxpaint.c uses printcommand/altprintcommand/papersize even when they aren't defined, i.e. when libpaper is not used. This patch solves the issue by using "#ifdef PAPER_H")
* call show_available_papersizes() only when libpaper is used
* permit cross compiling by using Make variables instead of hard-coded tools

Documented scottmc's Haiku improvements.
2010-02-25 07:06:13 +00:00
data Inserting a dead tool button to get ones after Text and Label to line up nice. 2009-10-10 06:54:37 +00:00
docs Patch collection from Volker Grabsch to help Tux Paint cross-compile for Windows: 2010-02-25 07:06:13 +00:00
fonts/locale Skipping locale-specific fonts, unless we're in that locale. 2009-06-01 04:02:40 +00:00
hildon Updated version #. 2007-11-27 18:04:20 +00:00
im Comment error fixed. 2009-05-31 15:49:28 +00:00
macosx Bumped version # to 0.9.22. 2009-07-01 21:58:37 +00:00
maemo/debian DESTDIR is the standard name, not PKG_ROOT 2008-04-26 19:38:17 +00:00
magic fixed some minor gcc-2.95.3 build issues 2009-12-03 07:05:23 +00:00
obj Ignoring gperf-generated parse.c and interim parse_step1.c. 2009-11-20 22:43:02 +00:00
src Patch collection from Volker Grabsch to help Tux Paint cross-compile for Windows: 2010-02-25 07:06:13 +00:00
stamps/cartoon/tux Optimised PNG images with optipng. They now take up less space 2004-09-25 10:43:42 +00:00
starters Removed white artifacts from some Starters, and reduced file size of some Starters. 2009-10-11 18:56:36 +00:00
visualc Moved sdl docs. 2007-08-11 18:01:14 +00:00
win32 Bumped version # to 0.9.22. 2009-07-01 21:58:37 +00:00
.cvsignore Ignoring built files. 2007-07-26 16:34:35 +00:00
dummy.c needed to test compiler, linker, headers, etc. 2008-05-25 08:58:32 +00:00
findbad things belonging in .bss that may end up in .data instead 2009-11-23 03:00:05 +00:00
Makefile Patch collection from Volker Grabsch to help Tux Paint cross-compile for Windows: 2010-02-25 07:06:13 +00:00
README.txt CVS Id tags added to several files for easier version tracking. 2005-11-27 08:09:37 +00:00
tuxpaint.spec Bumped version # to 0.9.22. 2009-07-01 21:58:37 +00:00

Please see the documentation located in the "docs" directory.



















$Id$