Files
libreoffice/dmake
René Kjellerup 249a4da9cd warn free build of dmake, concat-deps and lpsolve
add error handling for fread, fwrite, and fscanf calls

use "fputs" instead of "fprintf" to avoid warning that it couldn't varify
the format string because it wasn't a string literal.

Change-Id: I1137160d28461fbac69c8e05d32ba010da491c57
Reviewed-on: https://gerrit.libreoffice.org/903
Reviewed-by: Petr Mladek <pmladek@suse.cz>
Tested-by: Petr Mladek <pmladek@suse.cz>
2012-10-26 10:33:03 +00:00
..
2012-06-28 19:59:06 +01:00
2012-06-28 19:59:06 +01:00
2012-06-28 19:59:06 +01:00
2012-06-28 19:59:06 +01:00
2012-06-28 19:59:06 +01:00
2012-06-28 19:59:06 +01:00
2012-06-28 19:59:06 +01:00
2012-06-28 19:59:06 +01:00
2012-06-28 19:59:06 +01:00
2012-06-28 19:59:06 +01:00
2012-06-28 19:59:06 +01:00
2012-06-28 19:59:06 +01:00

Obsolete dmake build tool.

The dmake build tool was for years the backbone of building the
codebase. Herein lies the bones of that effort - a patched, and fixed
up version of dmake that mostly works even on Windows.

It is now being incrementally written-out in favour of the faster
gnumake approach.