X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=production%2Fmakefile;h=85e0a2b6e94b3436f3afe01919cfcac9552991eb;hb=c02e632d0e6514ccaad532b79022e9172a3cd00b;hp=e599cfbfe75c1318e0a056fee49ec008abc10aae;hpb=2952ccf47b80174880141a7ecfa122089f349b8d;p=feisty_meow.git diff --git a/production/makefile b/production/makefile index e599cfbf..85e0a2b6 100644 --- a/production/makefile +++ b/production/makefile @@ -1,7 +1,15 @@ include variables.def PROJECT = feisty_meow_production_dept -BUILD_BEFORE = setup_src + +BUILD_BEFORE = assign_bases +# assign_bases is run after all the dynamic libraries have been built. +# on win32, it resets the DLL base addresses, so that we do not try to load where +# everyone else will, at the default location. + +BUILD_AFTER = check_versions setup_src +# check_versions ensures that all the version stamps on DLLs match our expectations. +# setup_src hierarchy will build our installers. include rules.def