changed backslash to slash
authorguido <guido@svn.reactos.org>
Tue, 24 Sep 2002 19:34:18 +0000 (19:34 +0000)
committerguido <guido@svn.reactos.org>
Tue, 24 Sep 2002 19:34:18 +0000 (19:34 +0000)
(I'm probably the only one having trouble with backslashes ...)

svn path=/trunk/; revision=3559

reactos/lib/winmm/Makefile

index 44c13c1..20b4289 100644 (file)
@@ -14,8 +14,8 @@ TARGET_SDKLIBS = ntdll.a kernel32.a
 
 TARGET_OBJECTS = \
        dllmain.o \
 
 TARGET_OBJECTS = \
        dllmain.o \
-       misc\stubs.o
+       misc/stubs.o
 
 include $(PATH_TO_TOP)/rules.mak
 
 
 include $(PATH_TO_TOP)/rules.mak
 
-include $(TOOLS_PATH)/helper.mk
\ No newline at end of file
+include $(TOOLS_PATH)/helper.mk