3 include cpp/variables.def
5 PROJECT = simplistic_utils
7 TARGETS = create_guid.exe playsound.exe short_path.exe sleep_ms.exe \
10 ifeq "$(OMIT_VERSIONS)" ""
11 SOURCE += simple_utils_version.rc
13 DEFINITIONS += __BUILD_STATIC_APPLICATION__
14 UNDEFINITIONS += ENABLE_MEMORY_HOOK ENABLE_CALLSTACK_TRACKING
15 ifeq "$(COMPILER)" "VISUAL_CPP"
16 # static C runtime support...
17 #hmmm: resurrect this as a particular build type, so makefiles don't need to know this...
19 LIBS_USED += netapi32.lib
21 LIBS_USED += libcmt.lib
23 LIBS_USED += libcmtd.lib