fixed slashes

svn path=/trunk/; revision=4946
This commit is contained in:
guido 2003-06-22 19:43:53 +00:00
parent f6f96aa6c6
commit 08aacf7745

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.2 2001/12/31 18:23:19 sedwards Exp $
# $Id: Makefile,v 1.3 2003/06/22 19:43:53 guido Exp $
PATH_TO_TOP=../../../reactos
@ -15,25 +15,25 @@ TARGET_CPPFLAGS = -D__REACTOS__
TARGET_GCCLIBS = stdc++
TARGET_OBJECTS = \
src\ansiprsr.o \
src\keytrans.o \
src\tcharmap.o \
src\tconsole.o \
src\tkeydef.o \
src\tkeymap.o \
src\tmapldr.o \
src\tmouse.o \
src\tnclass.o \
src\tnclip.o \
src\tncon.o \
src\tnconfig.o \
src\tnerror.o \
src\tnetwork.o \
src\tnmain.o \
src\tnmisc.o \
src\tscript.o \
src\tscroll.o \
src\ttelhndl.o
src/ansiprsr.o \
src/keytrans.o \
src/tcharmap.o \
src/tconsole.o \
src/tkeydef.o \
src/tkeymap.o \
src/tmapldr.o \
src/tmouse.o \
src/tnclass.o \
src/tnclip.o \
src/tncon.o \
src/tnconfig.o \
src/tnerror.o \
src/tnetwork.o \
src/tnmain.o \
src/tnmisc.o \
src/tscript.o \
src/tscroll.o \
src/ttelhndl.o
include $(PATH_TO_TOP)/rules.mak