nice new tool to show version of feisty meow
[feisty_meow.git] / production / makefile
1 include variables.def
2
3 PROJECT = feisty_meow_production_dept
4
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.
9
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.
13
14 include rules.def
15