mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
kernel32 moved to dll/win32
lib/lib.mak remove svn path=/trunk/; revision=21036
This commit is contained in:
+3
-3
@@ -336,14 +336,14 @@ endif
|
||||
|
||||
|
||||
NTOSKRNL_MC = ntoskrnl$(SEP)ntoskrnl.mc
|
||||
KERNEL32_MC = lib$(SEP)kernel32$(SEP)kernel32.mc
|
||||
KERNEL32_MC = dll$(SEP)win32$(SEP)kernel32$(SEP)kernel32.mc
|
||||
BUILDNO_H = include$(SEP)reactos$(SEP)buildno.h
|
||||
BUGCODES_H = include$(SEP)reactos$(SEP)bugcodes.h
|
||||
BUGCODES_RC = ntoskrnl$(SEP)bugcodes.rc
|
||||
ERRCODES_H = include$(SEP)reactos$(SEP)errcodes.h
|
||||
ERRCODES_RC = lib$(SEP)kernel32$(SEP)errcodes.rc
|
||||
|
||||
include lib/lib.mak
|
||||
# include lib/lib.mak
|
||||
include tools/tools.mak
|
||||
include boot/freeldr/bootsect/bootsect.mak
|
||||
-include $(ROS_AUTOMAKE)
|
||||
@@ -485,4 +485,4 @@ clean: makefile_auto_clean
|
||||
.PHONY: depends
|
||||
depends:
|
||||
@-$(rm) makefile.auto
|
||||
@$(MAKE) $(filter-out depends, $(MAKECMDGOALS))
|
||||
@$(MAKE) $(filter-out depends, $(MAKECMDGOALS))
|
||||
|
||||
Reference in New Issue
Block a user