X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Ftools%2Fsimple_utilities%2Fmakefile;h=5983fae5178e1175cd37492efe3525d8bbe41155;hb=a4c99c6006b3aa20b5f65f02c2d30db7e790083a;hp=ee68357811df140877f0705774f594fcca6e1715;hpb=457b128b77b5b4a0b7dd3094de543de2ce1477ad;p=feisty_meow.git diff --git a/nucleus/tools/simple_utilities/makefile b/nucleus/tools/simple_utilities/makefile index ee683578..5983fae5 100644 --- a/nucleus/tools/simple_utilities/makefile +++ b/nucleus/tools/simple_utilities/makefile @@ -6,12 +6,13 @@ PROJECT = simplistic_utils TYPE = application TARGETS = create_guid.exe playsound.exe short_path.exe sleep_ms.exe \ zap_process.exe +#run_as_service.exe ifeq "$(OMIT_VERSIONS)" "" SOURCE += simple_utils_version.rc endif DEFINITIONS += __BUILD_STATIC_APPLICATION__ UNDEFINITIONS += ENABLE_MEMORY_HOOK ENABLE_CALLSTACK_TRACKING -ifeq "$(OP_SYSTEM)" "WIN32" +ifeq "$(COMPILER)" "VISUAL_CPP" # static C runtime support... #hmmm: resurrect this as a particular build type, so makefiles don't need to know this... COMPILER_FLAGS += -MT