From 895e809d7a7e2c5fc495dd1c718f87c74ded5ee4 Mon Sep 17 00:00:00 2001 From: guido Date: Tue, 24 Sep 2002 19:34:18 +0000 Subject: [PATCH] changed backslash to slash (I'm probably the only one having trouble with backslashes ...) svn path=/trunk/; revision=3559 --- reactos/lib/winmm/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/lib/winmm/Makefile b/reactos/lib/winmm/Makefile index 44c13c1d1e5..20b428913c8 100644 --- a/reactos/lib/winmm/Makefile +++ b/reactos/lib/winmm/Makefile @@ -14,8 +14,8 @@ TARGET_SDKLIBS = ntdll.a kernel32.a TARGET_OBJECTS = \ dllmain.o \ - misc\stubs.o + misc/stubs.o include $(PATH_TO_TOP)/rules.mak -include $(TOOLS_PATH)/helper.mk \ No newline at end of file +include $(TOOLS_PATH)/helper.mk -- 2.17.1