checking in the recent efforts at optimizing clam
[feisty_meow.git] / nucleus / tools / simple_utilities / makefile
1 CONSOLE_MODE = t
2
3 include cpp/variables.def
4
5 PROJECT = simplistic_utils
6 TYPE = application
7 TARGETS = create_guid.exe playsound.exe short_path.exe sleep_ms.exe \
8   zap_process.exe 
9 #run_as_service.exe 
10 ifeq "$(OMIT_VERSIONS)" ""
11   SOURCE += simple_utils_version.rc
12 endif
13 ifeq "$(OPERATING_SYSTEM)" "WIN32"
14   LIBS_USED += winmm
15 endif
16 DEFINITIONS += __BUILD_STATIC_APPLICATION__
17 UNDEFINITIONS += ENABLE_MEMORY_HOOK ENABLE_CALLSTACK_TRACKING
18
19 include cpp/rules.def
20