mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
removed something i shouldn't have
svn path=/trunk/; revision=9575
This commit is contained in:
parent
dc4726b0da
commit
18fcfd015e
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.120 2004/05/31 19:39:53 gdalsnes Exp $
|
||||
# $Id: Makefile,v 1.121 2004/05/31 23:37:22 gdalsnes Exp $
|
||||
#
|
||||
# ReactOS Operating System
|
||||
#
|
||||
|
@ -114,6 +114,7 @@ OBJECTS_RTL = \
|
|||
rtl/swprintf.o \
|
||||
rtl/wstring.o \
|
||||
rtl/nls.o \
|
||||
rtl/rangelist.o \
|
||||
rtl/libsupp.o
|
||||
|
||||
OBJECTS_RTL := $(filter-out $(RTL_EXCLUDE_FILTER), $(OBJECTS_RTL))
|
||||
|
|
Loading…
Reference in a new issue