mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 08:30:21 +00:00
fixed slashes
svn path=/trunk/; revision=4946
This commit is contained in:
parent
f6f96aa6c6
commit
08aacf7745
1 changed files with 20 additions and 20 deletions
|
@ -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
|
PATH_TO_TOP=../../../reactos
|
||||||
|
|
||||||
|
@ -15,25 +15,25 @@ TARGET_CPPFLAGS = -D__REACTOS__
|
||||||
TARGET_GCCLIBS = stdc++
|
TARGET_GCCLIBS = stdc++
|
||||||
|
|
||||||
TARGET_OBJECTS = \
|
TARGET_OBJECTS = \
|
||||||
src\ansiprsr.o \
|
src/ansiprsr.o \
|
||||||
src\keytrans.o \
|
src/keytrans.o \
|
||||||
src\tcharmap.o \
|
src/tcharmap.o \
|
||||||
src\tconsole.o \
|
src/tconsole.o \
|
||||||
src\tkeydef.o \
|
src/tkeydef.o \
|
||||||
src\tkeymap.o \
|
src/tkeymap.o \
|
||||||
src\tmapldr.o \
|
src/tmapldr.o \
|
||||||
src\tmouse.o \
|
src/tmouse.o \
|
||||||
src\tnclass.o \
|
src/tnclass.o \
|
||||||
src\tnclip.o \
|
src/tnclip.o \
|
||||||
src\tncon.o \
|
src/tncon.o \
|
||||||
src\tnconfig.o \
|
src/tnconfig.o \
|
||||||
src\tnerror.o \
|
src/tnerror.o \
|
||||||
src\tnetwork.o \
|
src/tnetwork.o \
|
||||||
src\tnmain.o \
|
src/tnmain.o \
|
||||||
src\tnmisc.o \
|
src/tnmisc.o \
|
||||||
src\tscript.o \
|
src/tscript.o \
|
||||||
src\tscroll.o \
|
src/tscroll.o \
|
||||||
src\ttelhndl.o
|
src/ttelhndl.o
|
||||||
|
|
||||||
|
|
||||||
include $(PATH_TO_TOP)/rules.mak
|
include $(PATH_TO_TOP)/rules.mak
|
||||||
|
|
Loading…
Reference in a new issue