X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Ftools%2Fsimple_utilities%2Fmakefile;h=864160ab5b5c8722348255c2e12000e16282c08d;hb=ea399ea4e4135ab47c931e5c3adaece7d0cf9ec3;hp=83cd0e2a1aa296c6290357803890fd8e82805d6f;hpb=da8805bb69afd232991a8031d3164f02e78da644;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