Merge branch 'master' of feistymeow.org:feisty_meow
[feisty_meow.git] / production / makefile
index e599cfbfe75c1318e0a056fee49ec008abc10aae..85e0a2b6e94b3436f3afe01919cfcac9552991eb 100644 (file)
@@ -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