gpredict/win32
2017-12-30 01:48:50 +01:00
..
icons Update windows icon 2017-12-30 01:34:49 +01:00
build-config.h Autoversioning from git describe 2017-12-07 00:16:36 +00:00
config.mk Update windows build config to generic mingw32 2017-12-30 01:48:50 +01:00
gdk.pc First win32 build of 2.0 2017-12-05 20:35:41 +00:00
goocanvasprivate.h Initial import. 2008-01-08 22:21:12 +00:00
gpredict.exe.manifest Autoversioning from git describe 2017-12-07 00:16:36 +00:00
gpredict.rc Autoversioning from git describe 2017-12-07 00:16:36 +00:00
gtk+-3.0.pc First win32 build of 2.0 2017-12-05 20:35:41 +00:00
loaders.cache Additional runtime files 2017-12-29 00:56:54 +00:00
Makefile Update windows build config to generic mingw32 2017-12-30 01:48:50 +01:00
README Fix up README 2017-12-24 18:01:01 +00:00
resource.h Adding resource.h for WIN32 compiles 2013-02-25 20:45:22 +01:00
win32-fetch.c Either win32-fetch or curl, not both 2017-12-24 23:51:23 +00:00
win32-fetch.h C-89 compatible variables 2017-12-24 17:57:00 +00:00

### Win32 build notes ###

# Phil Ashby, Dec 2017

Check config.mk for dependant packages. I recommend use of inline sed
to fix up pkg-config file prefix settings once unpacked, then fix up and
copy in gtk+-3.0.pc and gdk.pc if required.

Compile tested on Debian 9 (stretch) using standard mingw-w64 toolchain.

To build a deployable ZIP archive, use 'make dist', which packages all
binary DLLs from dependant packages along with gpredict[-con].exe into
a versioned ZIP.

Good luck!
Phlash.