diff --git a/reactos/Makefile b/reactos/Makefile index f685a8ace24..2c4bfce4ac7 100644 --- a/reactos/Makefile +++ b/reactos/Makefile @@ -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)) \ No newline at end of file + @$(MAKE) $(filter-out depends, $(MAKECMDGOALS))