mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +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
|
||||
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue