mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
better clean
svn path=/trunk/; revision=1530
This commit is contained in:
parent
7a3409d80c
commit
fcca9be111
2 changed files with 7 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: makefile,v 1.42 2000/12/22 23:15:18 ea Exp $
|
||||
# $Id: makefile,v 1.43 2001/01/17 17:00:22 jean Exp $
|
||||
#
|
||||
# ReactOS Operating System
|
||||
#
|
||||
|
@ -149,8 +149,9 @@ ifeq ($(DOSCLI), yes)
|
|||
CLEAN_FILES = assert\*.o conio\*.o ctype\*.o direct\*.o dirent\*.o \
|
||||
except\*.o float\*.o io\*.o libc\*.o locale\*.o malloc\*.o \
|
||||
math\*.o mbstring\*.o misc\*.o process\*.o quad\*.o search\*.o \
|
||||
setjmp\*.o stdio\*.o stdlib\*.o string\*.o sys_stat\*.o tchar\*.o \
|
||||
time\*.o wchar\*.o $(TARGET).a $(TARGET).o $(TARGET).dll $(TARGET).sym \
|
||||
setjmp\*.o signal\*.o stdio\*.o stdlib\*.o string\*.o sys_stat\*.o \
|
||||
tchar\*.o time\*.o wchar\*.o \
|
||||
$(TARGET).a $(TARGET).o $(TARGET).dll $(TARGET).sym \
|
||||
$(TARGET).coff
|
||||
else
|
||||
CLEAN_FILES = assert/*.o conio/*.o ctype/*.o direct/*.o dirent/*.o \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: makefile,v 1.56 2000/12/23 02:37:37 dwelch Exp $
|
||||
# $Id: makefile,v 1.57 2001/01/17 17:01:38 jean Exp $
|
||||
#
|
||||
# ReactOS Operating System
|
||||
#
|
||||
|
@ -49,7 +49,8 @@ OBJECTS = napi.o ldr/startup.o $(DBG_OBJECTS) $(RTL_OBJECTS) \
|
|||
stubs/stubs.o ldr/utils.o $(CSR_OBJECTS) $(TARGET).coff
|
||||
|
||||
ifeq ($(DOSCLI),yes)
|
||||
CLEAN_FILES = napi.o ldr\*.o rtl\*.o stdio\*.o stdlib\*.o string\*.o stubs\*.o \
|
||||
CLEAN_FILES = napi.o csr\*.o dbg\*.o ldr\*.o rtl\*.o stdio\*.o stdlib\*.o \
|
||||
string\*.o stubs\*.o \
|
||||
$(TARGET).a main\dllmain.o $(TARGET).o $(TARGET).dll junk.tmp \
|
||||
base.tmp temp.exp $(TARGET).sym $(TARGET).coff
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue