projects
/
feisty_meow.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
plugging in new approach for testing
[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