Commit Graph

2497 Commits

Author SHA1 Message Date
Andrew Tonner
6c8c55c5e2 bump build version names 2017-01-23 00:43:14 -08:00
Andrew Tonner
9a76eace57 appveyor CI: don't cache mingw metadata as this includes package installation status; only cache package files proper 2017-01-23 00:40:54 -08:00
Andrew Tonner
8bfa98f972 appveyor CI: fix build output path for archiving 2017-01-23 00:02:30 -08:00
Andrew Tonner
36bddb6ded Merge branch 'windows_build_script' into ci_build 2017-01-22 23:26:46 -08:00
Andrew Tonner
3a742ae3f2 python build script: symlink m4 dir before autogen that requires it 2017-01-22 23:26:36 -08:00
Andrew Tonner
902450a6e7 Merge branch 'windows_build_script' into ci_build 2017-01-22 23:01:18 -08:00
Andrew Tonner
2e7771a4ae python build script: put showing environment after the GTK install so we can double check the paths 2017-01-22 23:01:08 -08:00
Andrew Tonner
71192179e5 Merge branch 'windows_build_script' into ci_build 2017-01-22 22:15:41 -08:00
Andrew Tonner
2f8c7f441c python build script: set ACLOCAL_PATH for gtk 2017-01-22 22:15:29 -08:00
Andrew Tonner
dc2c146002 Merge branch 'windows_build_script' into ci_build
Conflicts:
	SheepShaver/src/Windows/build_on_msys.py
2017-01-22 21:12:54 -08:00
Andrew Tonner
519276d788 python build script: added gtk donwload/install 2017-01-22 21:11:01 -08:00
Andrew Tonner
fcfa19ca27 python build scripts: URLs cleanup 2017-01-22 21:10:22 -08:00
Andrew Tonner
b8b7b96a1c put build tools first in the path rather than last 2017-01-22 21:10:07 -08:00
Andrew Tonner
cc7a0df0c5 python build scripts: URLs cleanup 2017-01-22 21:08:55 -08:00
Andrew Tonner
d2e8b4283f put build tools first in the path rather than last 2017-01-22 19:39:16 -08:00
Andrew Tonner
0df6ef8d28 appveyor CI: show build environment in this build 2017-01-22 19:16:08 -08:00
Andrew Tonner
21c5d11e06 Merge branch 'windows_build_script' into ci_build 2017-01-22 18:48:52 -08:00
Andrew Tonner
c4c61cec64 python build script: adding sed and grep I'm using from msys to packages list 2017-01-22 18:48:39 -08:00
Andrew Tonner
58114327c9 appveyor CI: save mingw-get cache between builds 2017-01-22 18:24:39 -08:00
Andrew Tonner
eab21be5e3 Revert "appveyor CI: use default mingw path to hopefully save us some downloads every run"
This reverts commit 9a5b6ae3b3.
2017-01-22 18:02:45 -08:00
Andrew Tonner
9a5b6ae3b3 appveyor CI: use default mingw path to hopefully save us some downloads every run 2017-01-22 18:00:02 -08:00
Andrew Tonner
a64bf7a0c5 Merge branch 'windows_build_script' into ci_build 2017-01-22 17:49:08 -08:00
Andrew Tonner
f2238fe3e7 python build script: option to use a specific mingw path 2017-01-22 17:48:56 -08:00
Andrew Tonner
65da666052 add explicit --build option for appveyor CI because config.guess is failing there 2017-01-22 16:50:34 -08:00
Andrew Tonner
42d627ccb5 Merge branch 'windows_build_script' into ci_build 2017-01-22 16:49:35 -08:00
Andrew Tonner
e3fe441709 python build script: build arg for passing --build to configure scripts 2017-01-22 16:49:23 -08:00
Andrew Tonner
8548644595 don't show "Will install to" output if that is disabled 2017-01-22 16:28:32 -08:00
Andrew Tonner
c4903326ab appveyor CI build script first cut 2017-01-22 16:27:03 -08:00
Andrew Tonner
7c01c27e02 python build script: option to add an additional PATH entry with highest priority for building 2017-01-22 16:08:03 -08:00
Andrew Tonner
bab9a35ff2 python build script: fix for top Makefile changes 2017-01-22 15:25:02 -08:00
Andrew Tonner
4326182b02 python build script: fix for fresh install 2017-01-22 15:08:33 -08:00
Andrew Tonner
cc0c168685 when making links, if the link already exists as a directory, remove the directory first 2017-01-22 15:07:47 -08:00
Andrew Tonner
4715db8f28 top level script should make sure directories it wants to put symlinks in exist 2017-01-22 00:58:09 -08:00
Andrew Tonner
fa9b425541 python build script: remove old config.status before rebuilding 2017-01-20 13:27:25 -08:00
Andrew Tonner
bab9820231 slirp: more changes to prevent a crash in the soread without so_tcpcb case 2017-01-20 13:27:00 -08:00
Andrew Tonner
68353ca6b1 fix for null deref in slirp soread when the so doesn't have a tcpcb yet 2017-01-20 02:05:55 -08:00
Andrew Tonner
52a36f24bb guard against the slirp queues null deref on dequeues I've seen in the debugger 2017-01-20 01:33:20 -08:00
Andrew Tonner
bdd2ee1190 python build script: do make clean if we reconfigured 2017-01-19 21:38:37 -08:00
Andrew Tonner
69a3c31fff Add configure option to disable VOSF; add it to python build script 2017-01-19 21:38:21 -08:00
Andrew Tonner
1229eb0ea9 if the originals for any symlinked dirs (which are just copies under msys/mingw) have been updated, delete the copies and make links again 2017-01-19 21:14:46 -08:00
Andrew Tonner
2f9bc272be ws2 defines and missing prototypes for building withmingw32 2017-01-19 21:12:35 -08:00
Andrew Tonner
d3b56d8e32 Fix for intermittent cursor snapping: don't attempt to warp the cursor when it's not in the window 2017-01-19 05:14:20 -08:00
Andrew Tonner
d8f5d43a9c python build script: when getting modified time for a directory, also check contents' times 2017-01-19 05:13:01 -08:00
Andrew Tonner
21a6d39d4b python build script: jit option 2017-01-19 05:12:03 -08:00
Andrew Tonner
8c3f1fa0c3 gitignore dyngen and output files 2017-01-18 21:14:02 -08:00
Andrew Tonner
dae89116e7 python build script: option to copy the supplied precompiled dyngen output files instead of running dyngen 2017-01-18 21:11:21 -08:00
Andrew Tonner
1af0c4685a python build script: give a better error message when there is a syntax error in the JSON cache file 2017-01-18 19:57:34 -08:00
Andrew Tonner
8259c00929 gitignore cleanup 2017-01-18 19:34:33 -08:00
Andrew Tonner
9efd46d396 build script pep-8 2017-01-18 19:31:27 -08:00
Andrew Tonner
bd3fecc780 build script cleanup & renames & updating TODOs; cleanup gitignore 2017-01-18 19:29:13 -08:00