diff --git a/reactos/Makefile b/reactos/Makefile index 528d0f69920..5873ca453a8 100644 --- a/reactos/Makefile +++ b/reactos/Makefile @@ -41,7 +41,9 @@ FS_DRIVERS = vfat minix KERNEL_SERVICES = $(DEVICE_DRIVERS) $(FS_DRIVERS) APPS = args hello shell test cat bench apc shm lpc thread event file gditest \ - pteb objdir + pteb + +# objdir all: buildno $(COMPONENTS) $(DLLS) $(SUBSYS) $(LOADERS) $(KERNEL_SERVICES) $(APPS) diff --git a/reactos/apps/tests/lpc/makefile b/reactos/apps/tests/lpc/makefile index e13fe8223ca..d341cfad630 100644 --- a/reactos/apps/tests/lpc/makefile +++ b/reactos/apps/tests/lpc/makefile @@ -18,7 +18,10 @@ clean: - $(RM) lpcsrv.o - $(RM) lpcsrv.exe - $(RM) lpcsrv.sym - + - $(RM) lpcclt.o + - $(RM) lpcclt.exe + - $(RM) lpcsrv.sym + .phony: clean floppy: $(PROGS:%=$(FLOPPY_DIR)/apps/%) diff --git a/reactos/drivers/fs/minix/makefile_rex b/reactos/drivers/fs/minix/makefile_rex index 705dd3526bb..e68791bdad4 100644 --- a/reactos/drivers/fs/minix/makefile_rex +++ b/reactos/drivers/fs/minix/makefile_rex @@ -1,4 +1,4 @@ -# $Id: makefile_rex,v 1.9 2000/05/13 17:34:15 ekohl Exp $ +# $Id: makefile_rex,v 1.10 2000/05/14 13:10:00 dwelch Exp $ # # Minix IFS Driver makefile # @@ -18,6 +18,8 @@ clean: - $(RM) junk.tmp - $(RM) base.tmp - $(RM) temp.exp + - $(RM) cache.o + - $(RM) minix.coff - $(RM) $(TARGETNAME).sys .phony: clean diff --git a/reactos/lib/kernel32/misc/stubs.c b/reactos/lib/kernel32/misc/stubs.c index e7c0e3f5d57..587105c00a1 100644 --- a/reactos/lib/kernel32/misc/stubs.c +++ b/reactos/lib/kernel32/misc/stubs.c @@ -1,4 +1,4 @@ -/* $Id: stubs.c,v 1.17 2000/05/14 09:31:04 ea Exp $ +/* $Id: stubs.c,v 1.18 2000/05/14 13:09:59 dwelch Exp $ * * KERNEL32.DLL stubs (unimplemented functions) * Remove from this file, if you implement them. @@ -3404,6 +3404,7 @@ SetMailslotInfo ( + WINBOOL STDCALL SetProcessShutdownParameters ( diff --git a/reactos/lib/ntdll/makefile b/reactos/lib/ntdll/makefile index bb7d782d5a0..061517334f0 100644 --- a/reactos/lib/ntdll/makefile +++ b/reactos/lib/ntdll/makefile @@ -1,4 +1,4 @@ -# $Id: makefile,v 1.47 2000/05/13 14:21:43 dwelch Exp $ +# $Id: makefile,v 1.48 2000/05/14 13:10:00 dwelch Exp $ # # ReactOS Operating System # @@ -50,7 +50,7 @@ CLEAN_FILES = napi.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 -CLEAN_FILES = napi.o ldr/*.o rtl/*.o stdio/*.o stdlib/*.o string/*.o stubs/*.o \ +CLEAN_FILES = napi.o ldr/*.o rtl/*.o stdio/*.o stdlib/*.o string/*.o stubs/*.o csr/*.o dbg/*.o \ $(TARGET).a main/dllmain.o $(TARGET).o $(TARGET).dll junk.tmp \ base.tmp temp.exp $(TARGET).sym $(TARGET).coff endif diff --git a/reactos/subsys/win32k/makefile b/reactos/subsys/win32k/makefile index 0ba29ba1cac..59ef4cacb70 100644 --- a/reactos/subsys/win32k/makefile +++ b/reactos/subsys/win32k/makefile @@ -1,4 +1,4 @@ -# $Id: makefile,v 1.19 2000/03/17 21:49:32 jfilby Exp $ +# $Id: makefile,v 1.20 2000/05/14 13:10:01 dwelch Exp $ # # WIN32K.SYS build spec # @@ -35,7 +35,7 @@ CLEAN_FILES = eng\*.o main\*.o misc\*.o ldr\*.o stubs\*.o objects\*.o \ junk.tmp base.tmp temp.exp $(TARGET).sys $(TARGET).sym else CLEAN_FILES = eng/*.o main/*.o ldr\*.o misc/*.o stubs/*.o objects/*.o \ - $(TARGET).coff $(TARGET).o $(TARGET).a \ + $(TARGET).coff $(TARGET).o $(TARGET).a ldr/*.o \ junk.tmp base.tmp temp.exp $(TARGET).sys $(TARGET).sym endif