updated from windows side and nearly working over there.
[feisty_meow.git] / nucleus / 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
9 # why was that there?
10 #LIBS_USED += pthread
11 #
12
13 ifeq "$(OMIT_VERSIONS)" ""
14   SOURCE += clamtools_version.rc 
15 endif
16 TARGETS = value_tagger.exe version_stamper.exe vsts_version_fixer.exe write_build_config.exe
17
18 include cpp/rules.def
19