X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Ftools%2Fsimple_utilities%2Fmakefile;h=864160ab5b5c8722348255c2e12000e16282c08d;hb=6f4f86051d7e4ad4755152503098bbb3888e4aad;hp=83cd0e2a1aa296c6290357803890fd8e82805d6f;hpb=24cc3eb21befb743dfebaea4048e7082bb14a740;p=feisty_meow.git diff --git a/nucleus/tools/simple_utilities/makefile b/nucleus/tools/simple_utilities/makefile index 83cd0e2a..864160ab 100644 --- a/nucleus/tools/simple_utilities/makefile +++ b/nucleus/tools/simple_utilities/makefile @@ -10,6 +10,9 @@ TARGETS = create_guid.exe playsound.exe short_path.exe sleep_ms.exe \ ifeq "$(OMIT_VERSIONS)" "" SOURCE += simple_utils_version.rc endif +ifeq "$(OPERATING_SYSTEM)" "WIN32" + LIBS_USED += winmm +endif DEFINITIONS += __BUILD_STATIC_APPLICATION__ UNDEFINITIONS += ENABLE_MEMORY_HOOK ENABLE_CALLSTACK_TRACKING