mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
Remove unneeded files
svn path=/trunk/; revision=15607
This commit is contained in:
parent
078f2e9f5f
commit
a17b3fbff0
2 changed files with 0 additions and 24 deletions
|
@ -1,5 +0,0 @@
|
|||
SubDir ROS_TOP Lib ;
|
||||
|
||||
SubInclude ROS_TOP Lib Ntdll ;
|
||||
SubInclude ROS_TOP Lib Advapi32 ;
|
||||
SubInclude ROS_TOP Lib Kernel32 ;
|
|
@ -1,19 +0,0 @@
|
|||
LIBRARIES = ntdll kernel32
|
||||
|
||||
BASE_CFLAGS = -I../include
|
||||
|
||||
all: $(LIBRARIES)
|
||||
|
||||
ntdll: dummy
|
||||
$(MAKE) -C ntdll
|
||||
|
||||
kernel32: dummy
|
||||
$(MAKE) -C kernel32
|
||||
|
||||
dummy:
|
||||
|
||||
|
||||
docu:
|
||||
doxygen Doxyfile
|
||||
|
||||
.PHONY: docu
|
Loading…
Reference in a new issue