CONSOLE_MODE = t include cpp/variables.def PROJECT = tiny_apps TYPE = application SOURCE = util_version.rc TARGETS = await_app_exit.exe bytedump.exe checker.exe dirtree.exe \ dos2unix.exe echo.exe fdate.exe gui_message.exe ini_edit.exe mdate.exe \ pwd.exe run_as_service.exe service_controller.exe short_path.exe \ show_processes.exe sleep_ms.exe splitter.exe unix2dos.exe zap_process.exe DEFINITIONS += OMIT_PROGRAM_WIDE_LOGGER=t OMIT_CRYPTO_SUPPORT=t DEFINITIONS += __BUILD_STATIC_APPLICATION__ UNDEFINITIONS += ENABLE_MEMORY_HOOK ENABLE_CALLSTACK_TRACKING ifeq "$(OP_SYSTEM)" "WIN32" TARGETS += playsound.exe # static C runtime support... COMPILER_FLAGS += -MT ifeq "$(DEBUG)" "" LIBS_USED += libcmt.lib else LIBS_USED += libcmtd.lib endif endif include cpp/rules.def