3 PROJECT = feisty_meow_production_dept
5 BUILD_BEFORE = assign_bases
6 # assign_bases is run after all the dynamic libraries have been built.
7 # on win32, it resets the DLL base addresses, so that we do not try to load where
8 # everyone else will, at the default location.
10 BUILD_AFTER = check_versions setup_src
11 # check_versions ensures that all the version stamps on DLLs match our expectations.
12 # setup_src hierarchy will build our installers.