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

@ -278,6 +278,8 @@ void midend_size(midend *me, int *x, int *y, int user_size)
*y = me->winheight;
}
int midend_tilesize(midend *me) { return me->tilesize; }
void midend_set_params(midend *me, game_params *params)
{
me->ourgame->free_params(me->params);