first check-in of feisty meow codebase. many things broken still due to recent
[feisty_meow.git] / core / tools / clam_tools / makefile
1 CONSOLE_MODE = true
2
3 include cpp/variables.def
4
5 PROJECT = clam_tools
6 TYPE = application
7 DEFINITIONS += __BUILD_STATIC_APPLICATION__
8 LIBS_USED += pthread
9 ifeq "$(OMIT_VERSIONS)" ""
10   SOURCE += clamtools_version.rc 
11 endif
12 TARGETS = value_tagger.exe version_stamper.exe vsts_version_fixer.exe write_build_config.exe
13
14 include cpp/rules.def
15