Patch from James H to enable a single monolithic binary to be built

alongside the individual puzzle binaries, on Windows only. (MacOS
already has it, of course; Unix would require about as much work
again.)

[originally from svn r8396]
This commit is contained in:
Simon Tatham
2009-01-06 23:26:18 +00:00
parent 6328483bb4
commit 7888d8db67
4 changed files with 309 additions and 134 deletions

View File

@ -259,6 +259,7 @@ char *midend_deserialise(midend *me,
void *rctx);
/* Printing functions supplied by the mid-end */
char *midend_print_puzzle(midend *me, document *doc, int with_soln);
int midend_tilesize(midend *me);
/*
* malloc.c